Zillow Explorer avatar
Zillow Explorer
Try for free

7 days trial then $30.00/month - No credit card required now

View all Actors
Zillow Explorer

Zillow Explorer

jupri/zillow-scraper
Try for free

7 days trial then $30.00/month - No credit card required now

Search property data from Zillow.com

Welcome to Zillow Scraper

enter image description here

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.

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}
parametertypeoptionsdescription
locationstring / arraycity, region, zip-code or @zpidSearch property in specific place(s)
search_typestringsell, sold, rentType 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}
parametertypeoptionsdescription
pageintegerany numberPage number (default = 1)
limitintegerany number between 1-1000Limit 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_built",
3	"order": "desc"
4}
parametertypeoptionsdescription
sortstringrelevance (default), change, newest, price_high, price_low, beds, baths, living_area, lot_area, year_builtSorting key
orderstringempty=automatic, "asc"=ascending, "desc"=descendingSorting direction

Example #5: Extra Information

Additional information can be retrieved using includes:[section] parameters.

sectiontypedescription
descriptionbooleanProperty long description
foreClosurebooleanFore Closure Info
homeInsightsbooleanHome Insights
resoFactsbooleanFeatures & Facts
attributionInfobooleanAttribution Info
priceHistorybooleanPrice History
taxHistorybooleanTax History
schoolsbooleanNearby schools
tourEligibilitybooleanTour Eligibility
localProtectionsbooleanLocal Protections
walkScoresbooleanWalk Scores
photosbooleanPhotos & Media
1{
2	"includes:description": true,
3	"includes:foreClosure": true,
4	"includes:homeInsights": true,
5	"includes:resoFacts": true,
6	"includes:attributionInfo": true,
7	"includes:priceHistory": true,
8	"includes:taxHistory": true,
9	"includes:schools": true,
10	"includes:tourEligibility": true,
11	"includes:localProtections": true,
12	"includes:walkScores": true,
13	"includes:photos": true
14}

Outputs

Notes: this examples will show all available attributes. In reality all empty values will stripped out. This includes null, false, empty array and empty object

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": "America/New_York",
32    "bathrooms": 4,
33    "bedrooms": 5,
34    "livingArea": 3292,
35    "yearBuilt": 1920,
36    "lotSizeWithUnit": {
37        "lotSize": 0.296,
38        "lotSizeUnit": "acres"
39    },
40    "propertyType": "singleFamily",
41    "listing": {
42        "listingStatus": "forSale",
43        "listingSubType": {
44            "isFSBA": true
45        }
46    },
47    "daysOnZillow": 45,
48    "isUnmappable": false,
49    "isPreforeclosureAuction": false,
50    "price": {
51        "value": 249900,
52        "changedDate": 1658894400000,
53        "priceChange": -10000,
54        "pricePerSquareFoot": 76
55    },
56    "estimates": {},
57    "zillowOwnedProperty": {
58        "isZillowOwned": false
59    },
60    "taxAssessment": {
61        "taxAssessedValue": 173826,
62        "taxAssessmentYear": "2021"
63    },
64    "region": {},
65    "personalizedResult": {
66        "isViewed": false
67    },
68    "ssid": 9,
69    "listingDataSource": "Phoenix",
70    "homeStatus": "FOR_SALE",
71    "isListingClaimedByCurrentSignedInUser": false,
72    "isCurrentSignedInAgentResponsible": false,
73    "isCurrentSignedInUserVerifiedOwner": false,
74    "regionString": "Syracuse NY 13203",
75    "isRentalListingOffMarket": false,
76    "url": "https://www.zillow.com/homedetails/1666-James-St-Syracuse-NY-13203/84102313_zpid/",
77    "isUndisclosedAddress": false,
78    "boroughId": null,
79    "providerListingID": null,
80    "isPremierBuilder": false,
81    "isZillowOwned": false,
82    "listPriceLow": null,
83    "newConstructionType": null,
84    "zestimateLowPercent": null,
85    "zestimateHighPercent": null,
86    "restimateLowPercent": null,
87    "restimateHighPercent": null,
88    "parentRegion": {
89        "name": "Lincoln Park"
90    },
91    "countyFIPS": "36067",
92    "parcelId": "31150001911180",
93    "contingentListingType": null,
94    "brokerageName": "Hunt Real Estate ERA",
95    "pals": [
96        {
97            "name": "HUNT ERA Real Estate",
98            "palsId": "a942d4692c12ca5bac73f3274391e800"
99        }
100    ],
101    "listingAccountUserId": "X1-ZUxjnw6x7akmix_1fz16",
102    "sellingSoon": [
103        {
104            "treatmentId": "model_0",
105            "percentile": 0.52
106        }
107    ],
108    "isIncomeRestricted": null,
109    "brokerId": null,
110    "monthlyHoaFee": null,
111    "mortgageRates": {
112        "fifteenYearFixedRate": 5.164,
113        "thirtyYearFixedRate": 5.234,
114        "arm5Rate": 5.65
115    },
116    "propertyTaxRate": 2.79,
117    "mlsid": "S1417796",
118    "brokerImageUrl": "https://photos.zillowstatic.com/fp/4c2eda76802a3c9d76faae317a9c139c-zillow_web_95_35.jpg",
119    "virtualTourUrl": "https://my.matterport.com/show/?m=MNt34S5eoLN&mls=1",
120    "hasApprovedThirdPartyVirtualTourUrl": true,
121    "photoCount": 44,
122    "livingAreaUnits": "Square Feet",
123    "postingProductType": "Standard",
124    "marketingName": null,
125    "cityId": 7353,
126    "stateId": 43,
127    "zipPlusFour": "2816",
128    "numberOfUnitsTotal": 0,
129    "datePostedString": "2022-07-03",
130    "foreclosureTypes": {
131        "isBankOwned": false,
132        "isForeclosedNFS": false,
133        "isPreforeclosure": false,
134        "isAnyForeclosure": false,
135        "wasNonRetailAuction": false,
136        "wasForeclosed": false,
137        "wasREO": null,
138        "wasDefault": null
139    },
140    "streetViewServiceUrl": null,
141    "postingUrl": null,
142    "thirdPartyVirtualTour": {
143        "externalUrl": null,
144        "lightboxUrl": "https://my.matterport.com/show/?m=MNt34S5eoLN&play=1&mls=1",
145        "staticUrl": "https://my.matterport.com/api/v2/player/models/MNt34S5eoLN/thumb",
146        "providerKey": "MATTERPORT",
147        "approved": true
148    },
149    "listingFeedID": null,
150    "priceChangeDateString": "2022-07-27",
151    "comingSoonOnMarketDate": null,
152    "lastSoldPrice": 137000,
153    "isHousingConnector": false,
154    "isRecentStatusChange": false,
155    "isNonOwnerOccupied": false,
156    "county": "Onondaga County",
157    "rentalApplicationsAcceptedType": "REQUEST_TO_APPLY",
158    "isRentalsLeadCapMet": false,
159    "isPaidMultiFamilyBrokerId": false,
160	"_type": "property"
161}

