Real estate API ยท rental & property data

The real estate API for rental listings.

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.

1.2M
Live rental listings
50+
Source platforms
29
Countries
24
Fields per listing

Three kinds of real estate data

Real estate data splits into three kinds. HousingFeed is the deepest source for the one most APIs skip: live rental listings.

๐Ÿ“ก

Live listings

What is on the market right now: rent, beds, location, source. This is HousingFeed.

๐Ÿ“„

Property records

Tax, assessor, and ownership history. Best served by ATTOM or HouseCanary.

๐Ÿ“ˆ

Valuations (AVM)

Automated price and rent estimates for an address. RentCast and HouseCanary cover this.

What the API returns

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.

GroupFields
Locationaddress, street, city, state, ZIP, lat, lng
Pricerent_min, rent_max, currency, rent_usd
Propertybeds, baths, sqft_min, sqft_max, property_type, furnished
Listingavailability, 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}'

Built for rental data

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:

Listing-level rent plus market-level distribution, in one API, is what rental work actually needs. Most real estate APIs give you neither.

Listing-level property data

For property data, HousingFeed serves the listing-level attributes of each rental: where it is, how big it is, and what it is.

Attribute typeFields
Where it isfull address, city, state, ZIP, and lat/lng where the source exposes them
How big and what typebeds, baths, square footage, property type, furnished flag
Identity and mediaa 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.

Straight from the source

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.

Where each tool fits

Different tools solve different problems. Here is where each fits, including where they beat us.

ProviderBest forCoverage
HousingFeedLive rental listings across many sources60+ platforms, 30 countries
RealEstateAPI / RealtyAPIUS for-sale and listing dataUS
ATTOM, HouseCanaryProperty records and valuations (AVM)US, not live listings
RentCastUS rent estimates and compsUS only
Zillow, Redfin, Realtor.comBrand data, but no public APINone (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.

One request, structured JSON

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}'

Who builds on it

PropTech and listing sites

Fill a marketplace, comps engine, or search product with fresh inventory across dozens of sources, without building and babysitting scrapers.

Investors and analysts

Track rent levels, availability, and new supply by market. Rent in USD makes cross-market and cross-country analysis one query.

Alt-data and research

A structured, refreshed rental panel with a scrape timestamp on every record for clean point-in-time series.

Keep exploring

Real estate data you can actually get.

1.2M live rental listings from 60+ sources in 30 countries, one schema, refreshed daily. Start on the free tier.

FAQ

Real estate API questions

What is a real estate API?

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.

Is there a free real estate API?

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.

Does Zillow have a real estate API?

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.

Where can I get rental data through an API?

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.

Does the property data include tax or valuation records?

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.

How much does a real estate API cost?

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.

How fresh is the data?

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.