Zillow.com Realtime Scraper avatar
Zillow.com Realtime Scraper

Pricing

from $2.50 / 1,000 results

Go to Apify Store
Zillow.com Realtime Scraper

Zillow.com Realtime Scraper

Scrapes any data-set from Zillow.com in realtime

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

Muhammad Usama

Muhammad Usama

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

8 days ago

Last modified

Share

Zillow Scraper (Everything)

The Zillow Scraper Actor allows you to collect property, search, agent, lender, builder, and other real estate professional data from Zillow using a wide range of structured endpoints. It supports filtering, batching, and concurrent execution.


Key Features

  • Fetch property details by ZPID, URL, or address
  • Perform search queries by location, URL, MLS ID, polygon, coordinates, or map bounds
  • Collect agent information, reviews, and property listings
  • Retrieve property-related data:
    • Comparable, similar, and nearby homes
    • Price history, tax history, schools, and photos
    • Walk, transit, and bike scores
  • Fetch graph and chart data:
    • Zestimate history
    • Rent Zestimate
    • Listing price trends
    • Tax assessment and payment history
  • Collect lender, builder, and other professional details and reviews
  • Handles rate limits and network issues using retries
  • Supports concurrent and batched execution

Supported Endpoints

  • search:bylocation
  • search:byurl
  • search:bymlsid
  • search:bypolygon
  • search:bycoordinates
  • search:bymapbounds
  • search:autocomplete
  • property-details:byaddress

Property Details

  • property-details:byzpid
  • property-details:byurl

Property Info

  • property-info:comparable-homes
  • property-info:similar-homes
  • property-info:nearby-homes
  • property-info:climate
  • property-info:price-history
  • property-info:tax-history
  • property-info:schools-info
  • property-info:photos
  • property-info:walk-transit-bike
  • property-info:apartment-details

Graph Charts

  • graph-charts:zestimate-history
  • graph-charts:rent-zestimate-history
  • graph-charts:zestimate-percent-change
  • graph-charts:listing-price
  • graph-charts:tax-assessment-history
  • graph-charts:tax-paid-history

Agents

  • agents:bylocation
  • agents:agent-info
  • agents:agent-reviews
  • agents:for-sale-properties
  • agents:for-rent-properties
  • agents:sold-properties

Market Analysis

  • analysis:housing-market
  • analysis:rental-market

Lenders

  • lenders:search-bylocation
  • lenders:search-byname
  • lenders:details-byscreenName
  • lenders:reviews-bylenderId

Builders

  • builders:search-bylocation
  • builders:search-byname
  • builders:details
  • builders:community-cards
  • builders:reviews

Other Professionals

  • other-professionals:search-bylocation
  • other-professionals:search-byname
  • other-professionals:details-byusername
  • other-professionals:reviews-byzuid

Mortgage Rates

  • mortgage-rates:current

Input Configuration

Select one endpoint and provide the corresponding input array.

Endpoint-Specific Input Fields

FieldUsed For
zpidsProperty-based endpoints
urlsProperty or search by URL
addressesProperty search by address
locationsLocation-based searches
mlsidsMLS ID search
polygonsPolygon-based map search
coordinatesLatitude/Longitude search
boundsMap bounds search
queriesAutocomplete search
agentNamesAgent-related endpoints
namesLenders, builders, professionals
screenNamesLender details
lenderIdsLender reviews
builderIdsBuilder details and reviews
usernamesOther professional details
zuidsOther professional reviews

Only provide fields required for the selected endpoint.


Input Schema

  • Select one endpoint using the endpointKey dropdown.
  • Provide the corresponding input array based on the endpoint type.
  • Optional filters can be provided (price, beds, baths, sqft, HOA, etc.).
  • Only the fields required for the selected endpoint need to be provided.

Endpoint Reference (with Input & Output Examples)

Search Endpoints

Available Filters: minPrice, maxPrice, beds, baths, minSqft, maxSqft, minLot, maxLot, minBuilt, maxBuilt, maxHOA, parkingSpots, daysOnZillow, isBasementFinished, isBasementUnfinished, isCityView, isMountainView, isParkView, isWaterView, is3dHome, hasPool, hasGarage, isTownhouse, isLotLand, isManufactured, isApartmentOrCondo, isApartment, isCondo, isSingleFamily, isMultiFamily, isOpenHousesOnly, isAuction, isComingSoon, isForSaleForeclosure, singleStory

1. Search — By Location

Input:

{
"endpointKey": "search:bylocation",
"locations": [
"seattle-wa"
],
"listType": [
"for-rent"
],
"page": "2",
"baths": "2",
"beds": "2",
"daysOnZillow": "10",
"hasGarage": false,
"hasPool": false,
"is3dHome": false,
"isApartment": false,
"isApartmentOrCondo": false,
"isAuction": false,
"isBasementFinished": false,
"isBasementUnfinished": false,
"isCityView": false,
"isComingSoon": false,
"isCondo": false,
"isForSaleForeclosure": false,
"isLotLand": false,
"isManufactured": false,
"isMountainView": false,
"isMultiFamily": false,
"isOpenHousesOnly": false,
"isParkView": false,
"isSingleFamily": false,
"isTownhouse": false,
"isWaterView": false,
"maxBuilt": "2020",
"maxHOA": "50",
"maxLot": "10000",
"maxPrice": "30000",
"maxSqft": "1000",
"minBuilt": "2015",
"minLot": "5000",
"minPrice": "20000",
"minSqft": "500",
"parkingSpots": "1",
"refinance": false,
"singleStory": false
}

Output

{
"endpoint": "search:bylocation",
"totalInputs": 1,
"results": [
{
"input": "seattle-wa",
"success": true,
"data": {
"success": true,
"totalCount": 1084,
"currentPage": "2",
"regionId": 16037,
"results": [
{
"id": "342979200",
"price": "$2,998,980",
"unformattedPrice": 2998980,
"beds": 5,
"baths": 5,
"area": 4300,
"livingArea": 4300,
"homeType": "SINGLE_FAMILY",
"marketingStatus": "New Construction",
"homeStatus": "FOR_SALE",
"rentZestimate": 7942,
"timeOnZillow": 508029000,
"taxAssessedValue": 2086000,
"lotAreaValue": 5758.632,
"lotAreaUnit": "sqft",
"has3DModel": true,
"address": {
"street": "2571 26th Avenue W",
"city": "Seattle",
"state": "WA",
"zipcode": "98199"
},
},
]
}
}
]
}

2. Search — By MLSID

Input

{
"endpointKey": "search:bymlsid",
"mlsids": [
"S1710866"
]
}

Output