Extra Information

Description

1{
2    "description": "Welcome to 1666 James!  As you enter, you are graced with 1920’s character throughout this 5 bedroom 3 and half bath home.  Admire the vintage door and stained-glass windows in the front foyer.  On the first floor, there is a newly renovated kitchen with high ceilings, open living concept, and a beautiful wood burning fireplace. Great for entertaining!  The first floor also offers two nicely sized bedrooms and one and half bathrooms. Head upstairs to enjoy the character of the family room which includes charming built-in shelving and an adorable window seat! The second kitchen is equipped with a large kitchen for preparing all the lovely meals to be served in the formal dining room.  There are three more generously sized bedrooms and two full bathrooms including the master suite. This layout offers great potential for an In-law suite. Seller completed many updates but made sure to keep the charm alive!  Off street parking, two car garage, partially finished basement, and the perfect amount of yard space. Do not miss out on this opportunity to own a piece of history."
3}

Foreclosure Info

1{
2    "foreclosureDefaultFilingDate": null,
3    "foreclosureAuctionFilingDate": "2021-06-23 00:00:00",
4    "foreclosureLoanDate": null,
5    "foreclosureLoanOriginator": "THE BANK OF NEW YORK MELLON",
6    "foreclosureLoanAmount": null,
7    "foreclosurePriorSaleDate": 1101945600000,
8    "foreclosurePriorSaleAmount": 39200,
9    "foreclosureBalanceReportingDate": null,
10    "foreclosurePastDueBalance": null,
11    "foreclosureUnpaidBalance": null,
12    "foreclosureAuctionTime": null,
13    "foreclosureAuctionDescription": "Notice of Sale",
14    "foreclosureAuctionCity": "NIAGARA FALLS",
15    "foreclosureAuctionLocation": "775 THIRD STREET",
16    "foreclosureDate": 1628812800000,
17    "foreclosureAmount": 36000,
18    "foreclosingBank": "THE BANK OF NEW YORK MELLON",
19    "foreclosureJudicialType": "Judicial"
20}

Home Insights

1{
2    "homeInsights": [
3        {
4            "insights": [
5                {
6                    "modelId": "v2-2",
7                    "treatmentId": "model_0",
8                    "phrases": [
9                        "Off street parking",
10                        "Master suite",
11                        "Open living concept",
12                        "Stained-glass windows",
13                        "Large kitchen"
14                    ]
15                },
16                {
17                    "modelId": "v2-2",
18                    "treatmentId": "model_1",
19                    "phrases": [
20                        "Off street parking",
21                        "Master suite",
22                        "Open living concept",
23                        "Stained-glass windows",
24                        "Large kitchen"
25                    ]
26                }
27            ]
28        }
29    ]
30}

