Zillow.com Scraper
Pricing
$9.99/month + usage
Go to Apify Store
Deprecated
Zillow.com Scraper
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.
Pricing
$9.99/month + usage
Rating
0.0
(0)
Developer
Toto Visotsky
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a year ago
Last modified
Categories
Share
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