{
"endpoint": "search:bymlsid",
"totalInputs": 1,
"results": [
{
"input": "S1710866",
"success": true,
"data": {
"success": true,
"totalCount": 115,
"currentPage": 1,
"results": [
{
"id": "58964495",
"price": "$229,900",
"unformattedPrice": 229900,
"beds": 1,
"baths": 1,
"area": 844,
"livingArea": 844,
"homeType": "CONDO",
"marketingStatus": "Coming Soon",
"homeStatus": "FOR_SALE",
"timeOnZillow": 248829000,
"taxAssessedValue": 79870,
"has3DModel": true,
"address": {
"street": "75 Crown Knoll Court APT 103",
"city": "Groton",
"state": "CT",
"zipcode": "06340"
},
},
]
}
}
]
}

3. Search — By Polygon

Input

{
"endpointKey": "search:bypolygon",
"polygons": [
"34.05,-118.25;34.07,-118.22;34.06,-118.2"
]
}

Output

{
"endpoint": "search:bypolygon",
"totalInputs": 1,
"results": [
{
"input": "34.05,-118.25;34.07,-118.22;34.06,-118.2",
"success": true,
"data": {
"success": true,
"totalCount": 115,
"currentPage": 1,
"results": [
{
"id": "58964495",
"price": "$229,900",
"unformattedPrice": 229900,
"beds": 1,
"baths": 1,
"area": 844,
"livingArea": 844,
"homeType": "CONDO",
"marketingStatus": "Coming Soon",
"homeStatus": "FOR_SALE",
"timeOnZillow": 248982000,
"taxAssessedValue": 79870,
"has3DModel": true,
"address": {
"street": "75 Crown Knoll Court APT 103",
"city": "Groton",
"state": "CT",
"zipcode": "06340"
},
},
]
}
}
]
}

4. Search — By MapBounds

Input

{
"endpointKey": "search:bymapbounds",
"mapBounds": [
"40.99288801644816, 40.4015026337193, -73.4399776308594, -74.51938436914065"
]
}

Output

{
"endpoint": "search:bymapbounds",
"totalInputs": 1,
"results": [
{
"input": "40.99288801644816, 40.4015026337193, -73.4399776308594, -74.51938436914065",
"success": true,
"data": {
"success": true,
"totalCount": 28291,
"currentPage": 1,
"results": [
{
"id": "459817653",
"price": "$400,000",
"unformattedPrice": 400000,
"beds": 3,
"baths": 2,
"area": 1067,
"livingArea": 1067,
"homeType": "CONDO",
"marketingStatus": "For Sale by Agent",
"homeStatus": "FOR_SALE",
"address": {
"street": "749 Saint Anns Avenue #50D",
"city": "Bronx",
"state": "NY",
"zipcode": "10456"
},
},
]
}
}
]
}

5. Search — By Coordinates

Input

{
"endpointKey": "search:bycoordinates",
"coordinates": [
"40.758, -73.985"
]
}

Output

{
"endpoint": "search:bycoordinates",
"totalInputs": 1,
"results": [
{
"input": "40.758, -73.985",
"success": true,
"data": {
"success": true,
"totalCount": 2209,
"currentPage": 1,
"results": [
{
"id": "2068952873",
"price": "$128,000,000",
"unformattedPrice": 128000000,
"beds": 8,
"baths": 10,
"area": 11535,
"livingArea": 11535,
"homeType": "CONDO",
"marketingStatus": "For Sale by Agent",
"homeStatus": "FOR_SALE",
"rentZestimate": 7106,
"address": {
"street": "217 W 57th St #127/128",
"city": "New York",
"state": "NY",
"zipcode": "10019"
},
},
]
}
}
]
}

6. Search — By URl

Input

{
"endpointKey": "search:byurl",
"urls": [
"https://www.zillow.com/new-york-ny/?searchQueryState=%7B%22isMapVisible%22%3Atrue%2C%22mapBounds%22%3A%7B%22north%22%3A40.99288801644816%2C%22south%22%3A40.4015026337193%2C%22east%22%3A-73.4399776308594%2C%22west%22%3A-74.51938436914065%7D%2C%22filterState%22%3A%7B%22sort%22%3A%7B%22value%22%3A%22globalrelevanceex%22%7D%7D%2C%22isListVisible%22%3Atrue%2C%22usersSearchTerm%22%3A%22New%20York%2C%20NY%22%2C%22regionSelection%22%3A%5B%7B%22regionId%22%3A6181%2C%22regionType%22%3A6%7D%5D%7D"
],
"page": "1"
}

Output

{
"endpoint": "search:byurl",
"totalInputs": 1,
"results": [
{
"input": "https://www.zillow.com/new-york-ny/?searchQueryState=%7B%22isMapVisible%22%3Atrue%2C%22mapBounds%22%3A%7B%22north%22%3A40.99288801644816%2C%22south%22%3A40.4015026337193%2C%22east%22%3A-73.4399776308594%2C%22west%22%3A-74.51938436914065%7D%2C%22filterState%22%3A%7B%22sort%22%3A%7B%22value%22%3A%22globalrelevanceex%22%7D%7D%2C%22isListVisible%22%3Atrue%2C%22usersSearchTerm%22%3A%22New%20York%2C%20NY%22%2C%22regionSelection%22%3A%5B%7B%22regionId%22%3A6181%2C%22regionType%22%3A6%7D%5D%7D",
"success": true,
"data": {
"success": true,
"totalCount": 19360,
"currentPage": "1",
"regionId": 6181,
"results": [
{
"id": "459817653",
"price": "$400,000",
"unformattedPrice": 400000,
"beds": 3,
"baths": 2,
"area": 1067,
"livingArea": 1067,
"homeType": "CONDO",
"marketingStatus": "For Sale by Agent",
"homeStatus": "FOR_SALE",
"address": {
"street": "749 Saint Anns Avenue #50D",
"city": "Bronx",
"state": "NY",
"zipcode": "10456"
},
},
]
}
}
]
}

7. Search — By Autocomplete

Input

{
"endpointKey": "search:autocomplete",
"queries": [
"london"
]
}

Output

{
"endpoint": "search:autocomplete",
"totalInputs": 1,
"results": [
{
"input": "london",
"success": true,
"data": {
"success": true,
"totalCount": 1098,
"currentPage": 1,
"regionId": 792613,
"results": [
{
"id": "454759014",
"price": "C$569,900",
"unformattedPrice": 569900,
"beds": 3,
"baths": 2,
"homeType": "SINGLE_FAMILY",
"marketingStatus": "For Sale by Agent",
"homeStatus": "FOR_SALE",
"address": {
"street": "931 Valetta St",
"city": "London",
"state": "ON",
"zipcode": "N6H2Z4"
},
},
]
}
}
]
}

Property Details Endpoints

