
Zillow Explorer
Pricing
$30.00/month + usage

Zillow Explorer
π« Scrape Zillow.com Homes
5.0 (1)
Pricing
$30.00/month + usage
14
647
12
Issues response
47 days
Last modified
13 days ago
Welcome to Zillow Scraper

π About Zillow.com
 
Zillow Group, Inc., or simply Zillow, is an American tech real-estate marketplace company that was founded in 2006, and was created by Rich Barton and Lloyd Frink, former Microsoft executives and founders of Microsoft spin-off Expedia; Spencer Rascoff, a co-founder of Hotwire.com; David Beitel, Zillow's current chief technology officer; and Kristin Acker, Zillow's current senior vice president of experience design.

π About This Actor
Scrape information about properties in specific city or region. Search and extract detail data such as features, price & tax history, nearby schools, walk scores and more.
Features :
- π Search multiple cities/places.
- π Extract specific property URL's (@ZPID)
- π Switchable extra information, only get what you need.
- π Comprehensive list of filters.
- π Fast crawling, minimize compute units.
Disclaimer :
- π Maximum number of results allowed by Zillow is 1000 (but lets try to scrape more)
- π Maximum multiple regions allowed by Zillow is 5
- π Multiple address more than 5 is allowed
- π Free Trial limited to first 100 results.
β οΈ Under Maintenance
"Under Maintenance" mode means we continuously take care of our actor to ensure peak performance.
π Tutorial
Parameters
| Name | Type | Description | 
|---|---|---|
| location | string / array | City, Region, Address, Zip-code or @ZPID(s) | 
| search_type | string | Type of search: Sell, Sold, Rent | 
| limit | integer | Number of results: 1-1000 (default=1) | 
| sort | string | Sorting key | 
| order | string | Sorting direction: empty=automatic, asc=ascending, desc=descending | 
Data Cleansing (dev_no_strip)
Most of the results will return empty or insignificant values, including False, 0, empty STRING, empty ARRAY, and empty OBJECT. By default, the Actor will remove this 'garbage', except for the first row of the dataset.
To disable this behavior and return all empty values, use dev_no_strip=True under Advanced Options > Data Cleansing.
Data Transform (dev_transform_fields)
There may be times when you only need specific information, like just the price and address.
Use dev_transform_fields under Advanced Options > CUSTOM FIELD
key  (source attribute)
- For nested object use  DOT. For example: address.streetAddress
- For nested array use NUMBER  (index of array element starting from index=0). For example: images.0.url
value (result attribute)  [optional]
- By default it will copy from key value
Notes :
- π This process is performed AFTER all results is scraped.
- π Network cost will not effected, as the Actor still fetch all full set of attributes.
- π Make sure all required attributes are present (use includesparameters if necessary)
Example :
Results submitted to Dataset Storage :
π Examples
Example #1: Basic Usage
Searching properties in specific location.
Location can also accept ZPID list (prefixed with @):
Example #2: Multiple Cities/Places
Multiple cities/places/zip-codes argument can be supplied for searching in multiple region inside United States. The following example search most recent properties in 3 different place:
- Bellevue WA 98004
- Austin TX 78732
- Los Angeles CA 90001
Notes :
- π Multiple regions limited to max 5 regions.
- π Multiple regions search is supposed to be used for regions that are close to each other.
Example #3: Using Prompt (Zillow AI)
Start with prompt only, other parameter set to empty
then overrides with your own search parameters
Example #4: Search URL
The important part is  searchQueryState values
then overrides with your own search parameters
Example #5: Draw Map
Draw map on Zillow website map. and copy paste the resulting Full URL into the Prompt

Example #6: Additional Data
Additional information can be retrieved using includes:[section] parameters.
| section | type | description | 
|---|---|---|
| description | boolean | Property long description | 
| foreClosure | boolean | Fore Closure Info | 
| homeInsights | boolean | Home Insights | 
| resoFacts | boolean | Features & Facts | 
| attributionInfo | boolean | Attribution Info | 
| priceHistory | boolean | Price History | 
| taxHistory | boolean | Tax History | 
| valueHistory | boolean | Home Value | 
| schools | boolean | Nearby schools | 
| tourEligibility | boolean | Tour Eligibility | 
| localProtections | boolean | Local Protections | 
| walkScores | boolean | Walk Scores | 
| photos | boolean | Photos & Media | 
π Output Samples
Notes: this examples will show all available attributes. In reality all empty values will stripped out. This includes
null,false, emptyarrayand emptyobject
Basic Information
Description
Foreclosure
Home Insights
Features & Facts
Attribution Info
Price History
Tax History
Nearby Schools
Tour Eligibility
Local Protections
Walk Scores
Photos & Media
βοΈ Support
β‘οΈ Feel free to reach out to the developer for any issues or suggestions for improvement.

On this page
Share Actor:

















