docs / us-re

US Real Estate

US homes for sale and rent with details.

base /us-re/v16 endpoints
post/us-re/v1/listings/search2 credits

search for-sale listings in a location

ParameterAllowed / rangeDescription
locationrequiredSearch location: a 'City, ST' string or a 5-digit ZIP code.
offset = 0optional0–Pagination offset — skip N listings (results page in steps of 42).
statusoptionalfor_sale · ready_to_build · sold · off_marketListing status filter for Realtor search (default for_sale). Accepts one value or a list; unknown values are passed through, not rejected.
Try in playground →
post/us-re/v1/listings/detail3 credits

full property: price + tax history, schools, photos

ParameterAllowed / rangeDescription
property_idrequiredRealtor.com property id (the digits in a listing URL or a search result's property_id).
Try in playground →
post/us-re/v1/property/estimates2 credits

home value estimates (Cotality/CoreLogic + Quantarium)

ParameterAllowed / rangeDescription
property_idrequiredRealtor.com property id (the digits in a listing URL or a search result's property_id).
Try in playground →
post/us-re/v1/property/similar2 credits

similar / related homes (comps)

ParameterAllowed / rangeDescription
property_idrequiredRealtor.com property id (the digits in a listing URL or a search result's property_id).
Try in playground →
post/us-re/v1/market/trends1 credit

local housing-market medians (price/$psf/DOM/rent) by city or zip

ParameterAllowed / rangeDescription
locationrequiredMarket area: a city ('Austin, TX' → austin_tx) or a 5-digit ZIP code.
Try in playground →
post/us-re/v1/agents1 credit

Find real-estate agents in a US city/area (Realtor.com agent search). Each agent: name, broker/office, average rating + review/recommendation counts, REALTOR flag, avatar and listing stats. Paginated (24/page).

ParameterAllowed / rangeDescription
locationrequiredUS city + state (e.g. 'Austin, TX', 'San Antonio, Texas').
page = 1optional1–Result page (24 agents per page).
Try in playground →