Zillow Property Details avatar
Zillow Property Details

Pricing

Pay per usage

Go to Apify Store
Zillow Property Details

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

5.0

(1)

Developer

Zillow Scraper

Zillow Scraper

Maintained by Community

Actor stats

1

Bookmarked

42

Total users

3

Monthly active users

23 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 propertyDetail data 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

FieldTypeRequiredDescription
zuid_listArray of Stringsβœ… YesList of Zillow property IDs (one per line)

Optional Field

FieldTypeRequiredDescription
url_listArray of Strings❌ NoList 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.