Realtor
Search homes for sale, new construction homes, apartments, and houses for rent. See property values and mortgages. Find agents information and much more
Realtor endpoints
| Method | Endpoint | Description |
|---|---|---|
| Properties | ||
| GET |
/search/forsale /search/forsale |
Search for sale listings by address, neighbourhood, city or ZIP |
| GET |
/search/forsale/coordinates /search/forsale/coordinates |
Search for sale listings by circle (using latitude, longitude, and radius) or polygon (using a set of coordinates to define a specific area). |
| GET |
/search/forrent /search/forrent |
Search for rent listings by address, neighbourhood, city or ZIP |
| GET |
/search/forrent/coordinates /search/forrent/coordinates |
Search for rent listings by circle (using latitude, longitude, and radius) or polygon (using a set of coordinates to define a specific area). |
| GET |
/search/forsold /search/forsold |
Search for sold listings by address, neighbourhood, city or ZIP |
| GET |
/search/forsold/coordinates /search/forsold/coordinates |
Search for sold listings by circle (using latitude, longitude, and radius) or polygon (using a set of coordinates to define a specific area). |
| GET |
/search_by_url /search_by_url |
Search for properties by url |
| GET |
/property/details /property/details |
Get a property's details by `property_id` or `url` |
| GET |
/property/photos /property/photos |
Get a property's photos by `property_id` or `url` |
| GET |
/property/estimates /property/estimates |
Get historical and forecasted value estimates for a property using the `property_id` or `url`. |
| GET |
/property/amenities_score /property/amenities_score |
Get nearby amenities and location scores for a property using the `property_id` or `url` |
| GET |
/property/similar_homes /property/similar_homes |
Get similar homes for a property by using the `property_id`. |
| GET |
/property/new_construction_similar_homes /property/new_construction_similar_homes |
Get new construction similar homes for a property using the `property_id` or `url`. |
| GET |
/property/history /property/history |
Get property history and tax history data for a property using the `property_id` or `url` |
| GET |
/property/environment_risk /property/environment_risk |
Get a property's environmental risks by `property_id` or `url`. (flood, wildfire, etc) |
| GET |
/property/schools /property/schools |
Get a property's nearby schools using the `property_id` or `url` |
| GET |
/property/market_trends /property/market_trends |
Get a property's market trends using the `property_id` or `url` |
| Agents | ||
| GET |
/agent/search /agent/search |
Search for agents/teams/offices by `location` (city or ZIP code) or `name`. |
| GET |
/agent/profile /agent/profile |
Get an agent's profile by `advertiser_id` and/or `nrds_id` |
| GET |
/agent/reviews /agent/reviews |
Get an agent's reviews by `advertiser_id` |
| GET |
/agent/listings /agent/listings |
Get an agent's listings by `advertiser_id` |
| GET |
/agent/recommendations /agent/recommendations |
Get an agent's recommendations by `advertiser_id` |
| Other | ||
| GET |
/suggestion /suggestion |
Suggests locations based on keyword |
| GET |
/housing_market_details /housing_market_details |
Get detailed housing market statistics for a specific location, including median prices, market temperature, and rankings. |
| GET |
/noise /noise |
Get noise level information by coordinates (lat, lon) |
| Other endpoints | ||
| GET |
Search agents /search_agents |
Search agents by city/zip |
| GET |
Search properties for sale /forsale |
Search properties for sale by Address, School, City, Zip or Neighborhood. Filter the results using different parameter filters |
| GET |
Agent details /agent |
Get agent details by id |
| GET |
Search properties for rent /forrent |
Search properties for rent by location |
| GET |
Property Details /property |
Get property details by property ID or by Address |
| GET |
Search for region /suggestion |
Get location suggestions by keyword |
Realtor pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $20 / month | 2 / second |
|
| ULTRA Recommended | $40 / month | 3 / second |
|
| MEGA | $150 / month | 4 / second |
|