Zillow Property List
Pricing
Pay per usage
Zillow Property List
Fetch property listings directly from Zillow search result pages. Supports multiple URLs, returns structured data with address, price, beds, baths, and sqft — ideal for area-based market research.
Pricing
Pay per usage
Rating
5.0
(1)
Developer

Zillow Scraper
Actor stats
1
Bookmarked
8
Total users
1
Monthly active users
10 days ago
Last modified
Categories
Share
🏠 Zillow Property List Fetcher - Apify Actor
📋 Overview
This Apify Actor collects property listings from Zillow based on one or more Zillow search page URLs.
It is designed to fetch and structure property list data such as price, address, number of beds/baths, and square footage from Zillow search result pages.
⚙️ Note: This actor is specifically configured for the
propertyListdata type.
You don’t need to provide or selectdata_type— it’s automatically handled by the backend.
🚀 Features
- Fetches multiple Zillow property listings from given search URLs
- Supports bulk URL input
- Extracts detailed property data including:
- ZUID (Zillow Unique ID)
- Address
- Price
- Bedrooms, bathrooms, and square footage
- Returns structured, JSON-formatted results
🧩 Input Schema
Required Field
| Field | Type | Required | Description |
|---|---|---|---|
url_list | Array of Strings | ✅ Yes | List of Zillow search page URLs (one per line) |
📝 Input Example
{"url_list": ["https://www.zillow.com/dunwoody-ga-30360/","https://www.zillow.com/santa-monica-ca/"]}
You can enter multiple URLs, each pointing to a Zillow search results page.
Each URL will be processed separately, and results will be aggregated in the final dataset.
📤 Output Example
{"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}
Each result object corresponds to one Zillow search URL.
Inside it, you’ll find an array of property listings and the total number of results found.
💡 Usage Tips
- Enter one or more Zillow search URLs in the
url_listfield. - Each URL will be scraped for property listings.
- Results will include property details such as address, price, and size.
- Works great for bulk area research or region-based listing extraction.
