Realtor Working API
------------------------ `You're in the right place. Just give it a try!` ------------------------ - Realtime-Data exactly like you see on www.realtor.com. - Fastest Realtor API. - Find any property. - Custom endpoint, concurrent requests, priority support. - If you need help using this API for your projects, contact at: `[email protected]`
Realtor Working API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Property Details | ||
| GET |
/details/byurl /details/byurl |
INPUT: Realtor.com listing URL Get **full property details** from a Realtor.com listing URL. The trailing `_M-` chunk is parsed to extract the `property_id`. If the URL has no… |
| GET |
/details/byaddress /details/byaddress |
INPUT: Property Address (`9504 Quail Village Ln, Austin, TX 78758`) Get **full property details** by a Realtor.com street address. The API resolves the address to a `property_id`… |
| GET |
/details/byid /details/byid |
INPUT: `property_id` (e.g. `8955838462`) Get **full property details** using Realtor.com's internal `property_id`. The fastest details endpoint — `1 credit/call`. ##### Where to… |
| Search Realtor | ||
| GET |
/autocomplete /autocomplete |
Realtor.com **search-box autocomplete** (`/parser/suggest`). Returns ranked suggestions across cities, ZIPs, neighborhoods, counties, addresses, schools, school districts, parks,… |
| GET |
/search/bylocation /search/bylocation |
Search Realtor.com listings by **free-text location** — city, ZIP, neighborhood, county, or state. Returns paginated listings with `property_id`, `listing_id`, address, photos,… |
| GET |
/search/byzip /search/byzip |
Search Realtor.com listings by **US ZIP code**. Cleaner than `/search_bylocation` when you specifically want a postal-code search (no fuzzy matching). Supports the **full filter… |
| GET |
/search/bypolygon /search/bypolygon |
Search Realtor.com listings inside an **arbitrary polygon**. Useful for irregular boundaries — neighborhoods, school catchment areas, drawn map regions. The polygon is sent to… |
| GET |
/search/bycoordinates /search/bycoordinates |
Search Realtor.com listings inside a **circular area** defined by `latitude` + `longitude` + `radius` (miles). The circle is converted internally to an axis-aligned bounding-box… |
| GET |
/search/byurl /search/byurl |
Run the search that a Realtor.com **search URL** represents. The location slug + filter segments (`price-`, `beds-`, `baths-`, `sqft-`, `lot-sqft-`, `type-`, `shw-nc`, `nc-hide`,… |
| Tools | ||
| GET |
/agent /agent |
Get **Realtor.com agent branding** by `fulfillment_id`. Returns the agent's full name, brokerage / office, ratings & review count, listing stats, avatar URL + initials, and… |
| GET |
/mortgage /mortgage |
Estimate the **monthly mortgage payment** for a home price using Realtor.com's mortgage calculator. Returns: - `loan_amount` — price minus down payment - `monthly_payment` —… |
| Map Layers | ||
| GET |
/mapLayer /mapLayer |
Returns Realtor.com map-overlay data for any region. Pick one of 19 layers (Estimate, MarketHotness, Schools, Flood, etc.) via the `layer` enum and pass a free-text `location`… |
Realtor Working API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $20 / month | 5 / second |
|
| ULTRA | $60 / month | 25 / second |
|
| MEGA Recommended | $250 / month | 50 / second |
|