Compare / Apartment List API
Apartment List is a large US rental marketplace, but it offers no public listings API — the only access is unofficial scraping, with the reliability and terms-of-service risk that carries. HousingFeed gives you rental listings from 50+ sources, including US portals, through one documented API.
| HousingFeed | Apartment List API | |
|---|---|---|
| Official public API | Yes — documented & stable | No public API |
| Sources | 50+ platforms & portals | Apartment List only (unofficial) |
| Coverage | US + 28 more countries | US |
| Delivery | Bulk JSON per query | — |
| Pricing | Pay-per-use, free tier | — |
You need reliable multi-source rental listings through a documented API you can build on.
You specifically need Apartment List's own matched-recommendation inventory.
No scrapers, no proxies — filter the feed and get JSON back:
curl -X POST "https://api.apify.com/v2/acts/housingfeed~rental-listings-api/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"country":"US","maxItems":100}'
900,000+ live listings from 50+ sources across 29 countries, one documented API. Try it free.