Every API, one clean contract.
134 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Popular
Reputation & Reviews
12 APIsE-commerce & Marketplaces
24 APIsReal Estate
7 APIsJobs & Hiring
10 APIsTravel & Lodging
4 APIsSearch & SEO
4 APIsFinance & Data
5 APIsMedia, Film & Knowledge
17 APIsUtilities & AI
19 APIsClassifieds & Second-hand
4 APIsDeveloper Tools
18 APIsRealtor.com API scraper
livepost/realtor/v1/search2 creditsSearch Realtor.com listings by location (for sale / for rent / recently sold), with structured filters: price, beds, baths, property type, sqft, lot size, year built, HOA, days-on-market and keywords. Paginate with offset.
{
"location": "Austin, TX"
}Try in playground →post/realtor/v1/detail3 creditsFull 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.
{
"property_id": "7211899596"
}Try in playground →post/realtor/v1/estimates1 creditMulti-source home-value estimates (AVMs) for a property — Realtor.com surfaces several independent valuation models (Collateral Analytics, Quantarium, Cotality/CoreLogic), each with its own value and high/low range. Returns the full set plus the best estimate. The valuation surface for pricing a home.
{
"property_id": "7211899596"
}Try in playground →post/realtor/v1/sold2 creditsRecently-sold homes by location (or map bounds), with the same structured filters as search — the comparable-sales surface for valuing a home.
{
"location": "Austin, TX"
}Try in playground →post/realtor/v1/market_trends1 creditLocal housing-market intelligence for a US city or ZIP — median listing price, median sold price, median price per square foot, median days-on-market and median rent. The market-overview surface for a neighborhood or metro.
{
"location": "Austin, TX"
}Try in playground →post/realtor/v1/comps2 creditsComparable homes near a property — synthesized from recently-sold and active listings around the subject's coordinates, scored by distance, beds and sqft.
post/realtor/v1/autocomplete1 creditLocation 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.
{
"query": "Austin"
}Try in playground →
Social Media
10 APIs