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 60+ sources, including US portals, through one documented API.
| HousingFeed | Apartment List API | |
|---|---|---|
| Official public API | Yes, documented & stable | No public API |
| Sources | 60+ platforms & portals | Apartment List only (unofficial) |
| Coverage | US + 29 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}'
1.2M live listings from 60+ sources across 30 countries, one documented API. Try it free.