Zillow [Just ๐Ÿ’ฐ$0.8] โ€” US Real Estate Listings & Rentals avatar

Zillow [Just ๐Ÿ’ฐ$0.8] โ€” US Real Estate Listings & Rentals

Pricing

from $1.20 / 1,000 results

Go to Apify Store
Zillow [Just ๐Ÿ’ฐ$0.8] โ€” US Real Estate Listings & Rentals

Zillow [Just ๐Ÿ’ฐ$0.8] โ€” US Real Estate Listings & Rentals

๐Ÿ’ฐ $0.80 per 1,000 listings. Scrape US real estate from zillow.com โ€” for-sale, for-rent & recently-sold homes ยท Zestimate & Rent Zestimate valuations ยท year built ยท HOA fees ยท agent contacts ยท photos ยท GPS ยท radius search ยท incremental NEW/UPDATED/EXPIRED tracking.

Pricing

from $1.20 / 1,000 results

Rating

0.0

(0)

Developer

Black Falcon Data

Black Falcon Data

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

What does Zillow do?

Zillow Scraper extracts structured US real-estate listings from zillow.com โ€” for sale, for rent, and recently sold. Every listing carries price, beds/baths, square footage, lot size, address with GPS, all listing photos, and broker/agent info. Zestimate is included where Zillow provides one on the listing. Detail enrichment (on by default) adds full description, year built, HOA fee, property history, tax history, assigned schools, and Rent Zestimate where Zillow provides one. Filter by price, beds, baths, sqft, property type, and an optional lat/long radius; paste any zillow.com search or property URL; and run incrementally to capture only new, changed, or expired listings.

New to Apify? Sign up free and use the included $5 monthly platform credit to test this actor.

Key features

  • ๐Ÿ“‹ Deep property detail โ€” every listing is enriched (on by default) with the listing's own detail page: full description, year built, HOA fee, and more. Turn it off for faster, cheaper search-only records.
  • ๐Ÿ’ต Price & valuation โ€” structured list price, price-per-sqft, and Zillow's own Zestimate / Rent Zestimate estimates and assessed tax value, where Zillow provides them โ€” compare against Zillow's own valuation without a separate lookup.
  • ๐Ÿ“ง Contact extraction โ€” best-effort regex extraction of contact emails and phone numbers from descriptions โ€” emitted as extractedEmails[] and extractedPhones[] on every record.
  • ๐ŸŽฏ Multi-location search โ€” pass several locations (city, ZIP, or neighborhood) in one run with a shared dedup state. Filter by price, beds, baths, sqft, property type, listing category, and an optional lat/long radius.
  • ๐Ÿ”” Notifications โ€” Telegram, Slack, Discord, WhatsApp Cloud API, and generic webhook out of the box. Pair with incremental for daily new-listing alerts without pipeline glue.
  • ๐Ÿ”— Paste-mode โ€” build the search you want on zillow.com, copy the result-page URL, and paste it. Mix in individual property URLs too; results dedupe by listing id.
  • ๐Ÿ“ฆ Compact mode โ€” AI-agent and MCP-friendly payloads with core fields only.
  • โ™ป๏ธ Incremental mode โ€” recurring runs emit and charge only for new or changed listings โ€” first run builds the baseline. Price Drops Only turns a scheduled run into a price-cut monitor. Saves 80-95% on daily monitoring.
  • ๐Ÿ“ค Export anywhere โ€” Download as JSON, CSV, or Excel from the Apify Console, or stream live via the API and integrations (Make, Zapier, Google Sheets, n8n, โ€ฆ).
  • ๐Ÿ”Œ MCP connectors โ€” export results into Notion via Apify's MCP connectors โ€” a clean run-summary page, no glue code. Opt-in via the App connector field.

What data can you extract from Zillow?

Each result includes Core property fields (zpid, listingId, title, url, status, statusDisplay, addressStreet, and addressFull, and more) and detail fields when enrichment is enabled (description, descriptionHtml, descriptionMarkdown, and descriptionLength). In standard mode, all fields are always present โ€” unavailable data points are returned as null, never omitted. In compact mode, only core fields are returned.

