Data sources / Zillow
3,654 live Zillow listingsThe largest US rental portal, and the hardest to get data out of since the API shutdown. HousingFeed extracts Zillow rental listings into a clean, unified JSON schema — no scraper to build, no PerimeterX bot protection to fight. 3,654 Zillow listings are live right now, refreshed daily.
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. Coverage of each field for Zillow specifically:
| Field | Coverage on Zillow |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| ZIP/postcode | ██████████ 100% |
| Coordinates | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 100% |
| Bathrooms | █░░░░░░░░░ 9% |
| Property type | ██████████ 100% |
| Listing URL | ██████████ 100% |
A real record from the Zillow feed:
{
"platform": "zillow",
"url": "https://www.zillow.com/apartments/new-york-ny/riverbank/5Xj5k4/",
"address": "560 W 43rd St, New York, NY",
"city": "New York",
"state": "NY",
"rent_min": 4255,
"beds": 1.0,
"scraped_at": "2026-07-04T13:02:20Z"
}
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}'
3,654 listings live, refreshed daily, in the same schema as 30+ other sources. Try it free.