Realtor API
The Realtor API provides developers with programmatic access to real estate data, including property listings, pricing information, and housing market details. It enables applications to retrieve up-to-date property information such as homes for sale, property descriptions, locations, and listing details, making it easy to build real estate platforms, property search tools, and housing market…
Realtor API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Property | ||
| GET |
/properties /properties |
Get properties |
| GET |
/properties/{property_id} /properties/{property_id} |
Property details |
| GET |
/properties/{property_id}/estimate /properties/{property_id}/estimate |
Property estimate |
| GET |
/properties/{property_id}/similar /properties/{property_id}/similar |
Similar properties |
| GET |
/properties/{property_id}/new-construction-similar /properties/{property_id}/new-construction-similar |
Similar new properties |
| GET |
/properties/{property_id}/history /properties/{property_id}/history |
Property histories |
| GET |
/properties/{property_id}/environment-risk /properties/{property_id}/environment-risk |
Property environmental risks |
| GET |
/properties/{property_id}/amenities /properties/{property_id}/amenities |
Property amenities |
| Mortgage | ||
| GET |
/mortgage/rates /mortgage/rates |
Check mortgage rates |
| GET |
/mortgage/calculate /mortgage/calculate |
Calculate mortgage |
| GET |
/mortgage/loan-analysis /mortgage/loan-analysis |
Loan analysis |
| Agent | ||
| GET |
/agents /agents |
Search agents |
| GET |
/agents/{profile_id} /agents/{profile_id} |
Agent details |
| GET |
/agents/locations /agents/locations |
Search agent locations |
| GET |
/agent-listings/{fulfillment_id} /agent-listings/{fulfillment_id} |
Agent reviews |
| GET |
/agent-recommendations/{fulfillment_id} /agent-recommendations/{fulfillment_id} |
Agent recommendations |
| GET |
/agent-reviews/{fulfillment_id} /agent-reviews/{fulfillment_id} |
Agent reviews |
| Other endpoints | ||
| GET |
/autocomplete /autocomplete |
Get auto complete suggestions by city, ward, street name to pass in other endpoints. This endpoint also helps to get a specific property id by its address |
| GET |
/search-suggestions /search-suggestions |
Get auto complete suggestions by city, ward, street name to pass in other endpoints. This endpoint also helps to get a specific property id by its address |
Realtor API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $20 / month | 5 / second |
|
| ULTRA | $100 / month | 7 / second |
|
| MEGA | $1,000 / month | 10 / second |
|