Data sources / Zillow
The largest US rental portal, and the hardest to get data out of since the API shutdown. HousingFeed extracts Zillow rental listings into one clean JSON schema, no scraper to build, no PerimeterX bot protection to fight. 347,816 Zillow listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Zillow retired its public real-estate API (ZWSID) in 2021, there is no official way to pull Zillow rental listings anymore. HousingFeed solves that: we collect Zillow listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Zillow listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Zillow data that is live right now, 10 fields populated:
Share of live Zillow listings that carry each field.
Median Zillow asking rent is $1,950/mo.
Top states by live Zillow inventory.
A real record from the Zillow feed:
{
"platform": "zillow",
"url": "https://www.zillow.com/homedetails/112-Storm-Dr-112-Holtsville-NY-11742/2056391028_zpid/",
"address": "112 Storm Dr #112, Holtsville, NY 11742",
"city": "Holtsville",
"state": "NY",
"rent_min": 2985,
"beds": 2,
"baths": 1,
"scraped_at": "2026-07-05T18:48:46+00:00"
}
Filter the HousingFeed API to zillow and get Zillow listings back as JSON:
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 '{"platform":"zillow","maxItems":100}'
347,816 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.