# 🏡 Zillow Search Scraper — Listings & Zestimate · $1/1k (`themineworks/zillow-search-scraper`) Actor

Scrape Zillow for-sale listings by city, zip code, or neighborhood. Extract price, beds, baths, sqft, Zestimate, days on market, coordinates & listing URL. API alternative — no login, no API key. Filter by price range, beds, baths, property type & days listed.

- **URL**: https://apify.com/themineworks/zillow-search-scraper.md
- **Developed by:** [The Mine Works](https://apify.com/themineworks) (community)
- **Categories:** Real estate, MCP servers, Lead generation
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$1.00 / 1,000 zillow properties

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## 🏡 Zillow Search Scraper — Listings & Zestimate Data

### What is the Zillow Search Scraper?

The **Zillow Search Scraper** extracts for-sale real estate listings from [Zillow.com](https://www.zillow.com) by city, ZIP code, or neighborhood — returning clean, structured JSON for every property, with **no login and no API key**. Give it a location and get back address, price, beds, baths, square footage, Zestimate, days on market, coordinates, and the listing URL for hundreds of homes in a single run.

Built lean and HTTP-only (no browser, 512 MB), it runs on Apify residential proxies and bills **pay-per-result** — the first 25 properties are free (lifetime), then just **$1 per 1,000 results** ($0.001 each).

### Why scrape Zillow?

- 📈 **Track the market** — monitor prices, Zestimates, and days-on-market by city or ZIP.
- 🎯 **Build lead lists** — surface fresh for-sale inventory for agents, investors, and data products.
- 🏦 **Source investment deals** — filter by price, beds, baths, and property type.
- 📊 **Feed dashboards & reports** — deliver structured housing data into your BI stack.
- 🤖 **Power AI agents** — supply live Zillow listings to LLM assistants and valuation models.

### Go beyond the limits of the official Zillow API

Zillow's official APIs are deprecated, gated behind partner agreements, and cap what you can pull — and none of them give you the full public search results you see on the site. This actor queries Zillow's own search endpoints directly, resolving any location string to a region automatically, so you are not blocked by API keys, partner approval, or per-call quotas. You control the location, the filters, and the volume. No API key, no account, no browser.

### What data does the Zillow Search Scraper extract?

| | |
|---|---|
| 🏠 Full address | 🏙️ City, state, ZIP |
| 💰 Price (value + label) | 🛏️ Bedrooms |
| 🛁 Bathrooms | 📏 Living area (sqft) |
| 🌳 Lot size + unit | 🏡 Property type |
| 🔖 Status type & text | ⏳ Days on Zillow |
| 💵 Zestimate | 🏦 Rent Zestimate |
| 📍 Latitude & longitude | 📷 Primary photo URL |
| 🔗 Listing detail URL | 🆔 ZPID |
| 🏷️ Listing sub-type | 🧭 Address line 1 |

### How to scrape Zillow in 5 steps

1. Create a free [Apify account](https://console.apify.com/sign-up).
2. Open the **Zillow Search Scraper** and enter a **location** (e.g. `Austin, TX`, `78701`, `Brooklyn, NY`).
3. Optionally set `maxItems`, `minPrice`, `maxPrice`, `minBeds`, `minBaths`, `propertyType`, or `daysOnZillow`.
4. Click **Start** and let the actor page through results.
5. Download your data as **JSON, CSV, or Excel**, or pull it via the Apify API.

### Example input

```json
{
  "location": "Austin, TX",
  "maxItems": 100,
  "minPrice": 400000,
  "maxPrice": 900000,
  "minBeds": 3,
  "propertyType": "SINGLE_FAMILY",
  "daysOnZillow": 30
}
````

### Example output

Each property is returned as a flat JSON record:

```json
{
  "zpid": "29488283",
  "address": "4501 Red River St, Austin, TX 78751",
  "addressLine1": "4501 Red River St",
  "city": "Austin",
  "state": "TX",
  "zipCode": "78751",
  "price": 725000,
  "priceLabel": "$725,000",
  "beds": 3,
  "baths": 2,
  "sqft": 1680,
  "lotSizeSqft": 6534,
  "lotSizeUnit": "sqft",
  "propertyType": "SINGLE_FAMILY",
  "statusType": "FOR_SALE",
  "statusText": "House for sale",
  "daysOnZillow": 12,
  "zestimate": 731400,
  "rentZestimate": 3200,
  "latitude": 30.30542,
  "longitude": -97.72519,
  "detailUrl": "https://www.zillow.com/homedetails/4501-Red-River-St-Austin-TX-78751/29488283_zpid/",
  "imgSrc": "https://photos.zillowstatic.com/fp/abc123-p_e.jpg",
  "listingSubType": { "is_FSBA": true }
}
```

*Field availability depends on what Zillow publishes for each listing. Null fields are omitted from the record.*

### Use cases

- **Investor deal sourcing** — filter by price, beds, and type to surface candidates across a metro.
- **Agent lead lists** — pull fresh for-sale inventory to prospect sellers and buyers.
- **Comparable market analysis** — feed listings + Zestimates into valuation workflows.
- **Price & inventory monitoring** — re-run on a schedule to track new listings and price drops.
- **Market research & dashboards** — power BI reports and housing-trend analytics.
- **AI real estate assistants** — supply live Zillow data to LLM agents and models.

### FAQ

#### Do I need a Zillow account or API key?

No. The scraper requires no login, no cookies, and no API key. You only need an Apify account to run it.

#### What is the Zestimate field?

The Zestimate is Zillow's automated valuation estimate for a home; `rentZestimate` is its estimated monthly rent. Both are returned when Zillow publishes them for a listing.

#### How much does the Zillow Search Scraper cost?

Pay-per-result: the first 25 properties are free (lifetime), then **$1 per 1,000 results** ($0.001 per property). You only pay for properties actually returned.

#### Can I enrich results with full property details?

Yes. Feed the `detailUrl` or `zpid` from this actor into the [Zillow Property Details Scraper](https://apify.com/themineworks/zillow-property-details) to pull price history, tax history, schools, HOA, and more.

#### Is scraping Zillow legal?

Scraping publicly available listing data is generally permissible, but results may include personal data protected under laws like GDPR. Ensure you have a legitimate purpose and comply with applicable regulations.

### Use in Claude, ChatGPT & any MCP agent

This actor is available as a hosted **MCP server**, so AI agents can call it directly:

```
https://mcp.apify.com/?tools=themineworks/zillow-search-scraper
```

Add that endpoint to Claude, ChatGPT, or any MCP-compatible client and ask it to pull Zillow listings on demand. Or call it from code with the Apify client:

```javascript
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: 'YOUR_APIFY_TOKEN' });

const run = await client.actor('themineworks/zillow-search-scraper').call({
  location: 'Austin, TX',
  maxItems: 100,
  minBeds: 3,
});

const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);
```

### Related real estate scrapers

Part of The Mine Works Zillow suite — chain them into a full property-data pipeline:

- [Zillow Property Details Scraper](https://apify.com/themineworks/zillow-property-details) — full detail pages by URL/ZPID.
- [Zillow Recently Sold Scraper](https://apify.com/themineworks/zillow-recently-sold) — sold comps for CMA.
- [Zillow Rental Listings Scraper](https://apify.com/themineworks/zillow-rental-listings) — for-rent listings by location.
- [Redfin Scraper](https://apify.com/themineworks/redfin-scraper) — Redfin for-sale & sold listings.
- [Realtor.com Scraper](https://apify.com/themineworks/realtor-scraper) — Realtor.com listings with agent data.

# Actor input Schema

## `location` (type: `string`):

City, zip code, neighborhood, or address to search (e.g. 'Austin, TX', '78701', 'Brooklyn, NY', 'Beverly Hills, CA').

## `maxItems` (type: `integer`):

Maximum number of for-sale properties to return. Each property costs $0.001 after the 25 free results.

## `minPrice` (type: `integer`):

Minimum listing price in USD. Leave blank for no minimum.

## `maxPrice` (type: `integer`):

Maximum listing price in USD. Leave blank for no maximum.

## `minBeds` (type: `integer`):

Minimum number of bedrooms.

## `minBaths` (type: `integer`):

Minimum number of bathrooms.

## `propertyType` (type: `string`):

Filter by property type (SINGLE\_FAMILY, CONDO, TOWNHOUSE, MULTI\_FAMILY, LAND, OTHER). Leave blank for all.

## `daysOnZillow` (type: `integer`):

Only return listings posted within the last N days (1, 7, 14, 30, 90, 180, 365). Leave blank for all.

## Actor input object example

```json
{
  "location": "Austin, TX",
  "maxItems": 100,
  "propertyType": ""
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "location": "Austin, TX",
    "maxItems": 100
};

