# Zillow Details Scraper – Fast Property Data Extractor (`alpha-scraper/zillow-details-scraper-fast-property-data-extractor`) Actor

Extract detailed Zillow property data from URLs, addresses, or ZPIDs. Get property status, price, bedrooms, bathrooms, living area, lot size, year built, tax value, nearby schools, descriptions, and address details in structured JSON. Fast, reliable, and ideal for real estate research.

- **URL**: https://apify.com/alpha-scraper/zillow-details-scraper-fast-property-data-extractor.md
- **Developed by:** [Alpha Scraper](https://apify.com/alpha-scraper) (community)
- **Categories:** Social media, Real estate, Integrations
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.00005 / actor start

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — 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 Details Scraper – Fast Property Data Extractor

### 🚀 Overview

**Zillow Details Scraper** is a powerful property data extraction tool designed to collect detailed information from Zillow property listings quickly and reliably.

Simply provide one or more Zillow property URLs, property addresses, or Zillow Property IDs (ZPIDs), and the actor will return comprehensive property information including pricing, address details, home specifications, school information, property descriptions, tax assessment data, and much more.

This actor is optimized for speed, stability, and large-scale property research, making it ideal for:

- Real estate professionals
- Property investors
- Real estate analysts
- Lead generation agencies
- Housing market researchers
- Data analysts
- Property valuation companies
- Real estate SaaS platforms
- Home buyers and sellers
- Market intelligence teams

***

### 📊 Keywords

Zillow Scraper, Zillow Property Scraper, Zillow Details Scraper, Zillow Data Extractor, Zillow Property Data API, Zillow Listing Scraper, Zillow Home Details Scraper, Zillow Real Estate Scraper, Zillow Property Information Extractor, Zillow House Data Scraper, Zillow Property Metadata Extractor, Zillow Real Estate Data, Zillow Property Research Tool, Zillow Home Value Scraper, Zillow Market Research Tool, Zillow Investment Property Data, Zillow School Data Extractor, Zillow Property Analytics, Zillow Property Intelligence, Zillow Housing Data Extractor

***

### 🔍 Zillow Data Extractor

Extract valuable property information from Zillow listings in a structured format.

Supported input types:

✅ Zillow Property URLs

✅ Zillow Property IDs (ZPID)

✅ Property Addresses

✅ Single Property Lookup

✅ Bulk Property Extraction

***

### 🎯 Why Use This Zillow Scraper?

Finding accurate property information manually can be time-consuming.

This actor helps automate the process by collecting detailed listing information and returning clean structured datasets that can be used for:

- Real estate market research
- Investment analysis
- Property valuation
- Lead generation
- Housing trend analysis
- Comparative market analysis (CMA)
- Portfolio monitoring
- Property intelligence systems
- Data enrichment
- Business reporting

***

### ✨ Key Features

### 🏡 Property Details Extraction

Retrieve important property characteristics such as:

- Bedrooms
- Bathrooms
- Living area
- Lot size
- Year built
- Property status

***

### 💰 Pricing Information

Collect valuable pricing data including:

- Current listing price
- Last known sale price (when available)
- Formatted price values

***

### 📍 Complete Address Information

Get structured address details:

- Street address
- City
- State
- ZIP code

***

### 🏫 Nearby Schools Data

Receive nearby school information associated with the property.

Useful for:

- Family-oriented property research
- School district analysis
- Real estate investment decisions

***

### 📝 Property Description

Extract listing descriptions when available.

Helpful for:

- Listing analysis
- Property comparison
- Content enrichment
- Real estate intelligence

***

### 🏠 Home Status Detection

Identify the current property status.

Examples include:

- For Sale
- Sold
- Pending
- Off Market

***

### 📊 Structured JSON Output

All data is returned in organized JSON format, making it easy to integrate into:

- Databases
- CRMs
- Dashboards
- Data pipelines
- Analytics systems

***

### 📦 Data Provided By This Actor

The actor can return the following property information:

| Data Category          | Included |
| ---------------------- | -------- |
| Property ID (ZPID)     | ✅        |
| Property Status        | ✅        |
| Price Information      | ✅        |
| Address Details        | ✅        |
| Bedrooms               | ✅        |
| Bathrooms              | ✅        |
| Living Area            | ✅        |
| Lot Size               | ✅        |
| Year Built             | ✅        |
| Tax Assessed Value     | ✅        |
| Nearby Schools         | ✅        |
| Property Description   | ✅        |
| Input Reference        | ✅        |
| Processed Property URL | ✅        |

***

### 📥 Input Configuration

The actor accepts one or multiple property identifiers.

### Option 1: Zillow Property URL

```json
{
  "startUrls": [
    "https://www.zillow.com/homedetails/3161-Ala-Ilima-St-APT-509-Honolulu-HI-96818/82443556_zpid/"
  ]
}
```

***

### Option 2: Property Address

```json
{
  "startUrls": [
    "21386 Sunnyside Rd, Los Gatos, CA 95033"
  ]
}
```

***

### Option 3: Zillow Property ID (ZPID)

```json
{
  "startUrls": [
    "82443035"
  ]
}
```

***

### Option 4: Multiple Inputs

```json
{
  "startUrls": [
    "82443035",
    "21386 Sunnyside Rd, Los Gatos, CA 95033",
    "https://www.zillow.com/homedetails/3161-Ala-Ilima-St-APT-509-Honolulu-HI-96818/82443556_zpid/"
  ]
}
```

***

### 📤 Output Example

```json
{
  "zpid": "82443556",
  "homeStatus": "FOR_SALE",
  "address": {
    "streetAddress": "3161 Ala Ilima St Apt 509",
    "city": "Honolulu",
    "state": "HI",
    "zipcode": "96818"
  },
  "price": 425000,
  "priceFormatted": "$425,000",
  "bedrooms": 2,
  "bathrooms": 2,
  "livingArea": 870,
  "yearBuilt": 1973,
  "lotSize": 11355,
  "taxAssessedValue": 398000,
  "schools": [
    {
      "name": "Example School",
      "distance": "1.2 miles"
    },
    {
      "name": "Example School",
      "distance": "1.2 miles"
    },
    {
      "name": "Example School",
      "distance": "1.2 miles"
    }
  ],
  "description": "Beautiful property located in Honolulu.",
  "input": "82443556",
  "scrapedUrl": "https://www.zillow.com/homedetails/example"
}
```

***

### 📖 Output Field Explanation

### zpid

Unique Zillow Property Identifier.

Example:

```text
82443556
```

***

### homeStatus

Current status of the property.

Possible values:

- FOR\_SALE
- SOLD
- PENDING
- OFF\_MARKET

***

### address

Structured property address object.

Contains:

- streetAddress
- city
- state
- zipcode

***

### price

Property price as a numeric value.

Example:

```text
425000
```

***

### priceFormatted

Human-readable property price.

Example:

```text
$425,000
```

***

### bedrooms

Number of bedrooms.

Example:

```text
3
```

***

### bathrooms

Number of bathrooms.

Example:

```text
2.5
```

***

### livingArea

Interior living area.

Example:

```text
1850
```

Typically represented in square feet.

***

### yearBuilt

Year the property was built.

Example:

```text
1998
```

***

### lotSize

Property lot size.

Example:

```text
7200
```

***

### taxAssessedValue

Government tax assessment value.

Useful for:

- Investment research
- Property valuation
- Tax analysis

***

### schools

Nearby school information.

Contains:

- School name
- Distance from property

Example:

```json
[
  {
    "name": "Lincoln Elementary School",
    "distance": "0.8 miles"
  }
]
```

***

### description

Property listing description when available.

Can include:

- Home features
- Renovations
- Neighborhood highlights
- Seller remarks

***

### input

Original user-provided input.

Helps identify which result belongs to which request.

***

### scrapedUrl

Final property URL associated with the listing.

Useful for auditing and verification.

***

### 🎯 Common Use Cases

### 🏡 Real Estate Investment

Analyze:

- Pricing
- Property characteristics
- School proximity
- Market opportunities

***

### 📊 Housing Market Research

Track:

- Property values
- Home trends
- Regional pricing

***

### 📈 Comparative Market Analysis

Compare multiple properties simultaneously.

Useful for:

- Realtors
- Investors
- Appraisers

***

### 🧠 Data Enrichment

Enhance existing property databases with:

- School information
- Tax values
- Property descriptions
- Home specifications

***

### 💼 Lead Generation

Build targeted property datasets for:

- Real estate agencies
- Marketing campaigns
- Investment prospecting

***

### ⚡ Benefits & Advantages

#### ✅ Fast Data Collection

Save hours of manual property research.

#### ✅ Bulk Processing

Process multiple properties in a single run.

#### ✅ Flexible Input Types

Supports:

- URLs
- Addresses
- ZPIDs

#### ✅ Structured Data

Easy integration with:

- Excel
- Google Sheets
- Databases
- APIs
- BI Platforms

#### ✅ Research Friendly

Perfect for:

- Investors
- Analysts
- Researchers
- Brokers

#### ✅ Consistent Output

Receive standardized datasets across multiple properties.

***

### 🛠 Best Practices

### 1. Use Valid Zillow URLs

Always provide complete property URLs whenever possible.

Recommended format:

```text
https://www.zillow.com/homedetails/..._zpid/
```

***

### 2. Verify Property Addresses

Ensure addresses are correctly formatted.

Example:

```text
21386 Sunnyside Rd, Los Gatos, CA 95033
```

***

### 3. Use ZPID For Maximum Accuracy

When available, Zillow Property IDs often provide the most direct lookup.

***

### 4. Run Multiple Properties Together

Batch requests improve workflow efficiency.

***

### 5. Save Results Regularly

Export datasets for:

- Reporting
- Analysis
- Backup

***

### ⚠️ Possible Causes of Errors & Solutions

### Error: Invalid Property URL

#### Cause

Incorrect or incomplete Zillow URL.

#### Solution

Verify the URL opens correctly in your browser.

***

### Error: Property Not Found

#### Cause

Property may no longer be available.

#### Solution

Confirm that the listing still exists.

***

### Error: Missing Data Fields

#### Cause

Some properties do not publicly display all information.

#### Solution

This is normal. Available fields will still be returned.

***

### Error: Empty Results

#### Cause

Input format may be incorrect.

#### Solution

Double-check:

- Zillow URL
- Address spelling
- ZPID value

***

### Error: Temporary Zillow Restrictions

#### Cause

Occasional temporary access limitations.

#### Solution

Simply rerun the actor.

Most temporary issues are resolved on retry.

***

### 🚀 Conclusion

The **Zillow Details Scraper** is a comprehensive solution for extracting valuable Zillow property information at scale. Whether you are conducting market research, evaluating investment opportunities, enriching real estate databases, or analyzing housing trends, this actor provides reliable, structured, and easy-to-use property data that helps you make smarter decisions faster.

***

## Here my another actors:

### Youtube Iteams:

- [🎶 Youtube Audio Downloader (Video/Shorts)](https://console.apify.com/actors/lTUPL4gmLTDNXBeWw/source)
- [Youtube Video Downloader Advanced](https://console.apify.com/actors/XOpQsUkgGZLGSCJd0/source)
- [Youtube Video Downloader ( Soundless )](https://console.apify.com/actors/gFsczW1QplIquv9eL/source)
- [Youtube Video Downloader](https://console.apify.com/actors/9kZQcUlHZRKp1ilZA/source)
- [Youtube Video Details Scraper](https://console.apify.com/actors/On4VfiWjGnT79clm1/source)
- [Youtube Transcript Ninja (Subtitles) ](https://console.apify.com/actors/eWrsJHhdeEbVHChpX/source)
- [Youtube Thumbnails Downloader & Scraper](https://console.apify.com/actors/YShot3wkL0HJdRkD0/source)
- [Youtube Tags or Hashtags Scraper](https://console.apify.com/actors/O1FU99ID2ccR5wcS8/source)
- [Youtube Tags Scraper](https://console.apify.com/actors/1wVokAhQLbbeeFVfR/source)
- [Youtube Shorts Scraper lite](https://console.apify.com/actors/bOyWDt1IbXZsadWRp/source)
- [Youtube Shorts Downloader Pro](https://console.apify.com/actors/bN1AjNRMops81rGkg/source)
- [Youtube Shorts Comments Scraper](https://console.apify.com/actors/ON1C4qgHaEQEhhEmI/source)
- [Youtube Community Posts Scraper](https://console.apify.com/actors/X38E51BParHFNaCw1/source)
- [Youtube Channel Id Scraper Pro](https://console.apify.com/actors/2uuIEovgGHcYjEKyN/source)
- [Youtube Video Transcript  Scraper ( Subtitles )](https://console.apify.com/actors/IEmSN6FkNn0tw10BA/source)
- [Youtube Video Comments Scraper](https://console.apify.com/actors/URh4zBT1aesfE8QKc/source)
- [Youtube Shorts Scraper  Pro](https://console.apify.com/actors/G4McyHJJzc2TbUSo6/source)
- [Youtube Shorts Scraper](https://console.apify.com/actors/XP0WgKweF1M83FnmR/source)
- [Youtube Channel Scraper](https://console.apify.com/actors/ufMZfwMgyHeaoDdAd/source)
- [YouTube Video Description Extractor](https://console.apify.com/actors/Xqae3CmxqT3HfHaJ5/source)
- [YouTube Hashtag Scraper](https://console.apify.com/actors/d4bYqQ0LWuczEgumx/source)
- [YouTube Description Scraper pro](https://console.apify.com/actors/OVymx0bku0C8gowB0/source)
- [YouTube Comments Scraper | Pay Per Result](https://console.apify.com/actors/ict6AecoJ85T4RthZ/source)
- [YouTube Channel ID Scraper](https://console.apify.com/actors/P9XlG8ylMGqfoelOg/source)

### Tiktok Iteams:

- [Tiktok Video Downloader](https://console.apify.com/actors/dlyQGIrqOracdqOeb/source)
- [Tiktok Video Details Scraper Pro](https://console.apify.com/actors/kZMMAHBehLOdG2FBb/source)
- [Tiktok Profile Scraper](https://console.apify.com/actors/C9mdCvPs7mDV8AYdd/source)
- [TikTok Video Scraper](https://console.apify.com/actors/7NjipRJbS73X9Io90/source)
- [TikTok Profile Videos Scraper](https://console.apify.com/actors/F6ar6Hu5STLp5mdAf/source)
- [TikTok Profile Scraper pro](https://console.apify.com/actors/3fmkMmoCBQ4SBIIAN/source)
- [TikTok Audio Downloader 🎵](https://console.apify.com/actors/jHipu7fQihSVhBE3x/source)

### Snapchat Iteams:

- [Snapchat Video Downloader (Spotlight )](https://console.apify.com/actors/yKz99HNmn4AgmhPOf/source)
- [Snapchat Video  Details Scraper (Spotlight)](https://console.apify.com/actors/fyV48EkRqcNoeq2kH/source)
- [Snapchat Followers Scraper](https://console.apify.com/actors/PxBiNYw0mgZOagGyD/source)
- [Snapchat Profile     Scraper](https://console.apify.com/actors/siCUsZdm6xmc3g7HF/source)
- [Snapchat Profile Scraper  Mini](https://console.apify.com/actors/qhkQO51Cv6iHJxdAs/source)

### Instagram Iteams:

- [Instagram video Downloader + Scraper](https://console.apify.com/actors/zIpixF6ZjlbelQDrY/source)
- [Instagram Video Downloader (Soundlss)](https://console.apify.com/actors/QQkJuhIQp4pexakls/source)
- [Instagram Thumbnail Scraper Video & Reels](https://console.apify.com/actors/z8JOosBY8hlqiUthl/source)
- [Instagram Reels  Downloader](https://console.apify.com/actors/VRbovYCWXTZXuVaN2/source)
- [Instagram Profile URL to Username Converter & Extractor](https://console.apify.com/actors/FOApkedA1VuG6ncno/source)
- [Instagram Profile Scraper](https://console.apify.com/actors/5dvorBkg7ccX95wAg/source)
- [Instagram Post Videos Downloader](https://console.apify.com/actors/h95ZexZ0ifOX4JEYQ/source)
- [Instagram Followers Scraper](https://console.apify.com/actors/c55pdH9mCE02sj7Dg/source)
- [Instagram Audio Downloader](https://console.apify.com/actors/MQRNuEHUqKreEi8gI/source)
- [Instagram Video Scraper + Downloader](https://console.apify.com/actors/63Z5eSy3IxgdIEYOX/source)
- [Instagram Video  scraper Advanced](https://console.apify.com/actors/79ng2nukXLzUn0aWg/source)
- [Instagram Video Details  scraper](https://console.apify.com/actors/VLyBXSwQpHTFwUcds/source)
- [Instagram Reels Details scraper](https://console.apify.com/actors/oGR3xfeXTuIirhdlZ/source)
- [Instagram Followers Scraper Pro](https://console.apify.com/actors/MqW3EtUZXm6OHdvcI/source)

### Facebook Iteams:

- [Facebook reels Downloader  (Separate audio or video)](https://console.apify.com/actors/nuvIRaMeRIzz3cfxK/source)
- [Facebook Video Downloader advanced](https://console.apify.com/actors/2SU8ZuABbAVFNKMZa/source)
- [Facebook Video Details Scraper Advanced](https://console.apify.com/actors/umYouAXm92472jIdY/source)
- [Facebook Video Details Scraper](https://console.apify.com/actors/cQi4k63arffL6Cn0m/source)
- [Facebook Transcript & Subtitle scraper](https://console.apify.com/actors/hMNe1QYDOtcTc95qI/source)
- [Facebook Thumbnail Downloader Video & Reels](https://console.apify.com/actors/9SmYiqGTUia29Yd1Y/source)
- [Facebook Reels Downloader Advanced](https://console.apify.com/actors/3Zdnp9TnvltdoC44T/source)
- [Facebook Reels Details Scraper  Best and  Affordable](https://console.apify.com/actors/nuzr418MKJltywrCh/source)
- [Facebook Reels Details Scraper](https://console.apify.com/actors/OGBA89e5Ki6Y5amko/source)
- [Facebook Page Details Scraper](https://console.apify.com/actors/PL9nP9BrKDSsKwSZF/source)
- [Facebook Audio Downloader](https://console.apify.com/actors/uVrcf4OJ9VW8iCybQ/source)

### Amazon Iteams:

- [Amazon Search Scraper](https://console.apify.com/actors/YcgJR1WP1cHJhHzvH/source)
- [Amazon Product Details Scraper ](https://console.apify.com/actors/1twpltijc10KFaVeb/source)

# Actor input Schema

## `startUrls` (type: `array`):

Provide one or multiple zillow property URLs / Address / Id

## Actor input object example

```json
{
  "startUrls": [
    "https://www.zillow.com/homedetails/3161-Ala-Ilima-St-APT-509-Honolulu-HI-96818/82443556_zpid/",
    "https://www.zillow.com/homedetails/2193-Ala-Mahamoe-St-Honolulu-HI-96819/579252_zpid/",
    "21386 Sunnyside Rd, Los Gatos, CA 95033",
    "82443035"
  ]
}
```

# 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 = {
    "startUrls": [
        "https://www.zillow.com/homedetails/3161-Ala-Ilima-St-APT-509-Honolulu-HI-96818/82443556_zpid/",
        "https://www.zillow.com/homedetails/2193-Ala-Mahamoe-St-Honolulu-HI-96819/579252_zpid/",
        "21386 Sunnyside Rd, Los Gatos, CA 95033",
        "82443035"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("alpha-scraper/zillow-details-scraper-fast-property-data-extractor").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 = { "startUrls": [
        "https://www.zillow.com/homedetails/3161-Ala-Ilima-St-APT-509-Honolulu-HI-96818/82443556_zpid/",
        "https://www.zillow.com/homedetails/2193-Ala-Mahamoe-St-Honolulu-HI-96819/579252_zpid/",
        "21386 Sunnyside Rd, Los Gatos, CA 95033",
        "82443035",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("alpha-scraper/zillow-details-scraper-fast-property-data-extractor").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 '{
  "startUrls": [
    "https://www.zillow.com/homedetails/3161-Ala-Ilima-St-APT-509-Honolulu-HI-96818/82443556_zpid/",
    "https://www.zillow.com/homedetails/2193-Ala-Mahamoe-St-Honolulu-HI-96819/579252_zpid/",
    "21386 Sunnyside Rd, Los Gatos, CA 95033",
    "82443035"
  ]
}' |
apify call alpha-scraper/zillow-details-scraper-fast-property-data-extractor --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/a47q3T6Qyfh7w61se/builds/e26i0b8l881RAxraw/openapi.json