Features & Facts

1{
2    "resoFacts": {
3        "accessibilityFeatures": null,
4        "associationFee": null,
5        "associationAmenities": null,
6        "associationFee2": null,
7        "associationFeeIncludes": null,
8        "associationName": null,
9        "associationName2": null,
10        "associationPhone": null,
11        "associationPhone2": null,
12        "basementYN": false,
13        "buildingName": null,
14        "buyerAgencyCompensation": "3",
15        "buyerAgencyCompensationType": "%",
16        "appliances": [
17            "Dryer",
18            "Dishwasher",
19            "Electric Oven",
20            "Electric Range",
21            "Gas Water Heater",
22            "Microwave",
23            "Refrigerator",
24            "Washer"
25        ],
26        "atAGlanceFacts": [
27            {
28                "label": "Type",
29                "value": "Single Family Residence, Residential"
30            },
31            {
32                "label": "Year Built",
33                "value": "1920"
34            },
35            {
36                "label": "Heating",
37                "value": "Gas, Forced Air"
38            },
39            {
40                "label": "Cooling",
41                "value": "Central Air"
42            },
43            {
44                "label": "Parking",
45                "value": "2 Garage spaces"
46            },
47            {
48                "label": "Lot",
49                "value": "0.30 Acres"
50            },
51            {
52                "label": "Days on Zillow",
53                "value": "45 Days"
54            },
55            {
56                "label": "Price/sqft",
57                "value": "$76"
58            },
59            {
60                "label": "Buyer's Agent Fee",
61                "value": "3"
62            },
63            {
64                "label": "Offer Review Date",
65                "value": null
66            }
67        ],
68        "attic": null,
69        "availabilityDate": null,
70        "basement": "Full,Partially Finished",
71        "bathrooms": 4,
72        "bathroomsFull": 3,
73        "bathroomsHalf": 1,
74        "bathroomsOneQuarter": null,
75        "bathroomsPartial": null,
76        "bathroomsThreeQuarter": null,
77        "bedrooms": 5,
78        "bodyType": null,
79        "canRaiseHorses": false,
80        "carportParkingCapacity": null,
81        "cityRegion": "Syracuse",
82        "commonWalls": null,
83        "communityFeatures": null,
84        "cooling": [
85            "Central Air"
86        ],
87        "coveredParkingCapacity": null,
88        "cropsIncludedYN": null,
89        "developmentStatus": null,
90        "doorFeatures": null,
91        "electric": [
92            "Circuit Breakers"
93        ],
94        "elevation": null,
95        "elevationUnits": null,
96        "entryLevel": null,
97        "entryLocation": null,
98        "exclusions": null,
99        "fencing": "Partial",
100        "fireplaceFeatures": null,
101        "fireplaces": 2,
102        "flooring": [
103            "Carpet",
104            "Hardwood",
105            "Marble",
106            "Tile",
107            "Varies",
108            "Vinyl"
109        ],
110        "foundationArea": null,
111        "furnished": false,
112        "garageParkingCapacity": 2,
113        "gas": null,
114        "greenBuildingVerificationType": null,
115        "greenEnergyEfficient": null,
116        "greenIndoorAirQuality": null,
117        "greenSustainability": null,
118        "greenWaterConservation": null,
119        "hasAssociation": null,
120        "hasAttachedGarage": null,
121        "hasAttachedProperty": false,
122        "hasCooling": true,
123        "hasCarport": null,
124        "hasElectricOnProperty": null,
125        "hasFireplace": true,
126        "hasGarage": true,
127        "hasHeating": true,
128        "hasLandLease": false,
129        "hasOpenParking": null,
130        "hasSpa": false,
131        "hasPrivatePool": null,
132        "hasView": false,
133        "hasWaterfrontView": null,
134        "heating": [
135            "Gas",
136            "Forced Air"
137        ],
138        "highSchool": null,
139        "highSchoolDistrict": "Syracuse",
140        "hoaFee": null,
141        "homeType": "SingleFamily",
142        "horseAmenities": null,
143        "horseYN": null,
144        "interiorFeatures": [
145            "Den",
146            "Separate/Formal Dining Room",
147            "Eat-in Kitchen",
148            "Separate/Formal Living Room",
149            "Granite Counters",
150            "Home Office",
151            "Kitchen Island",
152            "Other",
153            "See Remarks",
154            "Second Kitchen",
155            "Natural Woodwork",
156            "Bedroom on Main Level",
157            "Bath in Master Bedroom"
158        ],
159        "irrigationWaterRightsAcres": null,
160        "irrigationWaterRightsYN": null,
161        "isSeniorCommunity": null,
162        "landLeaseAmount": null,
163        "landLeaseExpirationDate": null,
164        "laundryFeatures": [
165            "In Basement"
166        ],
167        "levels": "Two",
168        "listingId": null,
169        "lotFeatures": [
170            "Corner Lot",
171            "Historic District",
172            "Near Public Transit",
173            "Residential Lot"
174        ],
175        "lotSize": "0.30 Acres",
176        "mainLevelBathrooms": 2,
177        "mainLevelBedrooms": 2,
178        "marketingType": null,
179        "middleOrJuniorSchool": null,
180        "middleOrJuniorSchoolDistrict": "Syracuse",
181        "municipality": null,
182        "numberOfUnitsInCommunity": null,
183        "offerReviewDate": null,
184        "onMarketDate": 1656806400000,
185        "openParkingCapacity": null,
186        "otherEquipment": null,
187        "otherParking": null,
188        "ownershipType": null,
189        "parkingCapacity": 0,
190        "parkingFeatures": [
191            "Attached",
192            "Electricity",
193            "Driveway",
194            "Garage Door Opener"
195        ],
196        "patioAndPorchFeatures": null,
197        "poolFeatures": null,
198        "pricePerSquareFoot": 76,
199        "roadSurfaceType": null,
200        "roofType": "Slate,Tile",
201        "rooms": [],
202        "securityFeatures": [
203            "Security System Owned"
204        ],
205        "sewer": [
206            "Connected"
207        ],
208        "spaFeatures": null,
209        "specialListingConditions": "Standard",
210        "stories": 2,
211        "storiesTotal": 2,
212        "subdivisionName": null,
213        "taxAnnualAmount": 5427,
214        "totalActualRent": null,
215        "utilities": [
216            "Cable Available",
217            "High Speed Internet Available",
218            "Sewer Connected",
219            "Water Connected"
220        ],
221        "view": [],
222        "waterSource": [
223            "Connected",
224            "Public"
225        ],
226        "waterBodyName": null,
227        "waterfrontFeatures": null,
228        "waterView": null,
229        "waterViewYN": null,
230        "windowFeatures": [
231            "Leaded Glass"
232        ],
233        "yearBuilt": 1920,
234        "zoning": null,
235        "zoningDescription": null,
236        "aboveGradeFinishedArea": null,
237        "additionalParcelsDescription": null,
238        "architecturalStyle": "Colonial,Historic/Antique,Other,Tudor",
239        "belowGradeFinishedArea": null,
240        "builderModel": null,
241        "builderName": null,
242        "buildingArea": "3,292",
243        "buildingAreaSource": null,
244        "buildingFeatures": null,
245        "constructionMaterials": [
246            "Stucco",
247            "Copper Plumbing"
248        ],
249        "exteriorFeatures": [
250            "Blacktop Driveway",
251            "Fence"
252        ],
253        "foundationDetails": [
254            "Block"
255        ],
256        "frontageLength": null,
257        "frontageType": null,
258        "hasAdditionalParcels": false,
259        "hasPetsAllowed": null,
260        "hasRentControl": null,
261        "hasHomeWarranty": false,
262        "inclusions": null,
263        "incomeIncludes": null,
264        "isNewConstruction": null,
265        "listingTerms": "Cash,Conventional",
266        "livingAreaRange": null,
267        "livingAreaRangeUnits": null,
268        "livingArea": "3,292 sqft",
269        "lotSizeDimensions": "70 x 181",
270        "numberOfUnitsVacant": null,
271        "otherStructures": null,
272        "ownership": null,
273        "parcelNumber": "31150001900000110180000000",
274        "propertyCondition": "Resale",
275        "propertySubType": [
276            "Single Family Residence",
277            "Residential"
278        ],
279        "structureType": null,
280        "topography": null,
281        "vegetation": null,
282        "woodedArea": null,
283        "yearBuiltEffective": null,
284        "virtualTour": "https://my.matterport.com/show/?m=MNt34S5eoLN",
285        "elementarySchool": null,
286        "elementarySchoolDistrict": "Syracuse",
287        "listAOR": "Syracuse"
288    }
289}