// Run the Actor and wait for it to finish
const run = await client.actor("themineworks/zillow-search-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "location": "Austin, TX",
    "maxItems": 100,
}

# Run the Actor and wait for it to finish
run = client.actor("themineworks/zillow-search-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "location": "Austin, TX",
  "maxItems": 100
}' |
apify call themineworks/zillow-search-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=themineworks/zillow-search-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "🏡 Zillow Search Scraper — Listings & Zestimate · $1/1k",
        "description": "Scrape Zillow for-sale listings by city, zip code, or neighborhood. Extract price, beds, baths, sqft, Zestimate, days on market, coordinates & listing URL. API alternative — no login, no API key. Filter by price range, beds, baths, property type & days listed.",
        "version": "0.1",
        "x-build-id": "7M6IWCKuk28Vc0Wfk"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/themineworks~zillow-search-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-themineworks-zillow-search-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/themineworks~zillow-search-scraper/runs": {
            "post": {
                "operationId": "runs-sync-themineworks-zillow-search-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/themineworks~zillow-search-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-themineworks-zillow-search-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "location"
                ],
                "properties": {
                    "location": {
                        "title": "Location",
                        "type": "string",
                        "description": "City, zip code, neighborhood, or address to search (e.g. 'Austin, TX', '78701', 'Brooklyn, NY', 'Beverly Hills, CA')."
                    },
                    "maxItems": {
                        "title": "Max properties to scrape",
                        "minimum": 1,
                        "maximum": 2000,
                        "type": "integer",
                        "description": "Maximum number of for-sale properties to return. Each property costs $0.001 after the 25 free results.",
                        "default": 100
                    },
                    "minPrice": {
                        "title": "Min price ($)",
                        "type": "integer",
                        "description": "Minimum listing price in USD. Leave blank for no minimum."
                    },
                    "maxPrice": {
                        "title": "Max price ($)",
                        "type": "integer",
                        "description": "Maximum listing price in USD. Leave blank for no maximum."
                    },
                    "minBeds": {
                        "title": "Min bedrooms",
                        "minimum": 0,
                        "maximum": 10,
                        "type": "integer",
                        "description": "Minimum number of bedrooms."
                    },
                    "minBaths": {
                        "title": "Min bathrooms",
                        "minimum": 0,
                        "maximum": 10,
                        "type": "integer",
                        "description": "Minimum number of bathrooms."
                    },
                    "propertyType": {
                        "title": "Property type",
                        "type": "string",
                        "description": "Filter by property type (SINGLE_FAMILY, CONDO, TOWNHOUSE, MULTI_FAMILY, LAND, OTHER). Leave blank for all.",
                        "default": ""
                    },
                    "daysOnZillow": {
                        "title": "Listed within (days)",
                        "minimum": 1,
                        "maximum": 365,
                        "type": "integer",
                        "description": "Only return listings posted within the last N days (1, 7, 14, 30, 90, 180, 365). Leave blank for all."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
