Pull live rental and property data from 60+ platforms and portals across 30 countries through one endpoint. One schema, rent in USD, refreshed daily. No scraping, and no waiting on a public API that Zillow, Redfin, and Realtor.com no longer offer.
A real estate API returns property data as structured JSON, so you pull listings, prices, and locations into your product without scraping sites yourself. HousingFeed is the real estate API for live rental listings, and the deepest source at it. Most tools sold as a "real estate API" resell a single aggregator or stop at US for-sale records. HousingFeed goes to the sources directly and covers rentals across 30 countries in one clean schema.
Real estate data splits into three kinds. HousingFeed is the deepest source for the one most APIs skip: live rental listings.
What is on the market right now: rent, beds, location, source. This is HousingFeed.
Tax, assessor, and ownership history. Best served by ATTOM or HouseCanary.
Automated price and rent estimates for an address. RentCast and HouseCanary cover this.
Every listing comes back as the same 24-field record, whatever platform or country it came from. Fields are nullable by design; the union across sources is what makes the feed valuable.
| Group | Fields |
|---|---|
| Location | address, street, city, state, ZIP, lat, lng |
| Price | rent_min, rent_max, currency, rent_usd |
| Property | beds, baths, sqft_min, sqft_max, property_type, furnished |
| Listing | availability, image, platform, source URL, scraped_at |
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","city":"Austin","beds":2,"maxItems":100}'
If you specifically need a rental data API, this is the core of the product. Rentals are the whole feed here, which changes what the data can do:
rent_usd, so a Berlin flat and a Boston condo compare in a single query across all 30 countries.Listing-level rent plus market-level distribution, in one API, is what rental work actually needs. Most real estate APIs give you neither.
For property data, HousingFeed serves the listing-level attributes of each rental: where it is, how big it is, and what it is.
| Attribute type | Fields |
|---|---|
| Where it is | full address, city, state, ZIP, and lat/lng where the source exposes them |
| How big and what type | beds, baths, square footage, property type, furnished flag |
| Identity and media | a photo, the source platform, the source URL, and a scrape timestamp |
Straight answer, so you do not integrate the wrong tool: this is listing-level property data, not tax, assessor, ownership, or automated valuation (AVM) records. For public records or an AVM, use ATTOM or HouseCanary. For what is actually listed for rent, and its real attributes, this is the deeper source.
Because coordinates ship on every record that has them, you can map inventory, cluster by neighborhood, or run distance-based comps without a separate geocoding step.
Coverage is where a real estate API lives or dies. HousingFeed goes to the platforms that host the inventory: property-management software like AppFolio (97K live listings), Buildium, and ShowMojo, plus the major national portals like Zillow (224K), Apartments.com (173K), Zumper, Rightmove, and Idealista. Browse all 60+ sources, or see rental market data by metro.
Different tools solve different problems. Here is where each fits, including where they beat us.
| Provider | Best for | Coverage |
|---|---|---|
| HousingFeed | Live rental listings across many sources | 60+ platforms, 30 countries |
| RealEstateAPI / RealtyAPI | US for-sale and listing data | US |
| ATTOM, HouseCanary | Property records and valuations (AVM) | US, not live listings |
| RentCast | US rent estimates and comps | US only |
| Zillow, Redfin, Realtor.com | Brand data, but no public API | None (retired) |
If you need assessor records or an AVM, use ATTOM or HouseCanary. If you need live rental inventory beyond the US, in one schema with rent already in USD, that is us. Compare directly against RentCast, the Zillow API, Realtor.com, and Redfin.
It is an Apify actor. Send a single POST with your filters and get JSON back synchronously. No infrastructure, no proxies, no browser pool on your side, and nothing to maintain when a portal changes its markup.
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","city":"Denver","property_type":"house","rent_max":3000,"maxItems":100}'
Fill a marketplace, comps engine, or search product with fresh inventory across dozens of sources, without building and babysitting scrapers.
Track rent levels, availability, and new supply by market. Rent in USD makes cross-market and cross-country analysis one query.
A structured, refreshed rental panel with a scrape timestamp on every record for clean point-in-time series.
1.2M live rental listings from 60+ sources in 30 countries, one schema, refreshed daily. Start on the free tier.
A real estate API is an endpoint that returns property data as structured JSON. Real estate data covers live listings, property records, and valuations. HousingFeed is the real estate API for live rental listings, delivering 1.2M listings from 60+ platforms in 30 countries.
HousingFeed runs on the Apify free tier, so you can query live listings without a credit card, then pay per use from $2 per 1,000 records as you scale.
No. Zillow retired its public real-estate API in 2021, and Redfin and Realtor.com never offered one. HousingFeed collects listings from those portals and serves them through a single API instead.
HousingFeed is a rental data API: live rental listings from 60+ platforms in 30 countries, plus aggregated rental market metrics (inventory and rent percentiles) by metro and bedroom, all in one call.
No. HousingFeed provides listing-level property data (location, size, type, and features of active rentals), not tax, assessor, ownership, or AVM records. For those, use a provider like ATTOM or HouseCanary.
HousingFeed is pay-per-use from $2 per 1,000 records, with a free tier to start. There is no seat license or annual minimum.
It refreshes daily and every record carries a scraped_at timestamp, so counts and prices reflect what is on the market rather than a lagging quarterly estimate.