1. Property Details — By ZPID

Input

{
"endpointKey": "property-details:byzpid",
"zpids": [
"58974071",
"58972835"
]
}

Output

[
{
"endpoint": "property-details:byzpid",
"totalInputs": 2,
"results": [
{
"input": "58974071",
"success": true,
"data": {
"success": true,
"zpid": "58974071",
"property": {
"zpid": 58974071,
"price": 229000,
"currency": "USD",
"bedrooms": 3,
"bathrooms": 1,
"address": {
"streetAddress": "188 Shaw Street",
"city": "New London",
"state": "CT",
"zipcode": "06320"
},
}
}
},
]
}
]

2. Property Details — By URL

Input:

{
"endpointKey": "property-details:byurl",
"urls": [
"https://www.zillow.com/homedetails/188-Shaw-St-New-London-CT-06320/58974071_zpid/",
"https://www.zillow.com/homedetails/57-Farmington-Ave-New-London-CT-06320/58972835_zpid/"
]
}

Output

[
{
"endpoint": "property-details:byurl",
"totalInputs": 2,
"results": [
{
"input": "https://www.zillow.com/homedetails/188-Shaw-St-New-London-CT-06320/58974071_zpid/",
"success": true,
"data": {
"success": true,
"zpid": "58974071",
"property": {
"zpid": 58974071,
"price": 229000,
"currency": "USD",
"bedrooms": 3,
"bathrooms": 1,
"address": {
"streetAddress": "188 Shaw Street",
"city": "New London",
"state": "CT",
"zipcode": "06320"
},
}
}
},
]
}
]

3. Property Details — By Address

Input:

{
"endpointKey": "property-details:byaddress",
"addresses": [
"188-Shaw-St-New-London-CT-06320",
"57-Farmington-Ave-New-London-CT-06320"
]
}

Output

[
{
"endpoint": "property-details:byaddress",
"totalInputs": 2,
"results": [
{
"input": "188-Shaw-St-New-London-CT-06320",
"success": true,
"data": {
"success": true,
"zpid": "58974071",
"property": {
"zpid": 58974071,
"price": 229000,
"currency": "USD",
"bedrooms": 3,
"bathrooms": 1,
"address": {
"streetAddress": "188 Shaw Street",
"city": "New London",
"state": "CT",
"zipcode": "06320"
},
}
}
},
]
}
]

Propert-Info Endpoints

Note: For all property-info endpoints (except apartment-details), you must provide one input only: either a zpid, a url, or an address. Only one field is required.

Example

{
"endpointKey": "<select your property-info endpoint here>",
"zpids": [
"58974071"
]
}

or

{
"endpointKey": "<select your property-info endpoint here>",
"urls": [
"https://www.zillow.com/homedetails/188-Shaw-St-New-London-CT-06320/58974071_zpid/"
]
}

or

{
"endpointKey": "<select your property-info endpoint here>",
"addresses": [
"188-Shaw-St-New-London-CT-06320"
]
}

1. Property Info — Comparable Homes

Input

{
"endpointKey": "property-info:comparable-homes",
"zpids": [
"58974071"
]
}

Output

{
"endpoint": "property-info:comparable-homes",
"totalInputs": 1,
"results": [
{
"input": "58974071",
"success": true,
"data": {
"zpid": "58974071",
"totalRecords": 5,
"comparables": [
{
"zpid": 58974209,
"address": {
"streetAddress": "58 Gorton Street",
"city": "New London",
"state": "CT",
"zipcode": "06320"
},
"price": 325000,
"currency": "USD",
"bedrooms": 3,
"bathrooms": 1,
"homeType": "SINGLE_FAMILY",
"homeStatus": "RECENTLY_SOLD",
"latitude": 41.34302,
"longitude": -72.11081,
"broker": "William Pitt Sotheby's Int'l",
"agent": "Cory Winkelmann"
},
]
}
}
]
}

2. Property Info — Similar Homes

Input

{
"endpointKey": "property-info:similar-homes",
"zpids": [
"58974071"
]
}

Output

{
"endpoint": "property-info:similar-homes",
"totalInputs": 1,
"results": [
{
"input": "58974071",
"success": true,
"data": {
"zpid": "58974071",
"similarHomes": [
{
"name": "Similar homes",
"placement": "NEIGHBORHOOD",
"homes": [
{
"zpid": 58976490,
"address": {
"streetAddress": "271 Crystal Avenue",
"city": "New London",
"state": "CT",
"zipcode": "06320"
},
"price": 199000,
"currency": "USD",
"bedrooms": 2,
"bathrooms": 1,
"homeType": "SINGLE_FAMILY",
"homeStatus": "FOR_SALE",
"latitude": 41.36809,
"longitude": -72.100555,
"broker": "Dorrance Realty",
"agent": "Patrick T. Precourt"
},
]
}
]
}
}
]
}

3. Property Info — Nearby Homes

Input

{
"endpointKey": "property-info:nearby-homes",
"zpids": [
"58974071"
]
}

Output

{
"endpoint": "property-info:nearby-homes",
"totalInputs": 1,
"results": [
{
"input": "58974071",
"success": true,
"data": {
"zpid": "58974071",
"nearbyHomes": [
{
"zpid": 58974070,
"address": {
"streetAddress": "190 Shaw St",
"city": "New London",
"state": "CT",
"zipcode": "06320"
},
"price": 224400,
"currency": "USD",
"bedrooms": 3,
"bathrooms": 1,
"homeType": "SINGLE_FAMILY",
"homeStatus": "OTHER",
"latitude": 41.343773,
"longitude": -72.10075,
},
]
}
}
]
}

4. Property Info — Climate

Input

{
"endpointKey": "property-info:climate",
"zpids": [
"58974071"
]
}

Output

{
"endpoint": "property-info:climate",
"totalInputs": 1,
"results": [
{
"input": "58974071",
"success": true,
"data": {
"zpid": "58974071",
"climate": {
"heatSources": {
"primary": {
"percentile98Temp": 94,
"hotDays": [
{
"dayCount": 7,
"relativeYear": 0
},
{
"dayCount": 9,
"relativeYear": 5
},
],
}
},
}
}
}
]
}

5. Property Info — Price History

Input

{
"endpointKey": "property-info:price-history",
"zpids": [
"58974071"
]
}

Output

{
"endpoint": "property-info:price-history",
"totalInputs": 1,
"results": [
{
"input": "58974071",
"success": true,
"data": {
"success": true,
"zpid": "58974071",
"totalRecords": 17,
"priceHistory": [
{
"date": "2025-10-29",
"time": 1761696000000,
"price": 229000,
"pricePerSquareFoot": 221,
"priceChangeRate": -0.15153760652093368,
"event": "Price change",
"source": "Smart MLS",
},
]
}
}
]
}

