Zillow properties listing information - Collect by URL avatar
Zillow properties listing information - Collect by URL

Pricing

$1.99 / 1,000 results

Go to Store
Zillow properties listing information - Collect by URL

Zillow properties listing information - Collect by URL

Developed by

AUTOScraping

AUTOScraping

Maintained by Community

Extract full real estate data from Zillow listings by URL. Get prices, bedrooms, tax records, photos, geolocation, and more in clean JSON. Easy, fast, no proxy needed. Pricing: $1.99/1000 results.

0.0 (0)

Pricing

$1.99 / 1,000 results

0

Total users

2

Monthly users

2

Runs succeeded

98%

Last modified

4 days ago

Zillow Property Scraper

Overview

This actor collects detailed property information from Zillow using a list of URLs. Simply provide URLs of Zillow listings and retrieve structured data such as price, bedrooms, bathrooms, tax history, and more — ideal for real estate analysts, investors, and web scraping professionals.

Why choose this actor? 🚀

Because speed, simplicity, and specificity matter. Whether you're tracking prices, building datasets, or performing due diligence, this actor brings Zillow data to your fingertips — cleanly and efficiently.

Use Cases

  • Market analysis for real estate investors
  • Property comparison for buyers and agents
  • Historical pricing & tax trend analysis
  • Training datasets for machine learning models

Key Features ✨

  • Input list of Zillow URLs
  • Extracts up to 100+ fields per property
  • Returns rich, nested fields (e.g., address, geolocation, photos, nearby schools)
  • No proxy required
  • Handles Zillow’s snapshot view cleanly

How It Works ⚙️

You submit a list of valid Zillow property URLs. The actor simulates a browser session, captures all available data from each page, and returns structured JSON with complete property details including Zestimate, taxes, price history, and more.

⚠️ SPECIAL RULES:
ONLY 10 RESULTS ARE FREE FOR FREE USERS
max_search_results MUST BE A MULTIPLE OF 10
THIS ACTOR DOES NOT USE PROXIES

Input Parameters

FieldTypeDescriptionExample
urlsarrayEnter the urls to search for properties on Zillow.["https://example.com/property123"]
max_search_resultsintegerMax number of results per URL. Must be multiple of 10.20

Output (Full Example)

{
"zpid": 77050198,
"city": "South Bend",
"state": "IN",
"homeStatus": "SOLD",
"address": {
"city": "South Bend",
"streetAddress": "2506 Gordon Cir",
"zipcode": "46635",
"state": "IN"
},
"bedrooms": 3,
"bathrooms": 2,
"price": 265000,
"yearBuilt": 1958,
"livingArea": 1908,
"lotSize": 13939,
"lotAreaValue": 0.32,
"lotAreaUnits": "Acres",
"zestimate": 310300,
"rentZestimate": 2869,
"currency": "USD",
"taxAssessedValue": 283300,
"taxAssessedYear": 2024,
"propertyTaxRate": 0.91,
"description": "Example property description here...",
"longitude": -86.21249,
"latitude": 41.695827,
"hdpUrl": "https://www.zillow.com/homedetails/2506-Gordon-Cir-South-Bend-IN-46635/77050198_zpid/",
"photoCount": 20,
"homeType": "SINGLE_FAMILY",
"priceHistory": [
{
"date": "2023-03-03",
"price": 265000,
"event": "Sold",
"source": "IRMLS"
}
],
"taxHistory": [
{
"time": 2024,
"taxPaid": 1591.12,
"value": 283300
}
]
}

Pricing

TierLimitationsPrice per 1000 results
Free User10 results maxFree
Pay-as-you-goUp to 10,000 results per run$1.99 / 1,000 results

Legal Disclaimer

This actor is provided for educational and research purposes. Use responsibly and in accordance with Zillow’s Terms of Service. We do not encourage or condone the misuse of public or private data.

Update Policy

The actor is maintained and improved periodically. Major changes in Zillow’s site structure may affect functionality, in which case patches will be applied within a reasonable timeframe.

FAQ

Can I scrape multiple listings at once?
Yes. Just pass an array of URLs.

Does this actor use proxies?
No. Proxy rotation is not needed.

What happens if I set max_search_results to 35?
You'll receive 40 results, as the value will be rounded up to the nearest multiple of 10.