
Zillow.com Scraper
Deprecated
Pricing
$9.99/month + usage
Go to Store

Zillow.com Scraper
Deprecated
This Python-based Zillow scraper extracts property data, including sold listings, for-sale properties, and rentals. It supports search filters like location, price, and bedrooms. The tool uses proxies to prevent IP blocks and saves results in JSON format for easy integration with Python projects.
5.0 (1)
Pricing
$9.99/month + usage
0
Total users
2
Monthly users
1
Runs succeeded
>99%
Last modified
2 months ago
Zillow Property Scraper
This actor scrapes real estate listings from Zillow based on the provided search criteria.
Input Parameters
location
(required) - City, address, or ZIP code to search for propertiesminPrice
- Minimum property price in USDmaxPrice
- Maximum property price in USDpropertyType
- Type of property (Houses, Apartments, Condos, etc.)beds
- Minimum number of bedroomsbaths
- Minimum number of bathroomsmaxPages
- Maximum number of pages to scrape (0 for unlimited)
Output
The actor stores results in the default dataset. Each property record contains:
- Address
- Price
- Property details (beds, baths, sqft)
- Zillow listing URL
- Additional property features