Zillow API Scraper avatar

Zillow API Scraper

Under maintenance

Pricing

from $1.00 / 1,000 listing row β€” basic data

Go to Apify Store
Zillow API Scraper

Zillow API Scraper

Under maintenance

Look up real-estate property details (address, price, beds/baths, sqft, lat/lng, status, agent info) from Zillow by ZPID. Impersonates the Zillow Android app's private mobile API at zm.zillow.com.

Pricing

from $1.00 / 1,000 listing row β€” basic data

Rating

0.0

(0)

Developer

R.L.

R.L.

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 hours ago

Last modified

Categories

Share

Zillow Scraper 🏠 β€” Scrape Zillow.com Listings, Prices, Zestimates & Agents

Zillow Scraper β€” Search Zillow real-estate listings by location and filters, or look up full property detail by ZPID, via Zillow's private mobile API. Returns the maximum field set: all photos (full-res), price, tax assessment, facts & features, agent contact, geo and IDs. It reads Zillow's own API directly, so it's fast, reliable and complete β€” no flaky HTML parsing, no headless browser. Export to JSON, CSV, Excel, or an API.

Search any US city, ZIP, neighborhood or address β€” for-sale, for-rent and sold homes β€” or look up exact ZPIDs.


✨ Why use this Zillow Scraper?

  • 🟒 No code required β€” set your input, click Start, download your data.
  • ⚑ Fast & accurate β€” reads Zillow's own private API and returns structured JSON, not scraped HTML.
  • 🧾 Rich, structured data β€” every field below, clean and ready to use.
  • πŸ” Full pagination β€” collects results to your maxItems cap.
  • πŸ’Έ Transparent pay-per-result pricing β€” pay only for the rows you get.
  • πŸ“€ Export anywhere β€” JSON, CSV, Excel, XML, or pull it live via the Apify API.

🎯 What can you do with Zillow data?

  • Market & competitor research β€” analyse Zillow real-estate listings at scale.
  • Price & availability monitoring β€” track changes over time.
  • Data science & trend analysis β€” build clean datasets.
  • Lead generation & enrichment β€” feed Zillow data into your own tools.

πŸ“₯ What data does the Zillow Scraper extract?

Each row includes: zpid, url, streetAddress, city, state, zipcode, price, currency, pricePerSquareFoot, bedrooms, bathrooms, livingArea, lotSize, lotSizeUnit …and more. See the full Data table below.


πŸš€ How to scrape Zillow.com (3 steps)

  1. Set your input β€” provide q or zpids (see the table below; defaults work out of the box).
  2. Pick options β€” filters, a proxyConfiguration, and a maxItems cap.
  3. Run & export β€” click Start, then download the dataset as JSON/CSV/Excel or fetch it via the API.

βš™οΈ Input

FieldTypeDefaultDescription
qstringAustin, TXCity, ZIP code, neighborhood, or street address to search β€” e.g. "Austin, TX", "90210", "Downtown, Austin, TX". This is the main search input; it is resolved to a map area automatically.
zpidsarray of string[]Look up full detail for these Zillow property IDs. If set, the location/search inputs are ignored.
northstring–Advanced: raw bounding-box north latitude (e.g. 30.35). Optional power-user override β€” supply all four of north/south/east/west to search an exact map box instead of a Location.
southstring–Advanced: raw bounding-box south latitude (e.g. 30.20). Optional power-user override; used only when all four of north/south/east/west are given.
eaststring–Advanced: raw bounding-box east longitude (e.g. -97.70). Optional power-user override; used only when all four of north/south/east/west are given.
weststring–Advanced: raw bounding-box west longitude (e.g. -97.85). Optional power-user override; used only when all four of north/south/east/west are given.
priceMininteger–Minimum price (USD)
priceMaxinteger–Maximum price (USD)
bedsMininteger–Minimum bedrooms
bathsMininteger–Minimum bathrooms
includeDetailbooleanfalseEnrich each search result with facts & features + agent contact from the GraphQL HDP endpoint (slower, one extra request per property).
maxItemsinteger1000 = all matches
listingTypeenum–What kind of listings to search for β€” one of fsba,fsbo,newConstruction,comingSoon,auction, forRent, recentlySold, foreclosure,preforeclosure,foreclosed
proxyConfigurationobjectApify ProxyRoute requests through a proxy. Residential (US) is the default and recommended β€” Zillow's PerimeterX blocks datacenter IPs.

Example input

{
"q": "Austin, TX",
"zpids": [],
"includeDetail": false,
"maxItems": 100,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}

πŸ“€ Output

Each result is a JSON object like this:

