Zillow Search by URL Fetcher
Pricing
Pay per usage
Go to Apify Store

Zillow Search by URL Fetcher
Search Zillow properties directly using URLs and collect structured listings with price, address, and specs. Designed for bulk property data extraction from Zillow search result pages.
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 Search by URL - Apify Actor
π Overview
This Apify Actor performs property searches based on Zillow URLs and returns structured results.
It allows you to fetch property data directly from any Zillow search results page.
βοΈ Note: This actor is configured for the
searchByUrldata type.
π Features
- Searches Zillow properties using provided URLs
- Returns structured listings with ZUID, address, and price
- Supports multiple search URLs (bulk mode)
π§© Input Schema
Required Field
| Field | Type | Required | Description |
|---|---|---|---|
url_list | Array of Strings | β Yes | List of Zillow search URLs (one per line) |
π Input Example
{"url_list": ["https://www.zillow.com/homes/for_sale/","https://www.zillow.com/new-york-ny/"]}
π€ Output Example
{"url": "https://www.zillow.com/homes/for_sale/","properties": [{"zuid": "20482366","address": "123 Main St, NY 10001","price": 850000,"beds": 2,"baths": 2,"sqft": 1200}],"totalResults": 125}
π‘ Usage Tips
- Provide one or more Zillow search URLs to fetch listings in bulk.
- Ideal for collecting property listings by location or filter search pages.