Zillow API Scraper
Under maintenancePricing
from $1.00 / 1,000 listing row β basic data
Zillow API Scraper
Under maintenanceLook 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.
Maintained by CommunityActor 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
maxItemscap. - πΈ 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)
- Set your input β provide
qorzpids(see the table below; defaults work out of the box). - Pick options β filters, a
proxyConfiguration, and amaxItemscap. - Run & export β click Start, then download the dataset as JSON/CSV/Excel or fetch it via the API.
βοΈ Input
| Field | Type | Default | Description |
|---|---|---|---|
q | string | Austin, TX | City, 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. |
zpids | array of string | [] | Look up full detail for these Zillow property IDs. If set, the location/search inputs are ignored. |
north | string | β | 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. |
south | string | β | 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. |
east | string | β | 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. |
west | string | β | 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. |
priceMin | integer | β | Minimum price (USD) |
priceMax | integer | β | Maximum price (USD) |
bedsMin | integer | β | Minimum bedrooms |
bathsMin | integer | β | Minimum bathrooms |
includeDetail | boolean | false | Enrich each search result with facts & features + agent contact from the GraphQL HDP endpoint (slower, one extra request per property). |
maxItems | integer | 100 | 0 = all matches |
listingType | enum | β | What kind of listings to search for β one of fsba,fsbo,newConstruction,comingSoon,auction, forRent, recentlySold, foreclosure,preforeclosure,foreclosed |
proxyConfiguration | object | Apify Proxy | Route 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
| Field | Type | Description |
|---|---|---|
zpid | number | ZPID |
url | link | URL |
streetAddress | text | Street address |
city | text | City |
state | text | State |
zipcode | text | ZIP |
price | number | Price |
currency | text | Currency |
pricePerSquareFoot | number | Price / sqft |
bedrooms | number | Beds |
bathrooms | number | Baths |
livingArea | number | Living area (sqft) |
lotSize | number | Lot size |
lotSizeUnit | text | Lot size unit |
yearBuilt | number | Year built |
propertyType | text | Property type |
listingStatus | text | Listing status |
marketingStatus | text | Marketing status |
daysOnZillow | number | Days on Zillow |
latitude | number | Latitude |
longitude | number | Longitude |
brokerName | text | Broker |
agentName | text | Agent |
agentBusinessName | text | Agent business |
agentPhone | text | Agent phone |
taxAssessedValue | number | Tax assessed value |
taxAssessmentYear | text | Tax year |
photoCount | number | Photo count |
photos | array | Photos (full-res) |
hasVideos | text | Has videos |
has3DTour | text | Has 3D tour |
resoFacts | object | Facts & features |
detail | object | Full HDP detail |
raw | object | Raw API record |
π° Pricing β pay per result
This actor uses pay-per-event pricing: you pay only for the rows it delivers.
| You scrape | Price |
|---|---|
| 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
nullwhen 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.