Attribution Info

1{
2    "attributionInfo": {
3        "listingAgreement": null,
4        "mlsName": "NYSAMLSs",
5        "mlsDisclaimer": "The data relating to real estate on this web site comes in part from the Internet Data Exchange (IDX) Program\nof the CNYIS, UNYREIS and WNYREIS. Real estate listings held by firms other than Zillow, Inc. are marked with\nthe IDX logo and include the Listing Broker’s Firm Name. Listing Data last updated at 2022-08-17 23:42:08 PDT.\nDisclaimer: All information deemed reliable but not guaranteed and should be independently verified. All properties\nare subject to prior sale, change or withdrawal. Neither the listing broker(s) nor Zillow, Inc. shall be responsible for any typographical errors, misinformation, misprints, and shall be held totally harmless.\nΒ© 2022 CNYIS, UNYREIS, WNYREIS. All rights reserved.\n\nThe listing broker’s offer of compensation is made only to participants of the MLS where the listing is filed.",
6        "mlsId": "S1417796",
7        "agentEmail": "ryan.yamini@huntrealestate.com",
8        "agentLicenseNumber": null,
9        "agentName": "Ryan Yamini",
10        "agentPhoneNumber": "315-699-3200",
11        "attributionTitle": "Listing by:",
12        "brokerName": "Hunt Real Estate ERA",
13        "brokerPhoneNumber": "315-699-3200",
14        "buyerAgentMemberStateLicense": null,
15        "buyerAgentName": null,
16        "buyerBrokerageName": null,
17        "coAgentLicenseNumber": null,
18        "coAgentName": "Samantha Yamini",
19        "coAgentNumber": "315-699-3200",
20        "lastChecked": "2022-08-17 23:42:08",
21        "lastUpdated": "2022-07-31 01:02:33",
22        "listingOffices": [
23            {
24                "associatedOfficeType": "listOffice",
25                "officeName": "Hunt Real Estate ERA"
26            },
27            {
28                "associatedOfficeType": "coListOffice",
29                "officeName": "Hunt Real Estate ERA"
30            }
31        ],
32        "listingAgents": [
33            {
34                "associatedAgentType": "listAgent",
35                "memberFullName": "Ryan Yamini",
36                "memberStateLicense": "10301217122"
37            },
38            {
39                "associatedAgentType": "coListAgent",
40                "memberFullName": "Samantha Yamini",
41                "memberStateLicense": "10401347686"
42            }
43        ],
44        "providerLogo": "https://photos.zillowstatic.com/fp/4c2eda76802a3c9d76faae317a9c139c-zillow_web_95_35.jpg",
45        "trueStatus": null
46    }
47}