6. Property Info — Tax History

Input

{
"endpointKey": "property-info:tax-history",
"zpids": [
"58974071"
]
}

Output

{
"endpoint": "property-info:tax-history",
"totalInputs": 1,
"results": [
{
"input": "58974071",
"success": true,
"data": {
"zpid": "58974071",
"taxHistory": [
{
"time": 1763898251143,
"taxPaid": 3859,
"taxIncreaseRate": -0.01101999,
"value": 136900,
"valueIncreaseRate": 0
},
{
"time": 1732362251143,
"taxPaid": 3902,
"taxIncreaseRate": 0.20061539,
"value": 136900,
"valueIncreaseRate": 0.6189688
},
]
}
}
]
}

7. Property Info — Schools Info

Input

{
"endpointKey": "property-info:schools-info",
"zpids": [
"58974071"
]
}

Output

{
"endpoint": "property-info:schools-info",
"totalInputs": 1,
"results": [
{
"input": "58974071",
"success": true,
"data": {
"zpid": "58974071",
"schools": [
{
"distance": 0.6,
"name": "Harbor School",
"rating": null,
"grades": "K-5",
"link": "https://www.greatschools.org/connecticut/new-london/3863-Early-Childhood-Center-At-Harbor/"
},
]
}
}
]
}

8. Property Info — Photos

Input

{
"endpointKey": "property-info:photos",
"zpids": [
"58974071"
]
}

Output

{
"endpoint": "property-info:photos",
"totalInputs": 1,
"results": [
{
"input": "58974071",
"success": true,
"data": {
"zpid": "58974071",
"photos": [
{
"caption": "",
"key": "63322e7b8d09258558de0c534e4ac471",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/63322e7b8d09258558de0c534e4ac471-d_d.jpg",
"width": 800
},
{
"url": "https://photos.zillowstatic.com/fp/63322e7b8d09258558de0c534e4ac471-o_a.jpg",
"width": 1024
},
],
}
},
]
}
}
]
}

9. Property Info — Walk/Transit/Bike

Input

{
"endpointKey": "property-info:walk-transit-bike",
"zpids": [
"58974071"
]
}

Output

{
"endpoint": "property-info:walk-transit-bike",
"totalInputs": 1,
"results": [
{
"input": "58974071",
"success": true,
"data": {
"success": true,
"zpid": "58974071",
"data": {
"walkScore": {
"score": 70,
"description": "Very Walkable",
"link": "https://www.walkscore.com/score/loc/lat=41.34379/lng=-72.10104/?utm_source=zillow2.com&utm_medium=ws_api&utm_campaign=ws_api"
},
"transitScore": {
"score": 27,
"description": "Some Transit",
"link": "https://www.walkscore.com/score/loc/lat=41.3438/lng=-72.1010/?utm_source=zillow2.com&utm_medium=ts_api&utm_campaign=ts_api"
},
"bikeScore": {
"score": 54,
"description": "Bikeable"
}
}
}
}
]
}

10. Property Info — Apartment Details

Input

{
"endpointKey": "property-info:apartment-details",
"urls": [
"https://www.zillow.com/apartments/nashville-tn/sona-at-harding/5Xhxgf/"
]
}

Output

{
"endpoint": "property-info:apartment-details",
"totalInputs": 1,
"results": [
{
"input": "https://www.zillow.com/apartments/nashville-tn/sona-at-harding/5Xhxgf/",
"success": true,
"data": {
"success": true,
"lotId": "1001422734",
"fullAddress": "200 Paragon Mills Rd, Nashville, TN 37211",
"streetAddress": "200 Paragon Mills Rd",
"city": "Nashville",
"state": "TN",
"zipcode": "37211",
"unitCount": 179,
"availableUnits": [
{
"unitNumber": "Unit A22",
"beds": 1,
"baths": 1,
"sqft": 725,
"rent": 1149,
"leaseTerm": "Available months 6,15",
"deposit": 1000,
"description": "Experience the ideal combination of style, comfort, and convenience at Sona at Harding. Our 1, 2 & 3 bedroom apartments in Nashville, Tennessee, are tailored to fit your lifestyle perfectly."
},
],
"phoneNumber": "(615) 205-3743",
}
}
]
}

Graph/Charts Endpoints

Note: For all graph/charts endpoints, you must provide one input only: either a zpid, a url, or an address. Only one field is required.

Example

{
"endpointKey": "<select your graph/charts endpoint here>",
"zpids": [
"58974071"
]
}

or

{
"endpointKey": "<select your graph/charts endpoint here>",
"urls": [
"https://www.zillow.com/homedetails/188-Shaw-St-New-London-CT-06320/58974071_zpid/"
]
}

or

{
"endpointKey": "<select your graph/charts endpoint here>",
"addresses": [
"188-Shaw-St-New-London-CT-06320"
]
}

1. Graph Charts — Zestimate History

Input

{
"endpointKey": "graph-charts:zestimate-history",
"zpids": [
"58974071"
]
}

Output

{
"endpoint": "graph-charts:zestimate-history",
"totalInputs": 1,
"results": [
{
"input": "58974071",
"success": true,
"data": {
"success": true,
"zpid": "58974071",
"timePeriod": "10 years",
"metricType": "LOCAL_HOME_VALUES",
"forecast": true,
"chartData": [
{
"label": "This home",
"data": [
{
"x": "2015-11-30",
"y": 83481
},
]
},
{
"label": "Sale",
"data": [
{
"x": "2022-05-12",
"y": 130000
},
]
}
]
}
}
]
}

2. Graph Charts — Rent Zestimate History

Input

{
"endpointKey": "graph-charts:rent-zestimate-history",
"zpids": [
"58974071"
]
}

Output

{
"endpoint": "graph-charts:rent-zestimate-history",
"totalInputs": 1,
"results": [
{
"input": "58974071",
"success": true,
"data": {
"success": true,
"zpid": "58974071",
"timePeriod": "10 years",
"metricType": "LOCAL_RENTAL_RATES",
"forecast": true,
"chartData": [
{
"label": "This home",
"data": [
{
"x": "2015-11-30",
"y": 1250
},
{
"x": "2015-12-31",
"y": 1250
},
]
}
]
}
}
]
}

3. Graph Charts — Zestimate Percent Change

Input

{
"endpointKey": "graph-charts:zestimate-percent-change",
"zpids": [
"58974071"
]
}

Output

