docs / realtor

Realtor.com API scraper

Realtor.com API scraper

base /realtor/v15 endpoints
post/realtor/v1/detail3 credits

Full property record by property_id: RealEstimate value (+ range), price history, tax history, schools (with ratings), photos, interior/exterior feature groups, HOA, status flags, monthly-payment estimate and the listing agent/broker.

ParameterAllowed / rangeDescription
property_idrequiredRealtor.com property id (from a search result's property_id, or the M-code in a listing URL).
Try in playground →
post/realtor/v1/sold2 credits

Recently-sold homes by location (or map bounds), with the same structured filters as search — the comparable-sales surface for valuing a home.

ParameterAllowed / rangeDescription
locationrequiredWhere to search — a US city, ZIP, neighborhood, county or state ('Austin, TX', '78704', 'Brooklyn, NY', 'TX').
sort = newestoptionalnewest · price_low · price_high · sold_dateResult ordering.
limit = 42optional1–200Listings to return per call (1-200).
offset = 0optional0–Pagination offset — skip this many results (page through with offset += limit).
map_boundsoptionalSearch an exact map viewport {west, east, south, north} in decimal degrees (alternative/addition to location).
price_minoptional0–Minimum price in USD (sale price, or monthly rent for status=for_rent).
price_maxoptional0–Maximum price in USD.
beds_minoptional0–10Minimum bedrooms (3 = 3+).
beds_maxoptional0–10Maximum bedrooms.
baths_minoptional0–10Minimum bathrooms (2 = 2+).
home_typeoptionalProperty type — one or several comma-separated. One of: single_family, condos, townhomes, multi_family, mobile, land, farm (e.g. 'single_family,condos').
sqft_minoptional0–Minimum living area in square feet.
sqft_maxoptional0–Maximum living area in square feet.
lot_minoptional0–Minimum lot size in SQUARE FEET (43560 sqft = 1 acre).
lot_maxoptional0–Maximum lot size in square feet.
year_built_minoptional1800–2030Earliest year built.
year_built_maxoptional1800–2030Latest year built.
max_hoaoptional0–Maximum monthly HOA fee in USD.
days_on_maxoptional1–Only listings on Realtor.com at most this many days (7 = new this week).
keywordsoptionalFree-text listing keyword filter, comma-separated ('pool', 'waterfront', 'guest house').
Try in playground →
post/realtor/v1/comps2 credits

Comparable homes near a property — synthesized from recently-sold and active listings around the subject's coordinates, scored by distance, beds and sqft.

ParameterAllowed / rangeDescription
property_idrequiredRealtor.com property id (from a search result's property_id, or the M-code in a listing URL).
radius_miles = 2optional0.25–25Search radius around the subject in miles.
max_comps = 12optional1–50How many comparables to return.
include_active = falseoptionalAlso include currently-active listings as comps (default: recently-sold only).
Try in playground →
post/realtor/v1/autocomplete1 credit

Location autocomplete — suggest Realtor.com cities, ZIPs, neighborhoods, counties and schools for a free-text query. Resolve a fuzzy term before searching, or power a search box.

ParameterAllowed / rangeDescription
queryrequiredFree-text location to autocomplete — a partial city, ZIP, neighborhood, county or school ('Austi', '787', 'Brookl').
limit = 10optional1–25Max suggestions to return (1-25).
Try in playground →