Price History

1{
2    "priceHistory": [
3        {
4            "date": "2022-07-27",
5            "time": 1658880000000,
6            "price": 249900,
7            "pricePerSquareFoot": 76,
8            "priceChangeRate": -0.038476337052712584,
9            "event": "Price change",
10            "source": "NYSAMLSs",
11            "buyerAgent": null,
12            "sellerAgent": null,
13            "showCountyLink": false,
14            "postingIsRental": false,
15            "attributeSource": {
16                "infoString1": "S1417796",
17                "infoString2": "NYSAMLSs",
18                "infoString3": "https://photos.zillowstatic.com/fp/4c2eda76802a3c9d76faae317a9c139c-zillow_web_logo_inf_11.jpg"
19            }
20        },
21        {
22            "date": "2022-07-03",
23            "time": 1656806400000,
24            "price": 259900,
25            "pricePerSquareFoot": 79,
26            "priceChangeRate": 0.897080291970803,
27            "event": "Listed for sale",
28            "source": "NYSAMLSs",
29            "buyerAgent": null,
30            "sellerAgent": null,
31            "showCountyLink": false,
32            "postingIsRental": false,
33            "attributeSource": {
34                "infoString1": "S1417796",
35                "infoString2": "NYSAMLSs",
36                "infoString3": "https://photos.zillowstatic.com/fp/4c2eda76802a3c9d76faae317a9c139c-zillow_web_logo_inf_11.jpg"
37            }
38        },
39        {
40            "date": "2017-12-12",
41            "time": 1513036800000,
42            "price": 137000,
43            "pricePerSquareFoot": 42,
44            "priceChangeRate": 0,
45            "event": "Sold",
46            "source": "NYSAMLSs",
47            "buyerAgent": null,
48            "sellerAgent": {
49                "photo": {
50                    "url": "https://photos.zillowstatic.com/h_e/ISx7k8p775idxq0000000000.jpg"
51                },
52                "name": "Kazi Gautam - NY Licensed Assoc. R.E. Broker",
53                "profileUrl": "/profile/Kazi-Gautam/"
54            },
55            "showCountyLink": false,
56            "postingIsRental": false,
57            "attributeSource": {
58                "infoString1": "S1064695",
59                "infoString2": "NYSAMLSs",
60                "infoString3": "https://photos.zillowstatic.com/fp/4c2eda76802a3c9d76faae317a9c139c-zillow_web_logo_inf_11.jpg"
61            }
62        }
63    ]
64}

Tax History

