Zillow Explorer
7 days trial then $30.00/month - No credit card required now
Zillow Explorer
7 days trial then $30.00/month - No credit card required now
💫 Scrape Zillow.com Homes
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 only specific property URL's (coming soon)
- Switchable extra information, only get what you need.
- Comprehensive list of filters.
- Fast crawling, minimize compute units.
Updates & Changes
- [ tomorrow ] UPDATE: readme file.
- [ yesterday ] ADDED: `bulk zpi... [trimmed]
TUTORIAL
Example #1: Basic Usage
Searching properties in specific location.
1{ 2 "location": ["New York"], 3 "search_type": "sell" 4}
Location can also accept ZPID list (prefixed with @):
1{ 2 "location": ["@108057228", "@79232360"] 3}
parameter | type | options | description |
---|---|---|---|
location | string / array | city, region, zip-code or @zpid | Search property in specific place(s) |
search_type | string | sell, sold, rent | Type of property search |
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
1{ 2 "location": ["98004", "78732", "90001"], 3 "search_type": "sell", 4 "sort": "newest", 5 "limit": 200 6}
Example #3: Pagination
Maximum number of results can be supplied using limit
parameter. If page-per-page is preferred, parameter page
can be used.
1{ 2 "location": ["New York"], 3 "page": 1, 4 "limit": 100 5}
parameter | type | options | description |
---|---|---|---|
page | integer | any number | Page number (default = 1) |
limit | integer | any number between 1-1000 | Limit number of results (default = 5) |
Note: maximum number of results is 1000
Example #4: Sorting
Sorting results by a sort
key and order
.
1{ 2 "sort": "year_... [trimmed]
OUTPUTS
Notes: this examples will show all available attributes. In reality all empty values will stripped out. This includes
null
,false
, emptyarray
and emptyobject
Basic Information
1{ 2 "zpid": 84102313, 3 "location": { 4 "latitude": 43.064545, 5 "longitude": -76.12287 6 }, 7 "address": { 8 "streetAddress": "1666 James St", 9 "zipcode": "13203", 10 "city": "Syracuse", 11 "state": "NY" 12 }, 13 "media": { 14 "propertyPhotoLinks": { 15 "defaultLink": "https://photos.zillowstatic.com/fp/2b77edad77e6f5d876a6bcde251f26f4-p_g.jpg", 16 "mediumSizeLink": "https://photos.zillowstatic.com/fp/2b77edad77e6f5d876a6bcde251f26f4-p_c.jpg", 17 "highResolutionLink": "https://photos.zillowstatic.com/fp/2b77edad77e6f5d876a6bcde251f26f4-p_f.jpg", 18 "tvLink": "https://photos.zillowstatic.com/fp/2b77edad77e6f5d876a6bcde251f26f4-p_m.jpg", 19 "tvCollectionLink": "https://photos.zillowstatic.com/fp/2b77edad77e6f5d876a6bcde251f26f4-p_l.jpg", 20 "tvHighResolutionLink": "https://photos.zillowstatic.com/fp/2b77edad77e6f5d876a6bcde251f26f4-p_n.jpg" 21 }, 22 "thirdPartyPhotoLinks": {}, 23 "hasVRModel": false, 24 "hasVideos": false, 25 "hasApprovedThirdPartyVirtualTour": true 26 }, 27 "isFeatured": false, 28 "currency": "USD", 29 "country": "USA", 30 "listingDateTimeOnZillow": 1656853962426, 31 "bestGuessTimeZone": "Ameri... [trimmed]
Actor Metrics
16 monthly users
-
7 stars
98% runs succeeded
22 days response time
Created in Jul 2022
Modified 3 months ago