{
"endpoint": "graph-charts:zestimate-percent-change",
"totalInputs": 1,
"results": [
{
"input": "58974071",
"success": true,
"data": {
"success": true,
"zpid": "58974071",
"currentZestimate": 225200,
"previousZestimate": 220300,
"absoluteChange": 4900,
"percentChange": 2.22,
"trend": "increase",
"timeRange": "10+ years",
"history": [
{
"x": "2015-11-30",
"y": 83481
},
{
"x": "2015-12-31",
"y": 78448
},
]
}
}
]
}

4. Graph Charts — Listing Price

Input

{
"endpointKey": "graph-charts:listing-price",
"zpids": [
"58974071"
]
}

Output

{
"endpoint": "graph-charts:listing-price",
"totalInputs": 1,
"results": [
{
"input": "58974071",
"success": true,
"data": {
"success": true,
"zpid": "58974071",
"totalRecords": 15,
"timeRange": "10+ years",
"trend": "increase",
"graphData": [
{
"x": "2005-02-11",
"y": 100000,
"label": "Sold"
},
{
"x": "2021-12-16",
"y": 155000,
"label": "Listed for sale"
},
]
}
}
]
}

5. Graph Charts — Tax Assessment History

Input

{
"endpointKey": "graph-charts:tax-assessment-history",
"zpids": [
"58974071"
]
}

Output

{
"endpoint": "graph-charts:tax-assessment-history",
"totalInputs": 1,
"results": [
{
"input": "58974071",
"success": true,
"data": {
"success": true,
"zpid": "58974071",
"totalRecords": 24,
"timeRange": "10+ years",
"trend": "increase",
"graphData": [
{
"x": "2001-11-23",
"y": 39410,
"rate": 0
},
{
"x": "2003-11-23",
"y": 55090,
"rate": 0.39786857
},
]
}
}
]
}

6. Graph Charts — Tax Paid History

Input

{
"endpointKey": "graph-charts:tax-paid-history",
"zpids": [
"58974071"
]
}

Output

{
"endpoint": "graph-charts:tax-paid-history",
"totalInputs": 1,
"results": [
{
"input": "58974071",
"success": true,
"data": {
"success": true,
"zpid": "58974071",
"totalRecords": 24,
"timeRange": "10+ years",
"trend": "increase",
"graphData": [
{
"x": "2001-11-23",
"y": 1301,
"rate": 0
},
{
"x": "2003-11-23",
"y": 1950,
"rate": 0.49884704
},
]
}
}
]
}

Agents Endpoints

Note: For all agents endpoints (except agents:bylocation), you must provide one input only: either an agentName or agent's profile url. Only one field is required.

Example

{
"endpointKey": "<select your agent endpoint here>",
"agentNames": [
"58974071"
]
}

or

{
"endpointKey": "<select your agent endpoint here>",
"urls": [
"https://www.zillow.com/profile/TheWagersTeam"
]
}

1. Agents — By Location

Input

{
"endpointKey": "agents:bylocation",
"locations": [
"seattle-wa"
]
}

Output

{
"endpoint": "agents:bylocation",
"totalInputs": 1,
"results": [
{
"input": "seattle-wa",
"success": true,
"data": {
"location": "seattle-wa",
"total": 15,
"agents": [
{
"name": "The Every Door Team",
"profileUrl": "https://www.zillow.com/profile/everydoorrealestate",
"imageUrl": "https://photos.zillowstatic.com/fp/beb47ba1083d11d31becb6a7c647a8b8-h_l.jpg",
"company": "Every Door Real Estate",
"priceRange": "$12K - $9.3M",
"salesLast12Months": "750",
"totalSales": null,
"rating": 5,
"reviewCount": 2351,
"isTopAgent": true,
"tag": "TEAM"
},
]
}
}
]
}

2. Agents — Info

Input

{
"endpointKey": "agents:agent-info",
"agentNames": [
"TheWagersTeam"
]
}

Output

{
"endpoint": "agents:agent-info",
"totalInputs": 1,
"results": [
{
"input": "TheWagersTeam",
"success": true,
"data": {
"source": "zillow",
"profileUrl": "https://www.zillow.com/profile/TheWagersTeam/",
"name": "The Wagers Team",
"username": "TheWagersTeam",
"encodedZuid": "X1-ZU1099ad31o87pl_a80zf",
"email": "thewagersteam@gmail.com",
"cellPhone": "(606) 813-2003",
"brokeragePhone": "(606) 767-3284",
"company": "Keller Williams Legacy Group",
"address": {
"address1": "108 Carter Dr",
"address2": null,
"city": "London",
"state": "KY",
"postalCode": "40741"
},
"listings": {
"forSale": 5,
"forRent": 0,
"pastSales": 5
},
"reviews": 5
}
}
]
}

3. Agents — Reviews

Input

{
"endpointKey": "agents:agent-reviews",
"agentNames": [
"TheWagersTeam"
]
}

Output

{
"endpoint": "agents:agent-reviews",
"totalInputs": 1,
"results": [
{
"input": "TheWagersTeam",
"success": true,
"data": {
"agent": "TheWagersTeam",
"reviews": [
{
"id": "8502503",
"rating": 5,
"reviewComment": "We have used The Wagers Team twice now and have had a great experience each time, would recommend to anyone. Super fast at everything, if you’re ready to buy or sell they will have you taken care of with ease!",
"transactionSummary": "Bought and sold a Single Family home in 2024 in London, KY.",
"createdAt": "10/21/2024",
"reviewer": "Lindsey Wagers",
"reviewerProfile": "https://www.zillow.com/profile/lindseywagers",
},
]
}
}
]
}

4. Agents — For Sale Properties

Input

{
"endpointKey": "agents:for-sale-properties",
"agentNames": [
"TheWagersTeam"
]
}

Output

{
"endpoint": "agents:for-sale-properties",
"totalInputs": 1,
"results": [
{
"input": "TheWagersTeam",
"success": true,
"data": {
"agentname": "TheWagersTeam",
"data": {
"listings": [
{
"zpid": 458503555,
"home_type": "singleFamily",
"address": {
"line1": "1310 Rl Colyer Rd",
"line2": "Somerset, KY 42501",
"city": "Somerset",
"stateOrProvince": "KY",
"postalCode": "42501"
},
"bedrooms": 3,
"bathrooms": 2,
"price": 169900,
"latitude": 36.977604,
"longitude": -84.49633,
"brokerage_name": "Keller Williams Legacy Group",
"listing_url": "/homedetails/1310-Rl-Colyer-Rd-Somerset-KY-42501/458503555_zpid/"
},
],
"listing_count": 7
}
}
}
]
}

5. Agents — For Rent Properties

Input

{
"endpointKey": "agents:for-rent-properties",
"agentNames": [
"TheWagersTeam"
]
}

Output