1{
2    "taxHistory": [
3        { "time": 1629269435719, "taxPaid": null, "taxIncreaseRate": 0, "value": 129500, "valueIncreaseRate": 0 },
4        { "time": 1597733435719, "taxPaid": null, "taxIncreaseRate": 0, "value": 129500, "valueIncreaseRate": 0 },
5        { "time": 1566111035719, "taxPaid": null, "taxIncreaseRate": 0, "value": 129500, "valueIncreaseRate": 0 },
6        { "time": 1534575035719, "taxPaid": null, "taxIncreaseRate": 0, "value": 129500, "valueIncreaseRate": 0 },
7        { "time": 1503039035719, "taxPaid": 5628.27, "taxIncreaseRate": 1.8314636, "value": 129500, "valueIncreaseRate": 0 },
8        { "time": 1471503035719, "taxPaid": 1987.76, "taxIncreaseRate": 0, "value": 129500, "valueIncreaseRate": 0 },
9        { "time": 1439880635719, "taxPaid": null, "taxIncreaseRate": 0, "value": 129500, "valueIncreaseRate": 0 },
10        { "time": 1408344635719, "taxPaid": null, "taxIncreaseRate": 0, "value": 129500, "valueIncreaseRate": 0 },
11        { "time": 1376808635719, "taxPaid": null, "taxIncreaseRate": 0, "value": 129500, "valueIncreaseRate": 0 },
12        { "time": 1345272635719, "taxPaid": null, "taxIncreaseRate": 0, "value": 129500, "valueIncreaseRate": 0 },
13        { "time": 1313650235719, "taxPaid": null, "taxIncreaseRate": 0, "value": 129500, "valueIncreaseRate": 0 },
14        { "time": 1282114235719, "taxPaid": null, "taxIncreaseRate": 0, "value": 129500, "valueIncreaseRate": 0 },
15        { "time": 1250578235719, "taxPaid": null, "taxIncreaseRate": 0, "value": 129500, "valueIncreaseRate": 0 },
16        { "time": 1219042235719, "taxPaid": null, "taxIncreaseRate": 0, "value": 129500, "valueIncreaseRate": 0 },
17        { "time": 1187419835719, "taxPaid": null, "taxIncreaseRate": 0, "value": 129500, "valueIncreaseRate": 0 },
18        { "time": 1155883835719, "taxPaid": null, "taxIncreaseRate": 0, "value": 129500, "valueIncreaseRate": 0 },
19        { "time": 1124347835719, "taxPaid": null, "taxIncreaseRate": 0, "value": 129500, "valueIncreaseRate": 0 },
20        { "time": 1092811835719, "taxPaid": null, "taxIncreaseRate": 0, "value": 129500, "valueIncreaseRate": 0 },
21        { "time": 1061189435719, "taxPaid": null, "taxIncreaseRate": 0, "value": 129500, "valueIncreaseRate": 0 }
22    ]
23}

Nearby Schools

1{
2    "schools": [
3        {
4            "distance": 0.8,
5            "name": "Dr Weeks Elementary School",
6            "rating": 3,
7            "level": "Primary",
8            "studentsPerTeacher": 15,
9            "assigned": null,
10            "grades": "PK-5",
11            "link": "https://www.greatschools.org/school?id=03801&state=NY",
12            "type": "Public",
13            "size": 768,
14            "totalCount": 1,
15            "isAssigned": true
16        },
17        {
18            "distance": 0.2,
19            "name": "Lincoln Middle School",
20            "rating": 3,
21            "level": "Middle",
22            "studentsPerTeacher": 11,
23            "assigned": null,
24            "grades": "6-8, 10",
25            "link": "https://www.greatschools.org/school?id=03815&state=NY",
26            "type": "Public",
27            "size": 540,
28            "totalCount": 2,
29            "isAssigned": true
30        }
31    ]
32}

Tour Eligibility

1{
2    "tourEligibility": {
3        "isPropertyTourEligible": true,
4        "propertyTourType": "STANDARD",
5        "propertyTourAvailability": [
6            {
7                "status": "AVAILABLE",
8                "date": "2022-08-18",
9                "times": [
10                    "11:00:00", "11:30:00", "12:00:00", "12:30:00", "13:00:00", "13:30:00", "14:00:00", "14:30:00", "15:00:00", "15:30:00", "16:00:00", 
11					"16:30:00", "17:00:00", "17:30:00", "18:00:00", "18:30:00", "19:00:00"
12                ]
13            },
14            {
15                "status": "AVAILABLE",
16                "date": "2022-08-19",
17                "times": [ 
18					"09:00:00", "09:30:00", "10:00:00", "10:30:00", "11:00:00", "11:30:00", "12:00:00", "12:30:00", "13:00:00", "13:30:00", "14:00:00", 
19					"14:30:00", "15:00:00", "15:30:00", "16:00:00", "16:30:00", "17:00:00", "17:30:00", "18:00:00", "18:30:00", "19:00:00"
20                ]
21            },
22            {
23                "status": "AVAILABLE",
24                "date": "2022-08-20",
25                "times": [ 
26					"09:00:00", "09:30:00", "10:00:00", "10:30:00", "11:00:00", "11:30:00", "12:00:00", "12:30:00", "13:00:00", "13:30:00", "14:00:00", 
27					"14:30:00", "15:00:00", "15:30:00", "16:00:00", "16:30:00", "17:00:00", "17:30:00", "18:00:00", "18:30:00", "19:00:00"
28                ]
29            }
30        ]
31    }
32}

