VOOZH about

URL: https://apify.com/coder_zoro/zillow-data

โ‡ฑ Zillow Data ยท Apify


Pricing

$19.00/month + usage

Go to Apify Store

Zillow Data API provides real-time access to Zillow property listings, detailed home info, price history, tax records, high-resolution images, and transportation scores. Perfect for real estate apps, property analysis, market research, and investment dashboards.

Pricing

$19.00/month + usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Zoro

Zoro

Maintained by Community

Actor stats

0

Bookmarked

94

Total users

1

Monthly active users

4 months ago

Last modified

Share

Zillow Property Data Fetcher - Apify Actor

๐Ÿ“‹ Overview

This Apify Actor fetches property-related data from Zillow using various data types. It supports bulk processing of multiple properties through ZUIDs or URLs.

๐Ÿš€ Features

  • Fetch property listings
  • Get property images
  • Retrieve price and tax history
  • Get transportation scores
  • Search properties by URL
  • Bulk processing support (multiple ZUIDs/URLs)

๐Ÿ“Š Input Schema

Required Fields

FieldTypeRequiredDescription
data_typeString (select)โœ… YesType of data to fetch

Optional Fields

FieldTypeRequiredDescriptionDefault
zuid_listArray of StringsConditional*List of Zillow Unique IDs (one per line)-
url_listArray of StringsConditional*List of Zillow page URLs (one per line)-
countOfPriceIntegerNoNumber of price history records10
countOfTaxIntegerNoNumber of tax history records10

* Either zuid_list or url_list is required depending on the data_type selected.

๐Ÿ”ง Data Types & Required Parameters

Data TypeDescriptionRequires ZUIDRequires URLUses Price/Tax Count
propertyListGet list of properties from a search pageโŒโœ…โŒ
propertyImagesFetch all images for a propertyโœ…โœ… (optional)โŒ
priceAndtaxHistoryGet price and tax historyโœ…โœ… (optional)โœ…
transportScoreGet transportation/walk scoreโœ…โŒโŒ
searchByUrlSearch properties by URLโŒโœ…โŒ

๐Ÿ“ Input Examples

Example 1: Fetch Property Images (Single ZUID)

{
"data_type":"propertyImages",
"zuid_list":[
"20482366"
]
}

Example 2: Get Price and Tax History (Multiple ZUIDs)

{
"data_type":"priceAndtaxHistory",
"zuid_list":[
"20482366",
"12345678",
"87654321"
],
"countOfPrice":15,
"countOfTax":20
}

Example 3: Fetch Property List (Multiple URLs)

{
"data_type":"propertyList",
"url_list":[
"https://www.zillow.com/dunwoody-ga-30360/",
"https://www.zillow.com/santa-monica-ca/"
]
}

Example 4: Get Transportation Score

{
"data_type":"transportScore",
"zuid_list":[
"20482366",
"98765432"
]
}

Example 5: Search by URL

{
"data_type":"searchByUrl",
"url_list":[
"https://www.zillow.com/homes/for_sale/"
]
}

๐Ÿ“ค Output Examples

Property Images Output

{
"zuid":"20482366",
"images":[
{
"url":"https://photos.zillowstatic.com/image1.jpg",
"caption":"Living Room"
},
{
"url":"https://photos.zillowstatic.com/image2.jpg",
"caption":"Kitchen"
}
],
"totalImages":25
}

Price and Tax History Output

{
"zuid":"20482366",
"priceHistory":[
{
"date":"2024-01-15",
"price":450000,
"event":"Sold"
},
{
"date":"2023-12-01",
"price":445000,
"event":"Listed"
}
],
"taxHistory":[
{
"year":2024,
"taxAmount":5400,
"assessedValue":440000
},
{
"year":2023,
"taxAmount":5200,
"assessedValue":425000
}
]
}

Transport Score Output

{
"zuid":"20482366",
"walkScore":78,
"transitScore":65,
"bikeScore":72,
"description":"Very Walkable"
}

