ZLW Real Estate Working API

🔥API for retrieving US and CA real-time real estate data from public sources. Property data by address. Search by parameters, coordinates and MLS. Not affiliated with or endorsed by zillow.com or zillow com api. 'Zillow' is a trademark of its owner. US Real Estate Listings. Rental Listings

23 subscribers
855 ms avg latency
50 endpoints
The in-depth APIMemo review for this API hasn't been published yet — the data below comes straight from the public marketplace listing.

ZLW Real Estate Working API endpoints

MethodEndpointDescription
property
GET get_property
/property
Get Property details by zpid or url or address.
propertyExtendedSearch
GET get_propertyExtendedSearch
/propertyExtendedSearch
Search for properties by parameters. *Note.* If you search by exact address, the endpoint will return only zpid, or list of `zpid`s if it's a building with many units or `lotId`s…
similarSales
GET get_similarSales
/similarSales
Recently sold homes with similar features to those passed by zpid home, such as bedrooms, bathrooms, location and square footage. `zpid` or `property_url` is required parameter.
propertyByPolygon
GET get_propertyByPolygon
/propertyByPolygon
Search for properties using polygon of points.
marketLocation
GET get_marketLocation
/marketLocation
**beta version** Get `resourceId` for city you want.
marketData
GET get_marketData
/marketData
**beta version** Rental market summary and year trends. Use zip code as `resourceId` or get `resourceId` for your city in response data from `/marketLocation`.
similarForRent
GET get_similarForRent
/similarForRent
Get similar properties for rent. `zpid` or `property_url` is required parameter.
agentActiveListings
GET get_agentActiveListings
/agentActiveListings
Agent's active listings. The endpoint will return a list of the property. To get a property details use `/property (property details)` endpoint.
locationSuggestions
GET get_locationSuggestions
/locationSuggestions
Search for a location by name.
agentSoldListings
GET get_agentSoldListings
/agentSoldListings
Listings of sold property by agent (`zuid`)
searchByUrl
GET get_searchByUrl
/searchByUrl
Get a list of properties by providing Zillow's search results URL
findAgentV2
GET get_findAgentV2
/findAgentV2
Find agent by `name` or `location`
agentRentalListings
GET get_agentRentalListings
/agentRentalListings
Listings of rental property by agent (`zuid`)
mapBoundary
GET get_mapBoundary
/mapBoundary
Get map boundary by ZIP code
valueHistory
GET get_valueHistory_zestimatePercentChange
/valueHistory/zestimatePercentChange
Zestimate Percent Change
GET get_valueHistory_localRentalRates
/valueHistory/localRentalRates
Rent Zestimate History
GET get_valueHistory_listingPrices
/valueHistory/listingPrices
Local Listing Prices
GET get_valueHistory_taxAssessment
/valueHistory/taxAssessment
Tax Assessment History
GET get_valueHistory_taxPaid
/valueHistory/taxPaid
Tax Paid History
GET get_valueHistory_localHomeValues
/valueHistory/localHomeValues
Zestimate Value History
agentReviews
GET get_agentReviews
/agentReviews
Agent reviews
agentDetails
GET get_agentDetails
/agentDetails
Get agent details by username (contact details, active listings, reviews, etc).
valueEstimate
GET get_valueEstimate
/valueEstimate
*`address` or `long` and `lat` is required!* For more accuracy use `beds` and `baths` parameters. Will return value estimates and comparable rentals if need.
buildWebUrl
GET get_buildWebUrl
/buildWebUrl
**Beta** Build Web Url.
ping
GET get_ping
/ping
Ping
zestimateHistory
GET get_zestimateHistory
/zestimateHistory
Zestimate History for property by `zpid` or `url`. Result has format where t - time, v - zestimate value.
zestimate
GET get_zestimate
/zestimate
Get Zestimate value by `zpid` or `address` or `URL`.
building
GET get_building
/building
Building details. *Only for rent apartments.* Only one of the three parameters is required.
walkAndTransitScore
GET get_walkAndTransitScore
/walkAndTransitScore
Data about walk, bike and transit scores by zpid.
propertyComps
GET get_propertyComps
/propertyComps
Get property comps by `zpid` or `property_url` or `address`.
priceAndTaxHistory
GET get_priceAndTaxHistory
/priceAndTaxHistory
History of Property Taxes and Prices. `zpid` or `property_url` is required.
images
GET get_images
/images
Property images and videos.
propertyByMls
GET get_propertyByMls
/propertyByMls
Search for the property by MLS #. *Note.* The endpoint will return an array of `zpid`. To get more information, use `/property` endpoint. If we find more than one address with…
propertyByCoordinates
GET get_propertyByCoordinates
/propertyByCoordinates
Search the property by coordinates. *Note.* The endpoint will return only an array of zpid. To get more information use `/property` endpoint. If you need additional filters, you…
rentEstimate
GET get_rentEstimate
/rentEstimate
*`address` or `long` and `lat` is required!* For more accuracy use `beds` and `baths` parameters. Will return rent estimates and comparable rentals if need.
propertyFloorPlan
GET get_propertyFloorPlan
/propertyFloorPlan
Get floorplan images
property3dtour
GET get_property3dtour
/property3dtour
Get property 3D tour
offMarket
GET get_offMarket
/offMarket
You can get off-market properties. Results include both off-market and on-market data. Filter only by ZIP code. The data is not very accurate on the border of 2 zip, but if you…
residentialData
GET get_residentialData_monthlyInventory
/residentialData/monthlyInventory
Monthly Inventory. - Active Listing Count, Active Listing Count M/M - Avg Listing Price, Avg Listing Price M/M - Days on Market, Days on Market M/M - New Listing Count, New…
mortgageRates
GET get_mortgageRates
/mortgageRates
Get Mortgage Rates by state
propertyEstimateMortgage
GET get_propertyEstimateMortgage
/propertyEstimateMortgage
Get estimated monthly mortgage payment
lender
GET get_lender_details
/lender/details
Get lender details
GET get_lender_reviews
/lender/reviews
Reviews
GET get_lender_search
/lender/search
Search for lender
otherProfessionals
GET get_otherProfessionals_search
/otherProfessionals/search
Search for other professionals. Check the `type` parameter.
GET get_otherProfessionals_reviews
/otherProfessionals/reviews
Get reviews
similarProperty
GET get_similarProperty
/similarProperty
Get similar properties for sale. `zpid` or `property_url` is required parameter.
removeJob
GET get_removeJob
/removeJob
Use for remove job from queue by id.
getJobResults
GET get_getJobResults
/getJobResults
Get the result data by `jobNumber`.
resolveAddressToZpid
POST post_resolveAddressToZpid
/resolveAddressToZpid
Resolving the addresses from the given file to `zpid`. The limit for the BASIC plan is 10 lines and for the other plans it is 100 lines. ***Cost: 1 request per line!*** Expand…

ZLW Real Estate Working API pricing

PlanPriceRate limitQuotas
BASIC Free 5 / minute
  • Requests: 100 / monthly
PRO $10 / month 2 / second
  • Requests: 15,000 / monthly
ULTRA Recommended $30 / month 3 / second
  • Requests: 45,000 / monthly
MEGA $125 / month 5 / second
  • Requests: 195,000 / monthly

More Database APIs

View all →
  • Detailed auto parts catalog data through API, including parts, categories, compatibility details, and…

    DatabaseFreemium112 subscribers
  • 🔥API for retrieving US and CA real-time real estate data from public sources. Property data by address.…

    DatabaseFreemium673 subscribers
  • Unlock the power of precision in the automotive aftermarket with Auto Parts Catalog, a cutting-edge API…

    DatabaseFreemium1.9k subscribers
  • CheckLeaked.cc official api implementation to obtain results from experimental / dehashed search.

    DatabaseFree287 subscribers
  • Train search, live train status, etc all train infos related to Indian railways (Unofficial Service)

    DatabaseFreemium3.5k subscribers
  • API creada para consultar y validar información de la CURP desde RENAPO.

    DatabaseFreemium363 subscribers