{
"zpid": 454188962,
"url": "https://www.zillow.com/homedetails/454188962_zpid/",
"streetAddress": "Madison-321 Plan, The San Francisco Shipyard : Madison",
"city": "San Francisco",
"state": "CA",
"zipcode": "94124",
"price": 554000,
"currency": "usd",
"pricePerSquareFoot": 773,
"bedrooms": 1,
"bathrooms": 1,
"livingArea": 717,
"lotSize": null,
"lotSizeUnit": null,
"yearBuilt": 2026,
"propertyType": "condo",
"listingStatus": "forSale",
"marketingStatus": "active",
"daysOnZillow": 0,
"latitude": 37.7281,
"longitude": -122.3706,
"brokerName": null,
"agentName": null,
"agentBusinessName": null,
"agentPhone": null,
"taxAssessedValue": null,
"taxAssessmentYear": null,
"photoCount": 13,
"photos": [
"https://photos.zillowstatic.com/fp/d90d5a51db965cc028d2d54e6a887bb4-p_f.jpg",
"https://photos.zillowstatic.com/fp/8a8bf73710dc2133ccc047446ce33a58-p_f.jpg",
"…+11 more"
],
"hasVideos": false,
"has3DTour": true,
"resoFacts": {
"bedrooms": 1,
"bathrooms": 1,
"bathroomsFloat": 1,
"bathroomsFull": 1,
"bathroomsThreeQuarter": 0,
"bathroomsHalf": 0,
"bathroomsOneQuarter": null,
"bathroomsPartial": null
},
"detail": {
"…": "27 fields"
}
}

🧾 Data table

FieldTypeDescription
zpidnumberZPID
urllinkURL
streetAddresstextStreet address
citytextCity
statetextState
zipcodetextZIP
pricenumberPrice
currencytextCurrency
pricePerSquareFootnumberPrice / sqft
bedroomsnumberBeds
bathroomsnumberBaths
livingAreanumberLiving area (sqft)
lotSizenumberLot size
lotSizeUnittextLot size unit
yearBuiltnumberYear built
propertyTypetextProperty type
listingStatustextListing status
marketingStatustextMarketing status
daysOnZillownumberDays on Zillow
latitudenumberLatitude
longitudenumberLongitude
brokerNametextBroker
agentNametextAgent
agentBusinessNametextAgent business
agentPhonetextAgent phone
taxAssessedValuenumberTax assessed value
taxAssessmentYeartextTax year
photoCountnumberPhoto count
photosarrayPhotos (full-res)
hasVideostextHas videos
has3DTourtextHas 3D tour
resoFactsobjectFacts & features
detailobjectFull HDP detail
rawobjectRaw API record

πŸ’° Pricing β€” pay per result

This actor uses pay-per-event pricing: you pay only for the rows it delivers.

You scrapePrice
Listing row β€” basic data$1.00 per 1,000 rows
Listing details β€” photos, price/tax history, facts$0.50 per 1,000 rows

πŸ”Œ Use the Zillow Scraper via API

Run it programmatically with the Apify API:

curl -X POST "https://api.apify.com/v2/acts/zillow-api-scraper/runs?token=YOUR_TOKEN" \
-H 'Content-Type: application/json' \
-d '{
"q": "Austin, TX",
"zpids": [],
"includeDetail": false,
"maxItems": 100,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}'

Or with the Apify CLI: apify call zillow-api-scraper -i input.json -o.


❓ FAQ

Do I need an account or API key for Zillow?

No. The actor talks to Zillow's public/mobile API for you β€” you only need an Apify account.

Do I need a proxy?

A proxy is recommended for reliable runs; set proxyConfiguration (Residential is safest for geo-restricted or bot-protected sites).

What export formats are supported?

JSON, CSV, Excel, XML, JSONL, RSS, or live via the Apify API and dataset endpoints.

Is scraping this legal?

You are responsible for how you use the data. Scrape only public real-estate listing data and comply with Zillow.com's Terms and applicable law (e.g. GDPR/CCPA for personal data).


πŸ› οΈ How it works

The actor impersonates Zillow's official app/site and calls its private API the same way the app does, then normalises each response into the flat record above. No browser, no HTML scraping β€” just clean, structured data.


πŸ“Œ Good to know

  • Scrape only public real-estate listing data and respect Zillow.com's Terms of Service and robots policy.
  • For personal data, comply with GDPR/CCPA and applicable law β€” you are the data controller.
  • Fields can be null when Zillow doesn't expose them for a given record.

⭐ Found this useful?

Give the Zillow Scraper a star on Apify and check out my other apify-*-api-scraper actors.