Property List Output

{
"url":"https://www.zillow.com/dunwoody-ga-30360/",
"properties":[
{
"zuid":"20482366",
"address":"123 Main St, Dunwoody, GA 30360",
"price":450000,
"beds":3,
"baths":2,
"sqft":1850
},
{
"zuid":"20482367",
"address":"456 Oak Ave, Dunwoody, GA 30360",
"price":525000,
"beds":4,
"baths":3,
"sqft":2200
}
],
"totalResults":45
}

๐Ÿ’ก Usage Tips

Bulk Processing

  • Enter multiple ZUIDs or URLs, one per line in the input fields
  • Each entry will be processed separately
  • Results will be aggregated in the output

Performance Optimization

  • Use countOfPrice and countOfTax to limit the amount of historical data fetched
  • Smaller counts = faster processing
  • Default values (10 each) work well for most use cases

Common Use Cases

1. Property Research

  • Use propertyList to discover properties in an area
  • Then use propertyImages and priceAndtaxHistory for detailed information

2. Market Analysis

  • Use priceAndtaxHistory with higher counts (20-50) for trend analysis
  • Combine with transportScore for location quality assessment

3. Bulk Property Data

  • Input multiple ZUIDs in zuid_list for batch processing
  • Useful for portfolio analysis or comparative market analysis

โš ๏ธ Error Handling

The actor returns error messages in the following format:

{
"error":"Invalid data type"
}

Common errors:

  • Missing required parameter: Ensure ZUID or URL is provided based on data type
  • Invalid ZUID: Check that the ZUID is a valid Zillow property ID
  • Invalid URL: Ensure the URL is a valid Zillow page URL

๐Ÿ”— Field Mapping Guide

You Want To...Use data_typeProvideOptional Parameters
Browse listings in an areapropertyListurl_list-
See photos of propertiespropertyImageszuid_list-
Check price changes over timepriceAndtaxHistoryzuid_listcountOfPrice, countOfTax
Evaluate walkabilitytransportScorezuid_list-
Search specific URL resultssearchByUrlurl_list-

You might also like

Zillow Property Details Scraper

delicious_zebu/zillow-property-details-scraper

Effortlessly scrape detailed Zillow property data, including prices, photos, location details, and more. Perfect for real estate analysis, investment research, or market insights.

Zillow Property Details Scraper

api-ninja/zillow-property-details-scraper

Scrape Zillow property details for real estate analysis. Get prices, tax history, interior and building specs, lot info, schools, and photos from Zillow listings.

361

5.0

Zillow Scraper - Home Listings

alizarin_refrigerator-owner/zillow-scraper

Extract home listings, Zestimates, price history & market trends from Zillow. Get comprehensive property data for investment analysis, market research & competitive monitoring.

Zillow Search Scraper

scraperx/zillow-search-scraper

Zillow Search Scraper extracts property listings from Zillow search results. It collects prices, addresses, property details, listing URLs, images, and agent information. Ideal for real estate market research, lead generation, price monitoring, and building property data pipelines.

Zillow Scraper

rigelbytes/zillow-scraper

Zillow property data effortlessly! Our scraper extracts pricing, location, property details, and images, helping you track real estate trends. Perfect for market research and real-time insights.

Zillow Scraper

scraptivo/zillow-scraper

Zillow property data effortlessly! Our scraper extracts pricing, location, property details, and images, helping you track real estate trends. Perfect for market research and real-time insights.

Zillow Detail Scraper

happitap/zillow-detail-scraper

Extract comprehensive property data from Zillow including price, address, photos, agent info, tax history, schools, and more. Download Zillow data in JSON, CSV, or Excel format.

Zillow Property Scraper

crawlerbros/zillow-scraper

Scrape property listings from Zillow. Get prices, descriptions, photos, agent details, schools, tax history, price history, and 30+ fields per property.

36

Related articles

How to scrape Zillow data (without getting blocked)
Read more