ParseForge Scrapers

Zillow Listings Scraper

parseforge/zillow-scraper

Real estateAutomationDeveloper tools

Scrapes Zillow real estate listings from search pages or property detail URLs. Returns each listing as a flat row with price, beds, baths, square footage, address, and listing type.

Run this scraper See the API call
Total users
85
Monthly active
6
Total runs
1.4K
Bookmarked
4
Rating
5.0 (1)
Last modified
12 days ago

Overview

ParseForge

Zillow Listings Scraper

Scrape Zillow property listings from any search page or detail URL, up to a million per run. Every listing returns price, beds, baths, square footage, address, and listing type. No API key or daily call limits. Export to CSV, JSON, Excel, or XML.

Zillow's official API has daily call limits and requires registration. This scraper reads the public listing feeds directly, pulling property data from search results or specific detail pages. You control the target with a single search URL or a list of property detail URLs, and residential proxies keep the run stable.

Who uses it What they scrape Zillow for
Real estate investors Monitor new for-sale listings in a target market to find undervalued properties.
Market analysts Track asking prices and inventory volume across neighborhoods over time.
Property managers Pull rental comps from a Zillow search to set competitive lease rates.
Data journalists Collect listing data for a story on housing affordability in a metro area.

What it does

This Actor collects Zillow real estate listings from a search page or a list of property detail URLs and returns each one as a flat row.

  • ๐Ÿ  Search page scraping: feed the Actor a Zillow search URL and it paginates through results, collecting every listing up to your maxItems limit.
  • ๐Ÿ“‹ Detail URL scraping: provide a list of specific property detail page URLs and the Actor returns the full data for each one, ignoring maxItems.
  • ๐ŸŒ Residential proxy support: the scraper uses Apify residential proxies by default to avoid blocks and keep your runs stable on Zillow.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Zillow data

๐Ÿ“ˆ Track market inventory.

A real estate analyst runs the scraper weekly on a city search URL to count active listings and track median asking prices over time.

๐Ÿก Build a property database.

An investor feeds a list of detail URLs from a lead list and collects beds, baths, square footage, and price for every property in one dataset.

๐Ÿ”” Monitor new listings.

A homebuyer sets up a scheduled run on a filtered Zillow search URL to get an alert when a new property matching their criteria appears.

๐Ÿ“Š Compare rental comps.

A property manager scrapes rental listings in a ZIP code to see what similar units are asking and adjust their own lease pricing.

Why choose this scraper

What you get
No API limits Scrape as many listings as you need without daily call caps or app registration.
Flexible targeting Use a search URL for broad market scans or detail URLs for specific properties.
Stable runs Residential proxies are pre-configured to reduce blocks and CAPTCHAs.

How it compares

This actor combines search page scraping and detail URL scraping in one tool, while the competitors below each focus on one mode or input type.

Feature ParseForge Zillow Detail Scraper Zillow Search Scraper Zillow ZIP Code Search Scraper
Scrapes search results pages Yes Not listed Yes Yes
Scrapes property detail URLs Yes Yes Not listed Not listed
Residential proxy pre-configured Yes Not listed Not listed Not listed
ZIP code input Not listed Not listed Not listed Yes
Max items up to 1,000,000 Yes Not listed Yes Not listed

Configure the run

Drive the Actor from a Zillow search URL or a list of property detail URLs, and set a maxItems limit to control the number of results. The Input tab lists every parameter.

A first run with the defaults:

{
  "listingUrl": "https://www.zillow.com/new-york-ny/",
  "maxItems": 10,
  "detailsUrl": [],
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}

A larger pull:

{
  "listingUrl": "https://www.zillow.com/new-york-ny/",
  "maxItems": 200,
  "detailsUrl": [],
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}

Pricing

Pay-per-result: $0.016 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $1.60
1,000 results $16.00
10,000 results $160.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Zillow Listings Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Zillow through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/zillow-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that your Zillow search URL is valid and returns listings in a browser. If you are using a very restrictive filter combination, try broadening it. Also confirm you have not set both listingUrl and detailsUrl in the same run.

Why is my run getting blocked or returning CAPTCHAs?

Make sure you are using residential proxies. The default proxy configuration uses Apify residential proxies with a US location. If you changed it, switch back to the recommended settings.

Why did my run stop before reaching maxItems?

The search page may have fewer total listings than your maxItems value. The Actor stops when it runs out of pages to scrape. Try a broader search or a different area.

Why are some fields empty in my output?

Zillow listings do not always have every field populated. If a seller did not provide square footage, for example, that field will be empty. This is expected behavior.

Can I use both listingUrl and detailsUrl at the same time?

No. These inputs are mutually exclusive. Provide one or the other. If you need both search results and specific detail pages, run the Actor twice with different configurations.

FAQ

Question Answer
Can I scrape both for-sale and for-rent listings? Yes. The Actor scrapes whatever listings appear in the Zillow search URL you provide. Set your filters on Zillow first, then copy the URL into the listingUrl field.
How do I scrape a specific set of properties? Use the detailsUrl field. Paste a list of Zillow property detail page URLs and the Actor will return the full data for each one.
What proxy settings should I use? The Actor is pre-configured to use Apify residential proxies with a US location. This is the recommended setup for Zillow. You can adjust the proxy configuration if needed.
Is there a limit on how many listings I can scrape? Free users are limited to 100 items per run. Paid users can set maxItems up to 1,000,000. When using detail URLs, maxItems is ignored and all provided URLs are scraped.
Can I scrape Zillow without getting blocked? The Actor uses residential proxies and standard best practices to reduce blocking. No scraper can guarantee zero blocks, but this setup is designed for stable, long-running sessions.
What does the output look like? Each listing is returned as a flat row with fields like price, address, beds, baths, square footage, and listing type. You can export the dataset to CSV, JSON, Excel, or XML.
Can I run this on a schedule? Yes. You can set up a scheduled run in Apify to scrape Zillow daily, weekly, or at any custom interval.
Do I need a Zillow API key? No. This scraper reads the public Zillow website directly. You do not need to register an app or get an API key.
Can I scrape recently sold listings? Yes, if your Zillow search URL includes sold listings. Apply the sold filter on Zillow, copy the URL, and paste it into the Actor.
What is the difference between listingUrl and detailsUrl? listingUrl takes a Zillow search page URL and paginates through results. detailsUrl takes a list of specific property detail page URLs and scrapes each one. They are mutually exclusive.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Zillow, Inc. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
listingUrl string Zillow listing/search page URL to scrape. Should include searchQueryState query parameter for best results. Mutually exclusive with detailsUrl. When using listingUrl, maxItems will limit the number of results. https://www.zillow.com/new-york-ny/
maxItems integer Maximum items (Free users: Limited to 100. Paid users: Optional, max 1,000,000) 10
detailsUrl array Array of Zillow property detail page URLs to scrape. Mutually exclusive with listingUrl. When using detailsUrl, maxItems is ignored and all provided URLs will be scraped. []
proxyConfig object Configure proxy settings for the scraper {"useApifyProxy":true,"apifyProxyGroups"

Pricing

from $1.70 per 1,000 results

Charged forWhat it isPrice each
Actor Start Charged when the Actor starts running. Number of events charged depends on Actor memory (one event per GB, minimum one event). $0.003 to $0.016
result Single result in the default dataset. $0.0017 to $0.0024

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~zillow-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

Rated 5.0 out of 5 across 1 review. Read them on Apify.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Zillow Listings Scraper on Apify All scrapers