{
"endpoint": "agents:for-rent-properties",
"totalInputs": 1,
"results": [
{
"input": "TheWagersTeam",
"success": true,
"data": {
"agentname": "Matt-Laricy",
"data": {
"listings": [
{
"zpid": 2053597306,
"home_type": "apartment",
"address": {
"line1": "234 W Polk St #3806",
"line2": "Chicago, IL 60607",
"city": "Chicago",
"stateOrProvince": "IL",
"postalCode": "60607"
},
"bedrooms": 3,
"bathrooms": 2,
"price": 4999,
"status": "forRent",
"latitude": 41.872395,
"longitude": -87.63466,
"brokerage_name": "Americorp",
"listing_url": "/homedetails/234-W-Polk-St-3806-Chicago-IL-60607/2053597306_zpid/"
},
],
"listing_count": 10
}
}
}
]
}

6. Agents — Sold Properties

Input

{
"endpointKey": "agents:sold-properties",
"agentNames": [
"TheWagersTeam"
]
}

Output

{
"endpoint": "agents:sold-properties",
"totalInputs": 1,
"results": [
{
"input": "TheWagersTeam",
"success": true,
"data": {
"agentname": "TheWagersTeam",
"data": [
{
"sold_date": "10/10/2025",
"price": "$80,000",
"zpid": 449717339,
"image_url": "https://photos.zillowstatic.com/fp/ece3a427256bb2df99f2475bba19a896-p_b.jpg",
"medium_image_url": "https://photos.zillowstatic.com/fp/ece3a427256bb2df99f2475bba19a896-p_d.jpg",
"image_alt": "1615 River Rd, Williamsburg, KY, 40769",
"home_details_url": "/homedetails/1615-River-Rd-Williamsburg-KY-40769/449717339_zpid/",
"street_address": "1615 River Rd",
"city_state_zipcode": "Williamsburg, KY, 40769",
"latitude": 36.762665,
"longitude": -84.25821,
"bathrooms": 1,
"bedrooms": 3,
"city": "Williamsburg",
"state": "KY",
"livingAreaValue": 960,
"livingAreaUnitsShort": "sqft",
"mlsLogoSrc": "https://photos.zillowstatic.com/fp/233923995a9f6451f8d81f4717ca30e6-zillow_web_48_23.jpg"
},
]
}
}
]
}

Market Analysis Endpoints

1. Analysis — Housing Market

Input

{
"endpointKey": "analysis:housing-market",
"cities": [
"seattle-wa"
]
}

Output

{
"endpoint": "analysis:housing-market",
"totalInputs": 1,
"results": [
{
"input": "seattle-wa",
"success": true,
"data": {
"success": true,
"resultCount": 4,
"results": [
{
"success": true,
"data": {
"data": {
"odpMarketAnalytics": {
"zhviRange": [
{
"timePeriodEnd": "2025-12-31",
"dataValue": 832857.4759351696,
"__typename": "Zhvi"
},
{
"timePeriodEnd": "2025-11-30",
"dataValue": 830157.0337493313,
"__typename": "Zhvi"
},
],
"__typename": "OdpMarketAnalytics"
}
}
}
}
]
}
}
]
}

2. Analysis — Rental Market

Input

{
"endpointKey": "analysis:rental-market",
"cities": [
"new-london-ct"
]
}

Output

{
"endpoint": "analysis:rental-market",
"totalInputs": 1,
"results": [
{
"input": "new-london-ct",
"success": true,
"data": {
"success": true,
"data": {
"data": {
"marketPage": {
"date": "2025-11-21",
"zillowRentalsSrpUrl": "https://www.zillow.com/new-london-ct/apartments/",
"areaName": "New London, CT",
"areaType": "city",
"rentHistogram": {
"minPrice": 960,
"maxPrice": 3700,
"priceAndCount": [
{
"price": 1000,
"count": 5
},
{
"price": 1100,
"count": 5
},
]
}
]
}
},
}
}
}
}
]
}

Lenders Endpoints

1. Lenders — Search by Location

Input

{
"endpointKey": "lenders:search-bylocation",
"locations": [
"santa-monica"
],
"page": "1",
"pageSize": "10"
}

Output

{
"endpoint": "lenders:search-bylocation",
"totalInputs": 1,
"results": [
{
"input": "santa-monica",
"success": true,
"data": {
"success": true,
"currentPage": "1",
"pageSize": "10",
"data": {
"lenders": [
{
"companyName": "MORTGAGE CAPITAL PARTNERS, INC.",
"confirmedReviews": 2,
"id": "ZUwm0wa5qwzpqh_8jmj4",
"imageId": "dd078c966f0af305e30fbdad34721893",
"nmlsId": 239902,
"nmlsType": "Company",
"rating": 4.998327759197324,
"recentReviews": 2,
"screenName": "mortgagecapitalpartners",
"totalReviews": 598
},
],
"totalLenders": 3636
}
}
}
]
}

2. Lenders — Search by Name

Input

{
"endpointKey": "lenders:search-byname",
"names": [
"Stuart Carson"
]
}

Output

{
"endpoint": "lenders:search-byname",
"totalInputs": 1,
"results": [
{
"input": "Stuart Carson",
"success": true,
"data": {
"success": true,
"data": {
"lenders": [
{
"confirmedReviews": 0,
"id": "ZUxrwra3me687d_3s95i",
"imageId": "8adba890f0e1329811ce7aa8124a34d4",
"nmlsId": 377211,
"nmlsType": "Individual",
"rating": 5,
"recentReviews": 0,
"screenName": "Stuart Carson",
"totalReviews": 4
}
],
"totalLenders": 1
}
}
}
]
}

3. Lenders — Details by Screen Name

Input

{
"endpointKey": "lenders:search-byscreenName",
"names": [
"Stuart Carson"
]
}

Output

{
"endpoint": "lenders:search-byscreenName",
"totalInputs": 1,
"results": [
{
"input": "Stuart Carson",
"success": true,
"data": {
"success": true,
"data": {
"success": true,
"data": {
"lender": {
"aboutMe": "Born and raised in San Diego, California, I started selling real estate and originating mortgages back in 2003. After moving to Dallas, Texas in 2010, I decided to focus my efforts solely on mortgages. In my free time I love to cook, travel, get outdoors, stay active and spend time with family and friends. When it comes to my clients, they always come first and they can always feel comfortable contacting me any time in order to ensure their questions and concerns are always addressed immediately. Current licenses held: Texas and California. http://www.nmlsconsumeraccess.org/EntityDetails.aspx/COMPANY/135622",
"address": {
"address": "12698 Sandhill Lane",
"city": "Los Angeles",
"stateAbbreviation": "CA",
"zipCode": "90094"
},
"cellPhone": {
"areaCode": "760",
"number": "0935",
"prefix": "586"
},
"id": "ZUxrwra3me687d_3s95i",
"rating": 5,
"screenName": "Stuart Carson",
"title": "Mortgage Broker NMLS# 377211 at C2 Financial NMLS# 135622",
"totalReviews": 4,
"website": "http://www.C2Financialmtg.com"
}
}
}
}
}
]
}

