Realtor
# Realtor Property Search & Data API — Real-Time Real Estate Insights Search for-sale and foreclosure listings, extract deep property profiles, calculate mortgages, and retrieve high-resolution media via a fast, enterprise-grade JSON API. ## Why Use This API? - ⚡ **Live Data Fetching** — Provide real-time listing status and pricing. - 🏠 **Deep Property Profiles** — Extract tax history, utility…
Realtor endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health Check /health |
Check the status of the API and its underlying services. |
| GET |
Search Properties /api/v1/properties/search |
Search for real estate listings by location. Returns a list of properties with basic details, photos, and status. |
| GET |
Get Property Full /api/v1/properties/{property_id}/full |
Retrieve a validated and structured property record containing essential listing information. |
| GET |
Get Property Surroundings /api/v1/properties/{property_id}/surroundings |
Get info about the area around a property, including schools, noise levels, and neighborhood amenities. |
| GET |
Search Properties Raw /api/v1/properties/search/raw |
Search for properties and return the raw, unfiltered dictionary from the upstream API. Useful for advanced data extraction. |
| GET |
Get Location Suggestions /api/v1/locations/suggest |
Get auto-complete suggestions for cities, counties, or ZIP codes. Useful for building a location picker in your UI. |
| GET |
Get Property Pricing /api/v1/properties/{property_id}/pricing |
Get full pricing details for a property, including list price, price reductions, last sold price, and estimated value. |
| GET |
Get Property Photos /api/v1/properties/{property_id}/photos |
Fetch high-resolution photos for a specific property. Returns an array of photo URLs. |
| GET |
Get Property Deals /api/v1/properties/deals |
Search for discounted or 'deal' properties in a specific location. |
| GET |
Get Listing Agent /api/v1/properties/{property_id}/agent |
Retrieve contact information and details for the agent representing this listing. |
| GET |
Get Property Foreclosures /api/v1/properties/foreclosures |
Search for foreclosed properties in a specific location. |
| GET |
Calculate Mortgage /api/v1/properties/mortgage/calculate |
Estimate monthly mortgage payments based on property price, down payment, tax rates, and interest rates. |
| GET |
Get Open Houses /api/v1/properties/{property_id}/open-houses |
Retrieve scheduled open house events for this property. |
| GET |
Get Property Deep Profile /api/v1/properties/{property_id}/details |
Retrieve exhaustive details for a property, including tax history, interior features, and utility info. Requires a listing_id for precise matching. |
| GET |
Get Property Location /api/v1/properties/{property_id}/location |
Get full location data for a property, including address, coordinates, county, and neighborhood information. |
| GET |
Get Property Promotions /api/v1/properties/{property_id}/promotions |
Retrieve active promotional listings or special offers associated with this property. |
| GET |
Get Property Media /api/v1/properties/{property_id}/media |
Fetch all media assets for a property, including photos, virtual tours, and Matterport 3D availability. |
| GET |
Get Property Features /api/v1/properties/{property_id}/features |
Retrieve detailed interior and exterior feature data for a property, including room counts, amenities, and property flags. |
| GET |
Get Similar Homes /api/v1/properties/{property_id}/similar |
Retrieve a list of comparable homes ('comps') near the specified property based on price, size, and location. |
| GET |
Get Price History /api/v1/properties/{property_id}/history |
Fetch the historical record of price changes, listing status updates, and previous sale prices for this property. |
| GET |
Get Property Raw /api/v1/properties/{property_id}/raw |
Retrieve the raw, unfiltered dictionary for a property as received from the upstream API. |
Realtor pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 6 / minute |
|
| PRO | $6.99 / month | 1 / second |
|
| ULTRA Recommended | $24.99 / month | 2 / second |
|