Local Protections

1{
2    "localProtections": {
3        "protectionLevels": {
4            "lgbt": {
5                "level": "state",
6                "statePageUrl": "http://www.lgbtmap.org/equality_maps/profile_state/ny"
7            },
8            "soi": {
9                "level": "state"
10            },
11            "voucher": {
12                "level": "state"
13            }
14        },
15        "protections": [
16            {
17                "covers": {
18                    "genderIdentity": true,
19                    "sexualOrientation": true,
20                    "housingChoiceVoucher": null,
21                    "sourceOfIncome": null
22                },
23                "description": "Employment protections include being fired, denied employment, or otherwise discriminated against by an employer.",
24                "type": "Employment"
25            },
26            {
27                "covers": {
28                    "genderIdentity": true,
29                    "sexualOrientation": true,
30                    "housingChoiceVoucher": true,
31                    "sourceOfIncome": true
32                },
33                "description": "Housing protections include being unfairly evicted, denied housing, or refused the ability to rent or buy housing.",
34                "type": "Housing"
35            },
36            {
37                "covers": {
38                    "genderIdentity": true,
39                    "sexualOrientation": true,
40                    "housingChoiceVoucher": null,
41                    "sourceOfIncome": null
42                },
43                "description": "Public accommodations protections include being unfairly refused services or entry to or from places accessible to the public (retail stores, restaurants, parks, hotels, etc).",
44                "type": "Public Accommodations"
45            }
46        ]
47    }
48}

Walk Scores

1{
2    "walkScore": {
3        "walkscore": 54,
4        "description": "Somewhat Walkable",
5        "ws_link": "https://www.walkscore.com/score/loc/lat=43.064545/lng=-76.12287/?utm_source=zillow2.com&utm_medium=ws_api&utm_campaign=ws_api"
6    },
7    "transitScore": {
8        "transit_score": 35,
9        "description": "Some Transit",
10        "ws_link": "https://www.walkscore.com/score/loc/lat=43.0645/lng=-76.1229/?utm_source=zillow2.com&utm_medium=ts_api&utm_campaign=ts_api"
11    },
12    "bikeScore": {
13        "bikescore": 47,
14        "description": "Somewhat Bikeable"
15    }
16}

Photos & Media

