Data sources / Zillow

3,654 live Zillow listings

Zillow rental data, via one API.

The 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.

3,654
Live Zillow listings
10
Fields per listing
$1,425
Median rent
Daily
Refresh cadence

Does Zillow have a public 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.

What Zillow data you get

Every Zillow listing is normalized into the same 24-field HousingFeed record. Coverage of each field for Zillow specifically:

FieldCoverage 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%

Sample Zillow listing

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

Pull Zillow listings in one request

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

Top states for Zillow

TX 605CA 487TN 245PA 123FL 123OH 123IN 123OK 123

Get Zillow rental data flowing today.

3,654 listings live, refreshed daily, in the same schema as 30+ other sources. Try it free.