Enable detail enrichment in the input to get richer fields such as full descriptions where the source provides them.

Input

The main inputs are a search keyword and a result limit. Additional filters and options are available in the input schema.

Key parameters:

  • searchMode โ€” Which listings to scrape. (default: "for_sale")
  • searchLocations โ€” One or more locations: "City, ST" (e.g. "Austin, TX"), a ZIP code (e.g. "78704"), or a neighborhood. Each is searched independently. Leave empty if you only use Start URLs.
  • propertyTypes โ€” Restrict to one or more property types. Leave empty for all types. (default: [])
  • searchStatuses โ€” Include additional statuses alongside active for-sale listings.
  • keyword โ€” Optional text that must appear in the listing (e.g. "pool", "waterfront").
  • startUrls โ€” Paste zillow.com search-result URLs (e.g. https://www.zillow.com/austin-tx/) or individual property URLs (e.g. https://www.zillow.com/homedetails/2600-Willow-St-Austin-TX-78702/29406653_zpid/). Search URLs read their location from the URL; the ๐Ÿ” Search Mode and filters below still apply.
  • maxResults โ€” Maximum listings to return (0 = full coverage). Full coverage works even for very large markets. (default: 100)
  • listingCategories โ€” Restrict for-sale results to specific listing types (agent-listed, for-sale-by-owner, foreclosure, auction, new construction). Leave empty for all. For-sale searches only. Note: the derived listingCategory output field is best-effort โ€” agent/foreclosure/new-construction are reliably labeled, but selecting FSBO or auction narrows the results returned without always individually labeling that category on the record.
  • priceMin โ€” Minimum listing price.
  • priceMax โ€” Maximum listing price.
  • bedsMin โ€” Minimum number of bedrooms.
  • bedsMax โ€” Maximum number of bedrooms.
  • ...and 31 more parameters

Input examples

Homes for sale in a city โ€” Search one or more locations (city + state, ZIP code, or neighborhood). Detail enrichment is on by default.

โ†’ Full listing records with price, beds/baths, sqft, address + GPS, photos, Zestimate, broker/agent info, plus full description, year built, HOA fee, property/tax history, and schools.

{
"searchMode": "for_sale",
"searchLocations": [
"Austin, TX"
],
"includeDetails": true,
"maxResults": 100
}

Condos for rent with a price ceiling โ€” Filter by mode, property type, location, and a maximum monthly rent.

โ†’ Rental listings within the price band, each with beds/baths, sqft, address, Rent Zestimate, and agent contact.

{
"searchMode": "for_rent",
"searchLocations": [
"Miami, FL"
],
"propertyTypes": [
"condo"
],
"priceMax": 3000,
"maxResults": 100
}

Daily monitoring of a ZIP code โ€” Re-run on a schedule to capture only new and changed listings in a ZIP code.

โ†’ Records tagged NEW / UPDATED / EXPIRED against the previous run, with priceChange populated on price drops.

{
"searchMode": "for_sale",
"searchLocations": [
"78704"
],
"incrementalMode": true,
"stateKey": "austin-78704-for-sale",
"maxResults": 500
}

Compact output for AI pipelines โ€” Return only the core comparison fields for a smaller, faster export โ€” detail enrichment off.

โ†’ Core fields only (zpid, URL, status, price, beds/baths, sqft, address, GPS) โ€” ideal for large exports and LLM context.

{
"searchMode": "for_sale",
"searchLocations": [
"Dallas, TX"
],
"includeDetails": false,
"compact": true,
"maxResults": 100
}

Paste a search URL โ€” Build the search you want on zillow.com, copy the result-page URL, and paste it. The location and mode are read from the URL.

โ†’ The listings from exactly that search, merged and deduplicated.

{
"startUrls": [
"https://www.zillow.com/seattle-wa/"
],
"maxResults": 100
}

Output

Each run produces a dataset of structured property records. Results can be downloaded as JSON, CSV, or Excel from the Dataset tab in Apify Console.

Example property record

{
"zpid": "15086376",
"listingId": "f9b84a01bcb9802e9f83511ffe753bb339d1ae4070f1ebec93ef6581529e3c9d",
"title": "1030 Oak St, San Francisco, CA 94117",
"url": "https://www.zillow.com/homedetails/1030-Oak-St-San-Francisco-CA-94117/15086376_zpid/",
"status": "FOR_SALE",
"statusDisplay": "Condo for sale",
"addressStreet": "1030 Oak St",
"addressFull": "1030 Oak St, San Francisco, CA 94117",
"city": "San Francisco",
"state": "CA",
"postalCode": "94117",
"latitude": 37.773426,
"longitude": -122.43635,
"propertyType": "CONDO",
"beds": 2,
"bathsTotal": 2,
"sqft": 1417,
"lotSize": 2813.976,
"lotSizeUnit": "sqft",
"price": 1499000,
"priceFormatted": "$1,499,000",
"priceCurrency": "USD",
"pricePerSqft": 1058,
"zestimate": 1556100,
"taxAssessedValue": 1299404,
"daysOnZillow": 2,
"isForeclosure": false,
"isOpenHouse": true,
"isFsba": true,
"listingCategory": "agent",
"isFeatured": false,
"isShowcase": true,
"has3DModel": true,
"hasVideo": false,
"descriptionLength": 0,
"thumbnail": "https://photos.zillowstatic.com/fp/2cf1ffe8e5425260af92579014899482-p_e.jpg",
"photoCount": 37,
"photos": [
"https://photos.zillowstatic.com/fp/2cf1ffe8e5425260af92579014899482-p_e.jpg",
"https://photos.zillowstatic.com/fp/1e10b7543be1dd7a68b67c7474e1e8cb-p_e.jpg",
"https://photos.zillowstatic.com/fp/d8c01a5a6a730a332593bcbc4f461cd5-p_e.jpg",
"https://photos.zillowstatic.com/fp/7eac3da5d324b89c0dee6bfb05f31db9-p_e.jpg",
"https://photos.zillowstatic.com/fp/2fe56a05c52e98c8ac56e686f3fe92b3-p_e.jpg",
"... 32 more items"
],
"brokerName": "Fifty Hills Real Estate",
"agentInfo": "Rebecca M Preece DRE #01924429",
"sourceDomain": "zillow.com",
"searchLocation": "San Francisco, CA",
"scrapedAt": "2026-07-19T12:00:00.000Z",
"contentQuality": "full",
"contentHash": "cf09af960cc20b81a5da369e2bb4a9687205ba31f33b7153c5a3838383afd01e",
"trackedHash": "50c86cf6bad1de582d793961e3344fcf77f351f1d15f15ea2d0cd4ad288cd99c"
}

Incremental fields

When incremental mode is on, each record also carries:

  • changeType โ€” one of NEW, UPDATED, UNCHANGED, REAPPEARED, EXPIRED. Default output covers NEW / UPDATED / REAPPEARED; set emitUnchanged: true or emitExpired: true to opt into the others.
  • firstSeenAt, lastSeenAt โ€” ISO-8601 timestamps tracking the listing across runs.
  • isRepost, repostOfId, repostDetectedAt โ€” populated when a new listing matches the tracked content of a previously expired one. Set skipReposts: true to drop detected reposts from the output.

How to scrape Zillow

  1. Go to Zillow in Apify Console.
  2. Enter a search keyword.
  3. Set maxResults to control how many results you need.
  4. Enable includeDetails if you need full descriptions.
  5. Click Start and wait for the run to finish.
  6. Export the dataset as JSON, CSV, or Excel.

Use cases

  • Extract property data from Zillow for market research and competitive analysis.
  • Track pricing trends across regions and categories over time.
  • Monitor new and changed properties on scheduled runs without processing the full dataset every time.
  • Use structured location data for regional analysis, mapping, and geo-targeting.
  • Feed structured data into AI agents, MCP tools, and automated pipelines using compact mode.
  • Export clean, structured data to dashboards, spreadsheets, or data warehouses.

How much does it cost to scrape Zillow?

Zillow uses pay-per-event pricing. You pay a small fee when the run starts and then for each result that is actually produced.

  • Run start: $0.003 per run
  • Per property (primary event): $0.0012

You are billed only for the events your run actually triggers. Prices below are the Free plan tier.

EventPrice (Free tier)Charged when
Actor Start$0.003 (one-time)Charged when the Actor starts running. Number of events charged depends on Actor memory (one event per GB, minimum one event).
Result (primary)$0.0012Single listing in the default dataset.
Detail enrichment$0.0008Charged per listing enriched with the detail page (full description, year built, HOA fee, additional specs). Only when Include Detail Enrichment is on.
Email match$0.002Charged per listing where a contact email was discovered. Only when Discover Contact Emails is on.

Example costs (primary event only โ€” other events above add cost when they fire):

  • 10 results: $0.015
  • 25 results: $0.033
  • 100 results: $0.12
  • 200 results: $0.24
  • 500 results: $0.6

Example: recurring monitoring savings

These examples compare full re-scrapes with incremental runs at different churn rates. Churn is the share of properties that are new or whose tracked content changed since the previous run. Actual churn depends on your query breadth, source activity, and polling frequency โ€” the scenarios below are examples, not predictions.

Example setup: 250 results per run, daily polling (30 runs/month). Event-pricing examples scale linearly with result count.

Numbers below are for the primary Result event. Other events (Detail enrichment, Email match) are billed separately when they fire.

Churn rateFull re-scrape run costIncremental run costSavings vs full re-scrapeMonthly cost after baseline
5% โ€” stable niche query$0.30$0.02$0.28 (94%)$0.54
15% โ€” moderate broad query$0.30$0.05$0.26 (84%)$1.44
30% โ€” high-volume aggregator$0.30$0.09$0.21 (69%)$2.79

Full re-scrape monthly cost at daily polling: $9.09. First month with incremental costs $0.82 / $1.70 / $3.00 for the 5% / 15% / 30% scenarios because the first run builds baseline state at full cost before incremental savings apply.

Platform usage (compute and proxies) is billed separately by Apify based on actual consumption. Incremental runs consume less on result processing, though fixed per-run overhead stays the same.

FAQ

How many results can I get from Zillow?

The number of results depends on the search query and available properties on Zillow. Use the maxResults parameter to control how many results are returned per run.

Does Zillow support recurring monitoring?

Yes. Enable incremental mode to only receive new or changed properties on subsequent runs. This is ideal for scheduled monitoring where you want to track changes over time without re-processing the full dataset.

Can I integrate Zillow with other apps?

Yes. Zillow works with Apify's integrations to connect with tools like Zapier, Make, Google Sheets, Slack, and more. You can also use webhooks to trigger actions when a run completes.

Can I use Zillow with the Apify API?

Yes. You can start runs, manage inputs, and retrieve results programmatically through the Apify API. Client libraries are available for JavaScript, Python, and other languages.

Can I use Zillow through an MCP Server?

Yes. Apify provides an MCP Server that lets AI assistants and agents call this actor directly. Use compact mode, descriptionMaxLength, a single descriptionFormat, and excludeEmptyFields to keep payloads manageable for LLM context windows.

This actor extracts publicly available data from Zillow. Web scraping of public information is generally considered legal, but you should always review the target site's terms of service and ensure your use case complies with applicable laws and regulations, including GDPR where relevant.

Your feedback

If you have questions, need a feature, or found a bug, please open an issue on the actor's page in Apify Console. Your feedback helps us improve.

You might also like

Getting started with Apify

New to Apify? Create a free account with $5 credit โ€” no credit card required.

  1. Sign up โ€” $5 platform credit included
  2. Open this actor and configure your input
  3. Click Start โ€” export results as JSON, CSV, or Excel

Need more later? See Apify pricing.

Disclaimer

This actor accesses only publicly available data on zillow.com. You are responsible for how you use the extracted data โ€” in particular any personal information such as names, phone numbers, or email addresses โ€” and for complying with Zillow's terms of use, applicable data-protection law (including the GDPR where it applies), and the anti-spam rules of your jurisdiction.

This actor is not affiliated with, endorsed by, or connected to Zillow.

Search keywords

zillow scraper, zillow api, apify zillow, zillow data extraction, zillow.com scraper, zillow.com data, zillow.com api, property listings scraper, real estate data, property data.