Zillow Full Properties Information - Collect by URL avatar
Zillow Full Properties Information - Collect by URL

Pricing

$1.99 / 1,000 results

Go to Store
Zillow Full Properties Information - Collect by URL

Zillow Full Properties Information - Collect by URL

Developed by

AUTOScraping

AUTOScraping

Maintained by Community

Scrape complete property data from Zillow using direct URLs. Get prices, agents, photos, and school info in clean JSON. Ideal for analysts and realtors. $1.99/1000 results.

0.0 (0)

Pricing

$1.99 / 1,000 results

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

2 days ago

Python empty template

๐Ÿก Zillow Property Data Scraper by URL

Overview

Extract complete property data from Zillow using direct URLs. This Actor is ideal for real estate professionals, investors, analysts, and developers who need structured access to detailed property metadata from Zillow listings.

๐Ÿš€ Why choose this actor?

  • Focused on high-precision Zillow URLs
  • Retrieves full metadata: pricing, tax, schools, photos, agent, price history, etc.
  • Does NOT require proxies
  • Effortless integration via Apify or API
  • Ideal for automation and monitoring workflows

โš ๏ธ SPECIAL CASES
This Actor DOES NOT USE PROXIES.
Only 10 results are free for Apify Free users.
The max_results value is AUTOMATICALLY ROUNDED UP to the nearest multiple of 10. (e.g., inputting 35 will yield 40 results.)

Use Cases

  • Real estate market research
  • Historical price trend analysis
  • Lead enrichment for property investors
  • Zillow listing monitoring
  • Data warehouse population for proptech apps

๐Ÿ”‘ Key Features

  • Extracts structured data from Zillow property detail pages
  • Supports multiple URLs in parallel
  • Retrieves pricing, agents, schools, photos, and more
  • Includes raw property metadata (ideal for analytics)
  • Clean JSON output
  • Handles recently sold and active listings

How It Works

Provide one or more Zillow property detail URLs as input. The Actor will visit each URL, extract structured metadata (including nested attributes like photos, history, agent info, etc.), and return it in a clean JSON format.

No proxy or CAPTCHA solving required.

Input Parameters

FieldTypeDescriptionRequiredExample
urlsarrayList of Zillow property detail URLsโœ… Yes["https://www.zillow.com/homedetails/235-North-St-Roxbury-CT-06783/58864937_zpid/"]

๐Ÿ“ฆ Output (Full Example)

{
"url": "https://www.zillow.com/homedetails/235-North-St-Roxbury-CT-06783/58864937_zpid/",
"price": 1325000,
"currency": "USD",
"home_status": "RECENTLY_SOLD",
"year_built": 1980,
"bedrooms": 4,
"bathrooms": 4,
"living_area": "3,379 sqft",
"lot_size": "3 Acres",
"description": "Welcome to this inviting must see country contemporary Tudor style home on beautiful 3.5 acre corner lot...",
"address": {
"street_address": "235 North Street",
"city": "Roxbury",
"state": "CT",
"zipcode": "06783"
},
"latitude": 41.586967,
"longitude": -73.322365,
"home_type": "SINGLE_FAMILY",
"has_private_pool": true,
"has_garage": true,
"school_info": [
{
"name": "Booth Free School",
"grades": "K-5",
"distance": 2.3
},
{
"name": "Shepaug Valley School",
"grades": "6-12",
"rating": "8",
"distance": 1.3
}
],
"agent": {
"name": "Pels Matthews",
"phone": "203-671-5432",
"broker": "W. Raveis Lifestyles Realty"
},
"price_history": [
{
"date": "2025-06-18",
"event": "Sold",
"price": 1325000
},
{
"date": "2025-05-23",
"event": "Listed for sale",
"price": 1495000
}
]
}

๐Ÿ’ฒ Pricing

PlanPrice per 1,000 results
FreeFirst 10 results free
Pay-as-you-go$1.99 / 1,000 results

This Actor is intended for public property listings and does not bypass Zillow's authentication or scraping protections. Always comply with Zillowโ€™s Terms of Service and applicable data laws (GDPR, CCPA, etc.).

Update Policy

We actively monitor Zillowโ€™s structure. This Actor is updated upon structural changes to ensure continued data extraction reliability.

โ“ FAQ

Does this Actor require proxies?
No. It works without proxies.

How many URLs can I pass?
As many as you want โ€” billing will apply per result batch in multiples of 10.

Does it extract full historical data?
Yes, including price history, tax data, and agent attribution when available.