
Zillow Property Info Scraper
Pricing
$0.10 / 1,000 outputs

Zillow Property Info Scraper
This actor takes multiple property addresses (one per line) and fetches detailed information for each using Zillow’s internal APIs. Whether you’re analyzing comps, scouting investment properties, or automating real estate workflows, this tool is designed to save you hours of manual research.
5.0 (2)
Pricing
$0.10 / 1,000 outputs
1
Total users
3
Monthly users
3
Runs succeeded
>99%
Last modified
2 days ago
This Apify actor allows you to input a list of property addresses and retrieve detailed property information from Zillow. For each address, the actor fetches metadata such as Zestimate, beds, baths, square footage, lot size, and more.
👤 Use Case
This actor is useful for real estate professionals, investors, researchers, and analysts who need to gather up-to-date property data at scale directly from Zillow.
📥 Input
Paste a list of full property addresses into the input box — one per line.
Example:
1600 Amphitheatre Parkway, Mountain View, CA4362 N Diamond Point Circle, Mesa, AZ123 Main St, Los Angeles, CA
📤 Output
The output is saved to the default Apify dataset in JSON format. Each item in the dataset corresponds to a property, with structured Zillow data (if available).
Sample Output:
{"zpid": "89135558","address": "4362 N Diamond Point Cir, Mesa, AZ 85207","price": "$4,432,700","beds": 5,"baths": 8,"area": 8016,"zestimate": 4432700,"statusText": "Off market: Zestimate","latLong": {"latitude": 33.493786,"longitude": -111.64633},"imgSrc": "https://photos.zillowstatic.com/fp/8ae59f37a2161e63e7d3da9ee187b192-p_e.jpg","detailUrl": "/homedetails/4362-N-Diamond-Point-Cir-Mesa-AZ-85207/89135558_zpid/"}
❗ Error Handling
If the actor cannot retrieve information for a given address, it will return a JSON object with an error
field.
Example:
{"address": "Some Incorrect Address","error": "Address not found"}
🛠 How It Works
- The actor uses Zillow's internal suggestion API to convert addresses into
zpid
and geolocation. - It then queries Zillow’s map-based search to find the full listing info.
- Matched results are pushed to the Apify dataset for easy download or API access.
🚫 Limitations
- Zillow may occasionally block or rate-limit requests if abused.
- The actor is designed for light-to-moderate usage (a few hundred addresses max per run).
- Not all off-market or undeveloped properties will return complete data.
📎 Related Tools
- Apify SDK for Python
- Zillow internal APIs (unofficial usage)
👨💻 Author
Built and maintained by aknahin. For support or custom development, contact via the Apify platform.