Data sources / Zillow

347,816 live Zillow listings in the feed

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

347,816
Live Zillow listings
10
Fields per listing
$1,950
Median rent
Daily
Refresh cadence
Is 347,816 everything Zillow has? It is what the crawler banks today, and crawl depth follows demand. If your project needs fuller Zillow coverage, a specific market, or a higher refresh rate, tell us and we scale the crawl to fit.

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 the Zillow feed looks like

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:

Field coverage on Zillow

Share of live Zillow listings that carry each field.

Address100%
City100%
State/region100%
Rent100%
Property type100%
Listing URL100%
ZIP/postcode100%
Bedrooms100%
Coordinates97%
Bathrooms78%

How Zillow rents distribute

$795$4,398$8,000+

Median Zillow asking rent is $1,950/mo.

Where Zillow listings are

Top states by live Zillow inventory.

FL40,341
CA33,330
TX29,578
NY19,900
PA19,657
NC17,213
GA14,416
MA13,933

Sample Zillow listing

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

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

Get Zillow rental data flowing today.

347,816 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.