4. Lenders — Reviews by Lender ID

Input

{
"endpointKey": "lenders:search-bylenderId",
"names": [
"ZUwm0wa5qwzpqh_8jmj4"
]
}

Output

{
"endpoint": "lenders:search-bylenderId",
"totalInputs": 1,
"results": [
{
"input": "ZUwm0wa5qwzpqh_8jmj4",
"success": true,
"data": {
"lenderId": "ZUwm0wa5qwzpqh_8jmj4",
"currentPage": 2,
"pageSize": 10,
"totalReviews": 598,
"reviews": [
{
"reviewId": "LR-CHDCZZD",
"reviewerName": "michael s",
"rating": 5,
"title": "Hector is simply put- THE BEST!",
"content": "I was introduced to Hector about 11 years ago and I have since purchased 5 homes with him. Having worked with other lenders in the past- Hector's attention to detail and advice has been priceless. He is an amazing help navigating the intimidating world of mortgages. It has also been reflected by agents and lawyers how prompt, kind and effective he is. If you have the chance to work with Hector- TAKE IT. There is simply no one else I would trust in the process of acquiring a mortgage.",
"companyReviewee": {
"companyName": "MORTGAGE CAPITAL PARTNERS, INC.",
"id": "ZUwm0wa5qwzpqh_8jmj4",
"nmlsId": 239902,
"nmlsType": "Company",
"screenName": "mortgagecapitalpartners"
},
"serviceProvided": "LoanClosed",
"updated": "2024-10-17T07:40:53.947000-07:00"
},
]
}
}
]
}

Builders Endpoints

1. Builders — Search by Location

Input

{
"endpointKey": "builders:search-bylocation",
"locations": [
"austin-tx"
],
"page": "1",
"pageSize": "20"
}

Output

{
"endpoint": "builders:search-bylocation",
"totalInputs": 1,
"results": [
{
"input": "austin-tx",
"success": true,
"data": {
"success": true,
"currentPage": 1,
"pageSize": 20,
"totalCount": 33,
"builders": [
{
"feedId": 7796,
"logoUrl": "https://photos.zillowstatic.com/fp/a2468c55cf91db43b9e4955dea38f3de-l_c.jpg",
"name": "Meritage Homes",
"description": "Not all new homes are created equal. For more than 35 years, Meritage Homes® has been setting a new standard in high-quality, energy-efficient and health-conscious homebuilding. Choose from more than 300 communities in nine states from coast to coast, each with designer-curated homes, clear pricing and a simplified buying process to help you settle into your dream home sooner.",
"url": "/home-builder-profile/meritage-homes/7796/",
"specCount": 3575,
"communitiesCount": 436,
"averageRatings": {
"overallRating": 4.6,
"ratingCount": 42996
}
}
]
}
}
]
}

2. Builders — Search by Name

Input

{
"endpointKey": "builders:search-byname",
"names": [
"LGI Homes"
]
}

Output

{
"endpoint": "builders:search-byname",
"totalInputs": 1,
"results": [
{
"input": "LGI Homes",
"success": true,
"data": {
"success": true,
"data": [
{
"feedId": 14987,
"logoUrl": "https://photos.zillowstatic.com/fp/569c444b6eaa9bb3fcb7fff2eafb546e-l_c.jpg",
"name": "LGI Homes",
"description": "LGI Homes is one of the nation’s fastest growing homebuilders engaged in the design, construction and sale of high-quality new homes across the United States. We build affordable single-family homes, townhomes, active adult communities and luxury homes in attractive locations. We offer zero down payment options in qualifying communities, and have inventory that is ready for immediate move-in. LGI Homes is committed to serving our customers through the “dream fulfillment” of homeownership by simplifying the homebuying process and standing by our customers every step of the way. Our outstanding quality and customer service is what sets us apart from our competition.",
"url": "/home-builder-profile/lgi-homes/14987/",
"specCount": 2329,
"communitiesCount": 151,
"averageRatings": {
"overallRating": 4,
"ratingCount": 547
}
}
]
}
}
]
}

3. Builders — Details

Input

{
"endpointKey": "builders:details",
"builderIds": [
"14587"
]
}

Output

{
"endpoint": "builders:details",
"totalInputs": 1,
"results": [
{
"input": "14587",
"success": true,
"data": {
"success": true,
"data": {
"name": "Pacesetter Homes",
"url": "/home-builder-profile/pacesetter-homes/14587/",
"locations": [
{
"name": "Dallas-Ft. Worth, TX",
"providerListingIds": [30369293, 30369292],
"averageRatings": null
}
],
"communitiesCount": 33,
"averageRatings": {
"overallRating": 4.2,
"reviewCount": 1565,
"wouldRecommendPercentage": 83
},
"specialties": [
"Active Adult",
"Communities"
],
"reviews": [
{
"overallRating": 5,
"reviewText": "The sales and construction management team were phenomenal.",
"communityName": "Avery Centre East"
}
]
}
}
}
]
}

4. Builders — Community Cards

Input

{
"endpointKey": "builders:community-cards",
"builderIds": [
"14587"
],
"page": "2",
}

Output

{
"endpoint": "builders:community-cards",
"totalInputs": 1,
"results": [
{
"input": "14587",
"success": true,
"data": {
"success": true,
"currentPage": 2,
"communityCards": [
{
"communityAddress": {
"longitude": -96.4448562,
"latitude": 32.9540131,
"city": "Rockwall",
"state": "TX"
},
"providerListingId": 29509344,
"url": "/community/gideon-grove/29509344_plid/",
"style": null,
"name": "Gideon Grove",
"featuredImage": {
"url": "https://photos.zillowstatic.com:443/fp/96826c06bab0cc30773acfbc8b9860a6-p_g.jpg"
},
"minPrice": 649970,
},
]
}
}
]
}

5. Builders — Reviews

Input

{
"endpointKey": "builders:reviews",
"builderIds": [
"14587"
],
"page": "1",
"pageSize": "10"
}

Output

{
"endpoint": "builders:reviews",
"totalInputs": 1,
"results": [
{
"input": "14587",
"success": true,
"data": {
"success": true,
"currentPage": 1,
"pageSize": 10,
"reviews": [
{
"reviewId": 2298271,
"reviewerName": null,
"overallRating": 5,
"reviewText": "They made it easy to get what I wanted and needed.",
"reviewDate": "2025-11-09T21:21:00+00:00",
"communityName": "Walden Pond",
"builderResponse": null,
"builderResponseDate": null
},
]
}
}
]
}