1{
2    "photos": [
3        {
4            "caption": "",
5            "mixedSources": {
6                "jpeg": [
7                    { "url": "https://photos.zillowstatic.com/fp/2b77edad77e6f5d876a6bcde251f26f4-cc_ft_192.jpg", "width": 192 },
8                    { "url": "https://photos.zillowstatic.com/fp/2b77edad77e6f5d876a6bcde251f26f4-cc_ft_384.jpg", "width": 384 },
9                    { "url": "https://photos.zillowstatic.com/fp/2b77edad77e6f5d876a6bcde251f26f4-cc_ft_576.jpg", "width": 576 },
10                    { "url": "https://photos.zillowstatic.com/fp/2b77edad77e6f5d876a6bcde251f26f4-cc_ft_768.jpg", "width": 768 },
11                    { "url": "https://photos.zillowstatic.com/fp/2b77edad77e6f5d876a6bcde251f26f4-cc_ft_960.jpg", "width": 960 },
12                    { "url": "https://photos.zillowstatic.com/fp/2b77edad77e6f5d876a6bcde251f26f4-cc_ft_1152.jpg", "width": 1152 },
13                    { "url": "https://photos.zillowstatic.com/fp/2b77edad77e6f5d876a6bcde251f26f4-cc_ft_1344.jpg", "width": 1344 },
14                    { "url": "https://photos.zillowstatic.com/fp/2b77edad77e6f5d876a6bcde251f26f4-cc_ft_1536.jpg", "width": 1536 }
15                ],
16                "webp": [
17                    { "url": "https://photos.zillowstatic.com/fp/2b77edad77e6f5d876a6bcde251f26f4-cc_ft_192.webp", "width": 192 },
18                    { "url": "https://photos.zillowstatic.com/fp/2b77edad77e6f5d876a6bcde251f26f4-cc_ft_384.webp", "width": 384 },
19                    { "url": "https://photos.zillowstatic.com/fp/2b77edad77e6f5d876a6bcde251f26f4-cc_ft_576.webp", "width": 576 },
20                    { "url": "https://photos.zillowstatic.com/fp/2b77edad77e6f5d876a6bcde251f26f4-cc_ft_768.webp", "width": 768 },
21                    { "url": "https://photos.zillowstatic.com/fp/2b77edad77e6f5d876a6bcde251f26f4-cc_ft_960.webp", "width": 960 },
22                    { "url": "https://photos.zillowstatic.com/fp/2b77edad77e6f5d876a6bcde251f26f4-cc_ft_1152.webp", "width": 1152 },
23                    { "url": "https://photos.zillowstatic.com/fp/2b77edad77e6f5d876a6bcde251f26f4-cc_ft_1344.webp", "width": 1344 },
24                    { "url": "https://photos.zillowstatic.com/fp/2b77edad77e6f5d876a6bcde251f26f4-cc_ft_1536.webp", "width": 1536 }
25                ]
26            },
27            "url": "https://photos.zillowstatic.com/fp/2b77edad77e6f5d876a6bcde251f26f4-p_d.jpg"
28        },
29        {
30            "caption": "",
31            "mixedSources": {
32                "jpeg": [
33                    { "url": "https://photos.zillowstatic.com/fp/a0cc3c52c9b0013e47bbb83e94d1ddc0-cc_ft_192.jpg", "width": 192 },
34                    { "url": "https://photos.zillowstatic.com/fp/a0cc3c52c9b0013e47bbb83e94d1ddc0-cc_ft_384.jpg", "width": 384 },
35                    { "url": "https://photos.zillowstatic.com/fp/a0cc3c52c9b0013e47bbb83e94d1ddc0-cc_ft_576.jpg", "width": 576 },
36                    { "url": "https://photos.zillowstatic.com/fp/a0cc3c52c9b0013e47bbb83e94d1ddc0-cc_ft_768.jpg", "width": 768 },
37                    { "url": "https://photos.zillowstatic.com/fp/a0cc3c52c9b0013e47bbb83e94d1ddc0-cc_ft_960.jpg", "width": 960 },
38                    { "url": "https://photos.zillowstatic.com/fp/a0cc3c52c9b0013e47bbb83e94d1ddc0-cc_ft_1152.jpg", "width": 1152 },
39                    { "url": "https://photos.zillowstatic.com/fp/a0cc3c52c9b0013e47bbb83e94d1ddc0-cc_ft_1344.jpg", "width": 1344 },
40                    { "url": "https://photos.zillowstatic.com/fp/a0cc3c52c9b0013e47bbb83e94d1ddc0-cc_ft_1536.jpg", "width": 1536 }
41                ],
42                "webp": [
43                    { "url": "https://photos.zillowstatic.com/fp/a0cc3c52c9b0013e47bbb83e94d1ddc0-cc_ft_192.webp", "width": 192 },
44                    { "url": "https://photos.zillowstatic.com/fp/a0cc3c52c9b0013e47bbb83e94d1ddc0-cc_ft_384.webp", "width": 384 },
45                    { "url": "https://photos.zillowstatic.com/fp/a0cc3c52c9b0013e47bbb83e94d1ddc0-cc_ft_576.webp", "width": 576 },
46                    { "url": "https://photos.zillowstatic.com/fp/a0cc3c52c9b0013e47bbb83e94d1ddc0-cc_ft_768.webp", "width": 768 },
47                    { "url": "https://photos.zillowstatic.com/fp/a0cc3c52c9b0013e47bbb83e94d1ddc0-cc_ft_960.webp", "width": 960 },
48                    { "url": "https://photos.zillowstatic.com/fp/a0cc3c52c9b0013e47bbb83e94d1ddc0-cc_ft_1152.webp", "width": 1152 },
49                    { "url": "https://photos.zillowstatic.com/fp/a0cc3c52c9b0013e47bbb83e94d1ddc0-cc_ft_1344.webp", "width": 1344 },
50                    { "url": "https://photos.zillowstatic.com/fp/a0cc3c52c9b0013e47bbb83e94d1ddc0-cc_ft_1536.webp", "width": 1536 }
51                ]
52            },
53            "url": "https://photos.zillowstatic.com/fp/a0cc3c52c9b0013e47bbb83e94d1ddc0-p_d.jpg"
54        }
55	]
56}

Updates & Changes

  • [ tomorrow ] UPDATE: readme file.
  • [ yesterday ] ADDED: bulk zpid mode, location can accept @zpid(s)
  • [ yesterday ] EXPERIMENTAL: Unlimited Mode, increased limit to 5000
  • [ yesterday ] EXPERIMENTAL: Unlimited Mode, get results beyond 1000 limit
  • [ yesterday ] FIXED: max_beds parameter unrecognized, changed to min_beds
  • [ yesterday ] ADDED: featured sort key (seems only work for RENT results)
  • [ yesterday ] ADDED: order parameter, supplement to sort parameter
  • [ yesterday ] ADDED: pageViewCount & favoriteCount field.

Support

Casting

😼 Actor 🐼 Cache Manager 🐭 Task Manager 🐸 Worker

Developer
Maintained by Community
Actor metrics
  • 25 monthly users
  • 97.4% runs succeeded
  • 14.3 days response time
  • Created in Jul 2022
  • Modified 3 months ago
Categories