Zillow Property Details
Pricing
Pay per usage
Go to Apify Store

Zillow Property Details
Fetch complete Zillow property details including address, price, size, year built, and type. Works with ZUIDs or URLs. Ideal for real estate databases and property intelligence automation.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Zillow Scraper
Maintained by Community
Actor stats
0
Bookmarked
3
Total users
2
Monthly active users
2 days ago
Last modified
Categories
Share
🏘️ Zillow Property Detail Fetcher - Apify Actor
📋 Overview
This Apify Actor retrieves detailed property information from Zillow using ZUIDs or URLs.
It extracts structured details about a single or multiple Zillow listings.
⚙️ Note: This actor is configured for the
propertyDetaildata type.
🚀 Features
- Fetches complete property details (address, price, specs, features)
- Accepts ZUIDs or Zillow URLs
- Supports batch processing for multiple properties
🧩 Input Schema
Required Field
| Field | Type | Required | Description |
|---|---|---|---|
zuid_list | Array of Strings | ✅ Yes | List of Zillow property IDs (one per line) |
Optional Field
| Field | Type | Required | Description |
|---|---|---|---|
url_list | Array of Strings | ❌ No | List of Zillow property URLs (alternative input) |
📝 Input Example
{"zuid_list": ["20482366","87654321"]}
📤 Output Example
{"zuid": "20482366","address": "123 Main St, Dunwoody, GA 30360","price": 450000,"beds": 3,"baths": 2,"sqft": 1850,"lotSize": 7200,"yearBuilt": 1995,"homeType": "Single Family","status": "For Sale"}
💡 Usage Tips
- Use ZUIDs for faster, reliable results.
- Perfect for generating structured property databases or reports.