Other Professionals Endpoints

1. Other Professionals — Search by Location

Input

{
"endpointKey": "other-professionals:search-bylocation",
"locations": [
"austin-tx"
],
"page": "1",
}

Output

{
"endpoint": "other-professionals:search-bylocation",
"totalInputs": 1,
"results": [
{
"input": "seattle-wa",
"success": true,
"data": {
"success": true,
"currentPage": 1,
"result": {
"location": "seattle-wa",
"totalCount": 851,
"data": [
{
"businessName": "Pointe3 Real Estate",
"encodedZuid": "X1-ZUz8umq0nxz5s9_9od0t",
"fullName": "Kimberly Reidy",
"location": "Seattle, WA",
"phoneNumber": "(206) 237-6391",
"profileLink": "/profile/Kim-Reidy",
"profilePhotoSrc": "https://photos.zillowstatic.com/fp/3e916a63ffb57e09431a31077d32ad0d-h_g.jpg",
"reviewExcerpt": "You&apos;ll be glad to have Kim in your corner.",
"reviewExcerptDate": "2019-02-24 18:03:00",
"reviewLink": "/profile/Kim-Reidy#reviews",
"numTotalReviews": 34,
"reviews": "34 reviews",
"reviewStarsRating": 4.9
},
]
}
}
}
]
}

2. Other Professionals — Search by Name

Input

{
"endpointKey": "other-professionals:search-byname",
"names": [
"Kimberly+Reidy"
],
"page": "2",
}

Output

{
"endpoint": "other-professionals:search-byname",
"totalInputs": 1,
"results": [
{
"input": "Kimberly+Reidy",
"success": true,
"data": {
"success": true,
"currentPage": "2",
"result": {
"name": "Kimberly Reidy",
"totalCount": 316,
"data": [
{
"businessName": "Russell Realty Services",
"encodedZuid": "X1-ZUy2g4wi1c3sw9_8mfo2",
"fullName": "Kimberly Cole",
"location": "Brecksville, OH",
"phoneNumber": "(440) 526-9400",
"profileLink": "/profile/KimberlyDawnCole",
"profilePhotoSrc": "https://photos.zillowstatic.com/fp/865bd40d5425a5cb5001a9bd8367f2c1-h_g.jpg",
"reviewLink": "/profile/KimberlyDawnCole#reviews",
"numTotalReviews": 0,
"reviews": "0 reviews",
"reviewStarsRating": 0
},
]
}
}
}
]
}

3. Other Professionals — Details by Username

Input

{
"endpointKey": "other-professionals:details-byusername",
"usernames": [
"InnerLoopHomes"
]
}

Output

{
"endpoint": "other-professionals:details-byusername",
"totalInputs": 1,
"results": [
{
"input": "InnerLoopHomes",
"success": true,
"data": {
"success": true,
"data": {
"displayUser": {
"name": "Seth D",
"screenName": "InnerLoopHomes",
"profileTypes": ["consumer", "renter", "propertyManager"],
"businessAddress": "Regal Wood Drive, Houston, TX 77038",
"phone": "(713) 820-1996",
"email": "Bluemtnlake@gmail.com",
"ratings": {
"average": 3,
"count": 2
}
},
"specialties": ["Property Management"],
"reviews": [
{
"rating": 1,
"reviewComment": "Seth the landlord will not fix anything in the home...",
"reviewer": "tangy12",
"rebuttal": "The house was very clean when you rented it 3 years ago..."
}
]
}
}
}
]
}

4. Other Professionals — Reviews by ZUID

Input

{
"endpointKey": "other-professionals:reviews-byzuid",
"zuids": [
"X1-ZUyhhmr27m6ryh_8gte6"
],
"page": "1"
}

Output

{
"endpoint": "other-professionals:reviews-byzuid",
"totalInputs": 1,
"results": [
{
"input": "X1-ZUyhhmr27m6ryh_8gte6",
"success": true,
"data": {
"success": true,
"page": 1,
"totalCount": 52,
"reviews": [
{
"reviewComment": "David has been our property manager for over 4 years, and he's been professional, efficient, and responsive. To be transparent, we are property owners, so this review is from the owner's point of view. Having said that, he's been proactive in making sure the rental house is in a good shape, including regular annual maintenance. This is to ensure tenants get what they pay for. One thing David really stands out is his responsiveness and timely communications. Tips: believe it or not, best way to contact him is via email. He'll call me as soon as he's available whenever I ask him to call me via email. His email responses are mostly cryptic and straight to the point, and some folks may take that differently. But for us, we like his cut-to-the-chase, no-nonsense style. Believe us, we have had a different property manager before, and he may seem courteous, but his responsiveness and professionalism are not even close to David's.",
"reviewId": 8938348,
"reviewee": {
"screenName": "DavidDrakePM",
"encodedZuid": "X1-ZUyhhmr27m6ryh_8gte6"
},
"reviewer": {
"screenName": "awitono",
"encodedZuid": "X1-ZUzwgpuia0jnd5_9wsfn"
},
"rating": 5,
"createDate": "2025-10-25T19:51:00",
},
]
}
}
]
}

Mortgage Rates — Current

Input

{
"endpointKey": "mortgage-rates:current",
"programs": ["Fixed10Year"],
"loanToValueBucket": ["Normal"],
"creditScoreBucket": ["VeryHigh"],
"loanType": ["Conventional"],
"refinance": false,
"state": "NY",
"zipcode": "90210",
"durationDays": "30"
}

Output

{
"endpoint": "mortgage-rates:current",
"success": true,
"data": {
"success": true,
"mortgageRates": {
"rates": {
"Fixed10Year": {
"query": {
"creditScoreBucket": "VeryHigh",
"loanAmountBucket": "Conforming",
"loanToValueBucket": "Normal",
"loanType": "Conventional",
"program": "Fixed10Year",
"stateAbbreviation": "NY"
},
"samples": [
{
"apr": 5.5,
"rate": 5.5,
"time": "2025-12-24T00:00:00-08:00",
"volume": 0
},
{
"apr": 5.5,
"rate": 5.5,
"time": "2025-12-25T00:00:00-08:00",
"volume": 0
},
]
}
}
}
}
}

How It Works

  • Reads the selected endpoint and input array
  • Builds the appropriate Zillow API URL
  • Processes inputs in concurrent batches
  • Automatically retries failed requests
  • Outputs structured JSON results

Use Cases

  • Real estate market analysis
  • Property price and tax history tracking
  • Agent, lender, and builder lead generation
  • CRM and data enrichment
  • Investment and rental analysis
  • Large-scale Zillow data extraction