Compare / Realtor.com API
Realtor.com does not offer an official public listings API. The only routes are unofficial, scraped endpoints (e.g. RapidAPI wrappers) with reliability and terms-of-service risk. HousingFeed gives you a stable, documented rental-listings feed from 50+ direct sources instead.
| HousingFeed | Realtor.com API | |
|---|---|---|
| Official public API | Yes — documented & stable | No official public API |
| Reliability | Maintained feed, one schema | Unofficial wrappers break often |
| Sources | 50+ platforms & portals | Realtor.com only (unofficial) |
| Coverage | US + 28 more countries | US |
| Delivery | Bulk JSON per query | Varies by wrapper |
| Pricing | Pay-per-use, free tier | Varies / reseller markup |
You need reliable rental listings from many sources with a documented API you can build on, not a brittle unofficial scraper.
You need Realtor.com-specific for-sale (MLS) inventory tied to their agent network — that's their niche, and we focus on rentals.
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}'
Millions of live listings from 50+ sources across 29 countries, one documented API. Try it free.