Realtor Intelligence API
Access comprehensive US real estate data through a fast, reliable API. Search properties for sale, rent, or recently sold across all 50 states. Get detailed property information, agent profiles, mortgage calculations, and real-time market analytics.
Realtor Intelligence API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Lookup | ||
| GET |
Parse any Realtor.com URL (search, agents, property) /v1/lookup |
Parse any realtor.com URL and return the corresponding data automatically. The response contains a `type` field indicating the data type and a `data` field with the full result. |
| Properties | ||
| GET |
Search property by location + filters /v1/properties/search |
Search for properties by location with 25+ filters including price, beds, baths, sqft, property type, year built, and more. Supports for_sale, for_rent, sold, and pending… |
| GET |
Get full property info by ID /v1/properties/{property_id} |
Get comprehensive property details by property ID. Returns full property data including photos, description, price history, tax history, nearby schools, home value estimates, and… |
| GET |
Get property info by URL /v1/properties/by-url |
Get detailed property data by providing a full realtor.com property URL. Returns the same data as the property detail endpoint including photos, price history, tax history,… |
| Agents | ||
| GET |
Get agents listings by ID /v1/agents/{agent_id}/listings |
Get property listings managed by a specific agent. Filter by listing status (for_sale, for_rent, sold, pending) with pagination support. |
| GET |
Search agents by location + filters /v1/agents/search |
Search for real estate agents by location, name, type (buyer/seller), and languages spoken. Returns paginated results with agent ratings, listing counts, and price ranges. |
| GET |
Get agent info by ID /v1/agents/{agent_id} |
Get a detailed agent profile by agent ID (hex string). Returns bio, contact info, designations, specializations, languages, served areas, office/broker details, social media… |
| Mortgage | ||
| GET |
Calculate month mortage rates by location /v1/mortgage/calculate |
Calculate monthly mortgage payments for a given location. Customize home price, down payment, loan type, interest rate, taxes, HOA fees, and insurance. Returns payment breakdown,… |
| GET |
Get mortage daily rates + trends /v1/mortgage/rates |
Get daily mortgage rate trends for a US state. Returns rates and APRs for 9 loan types: 30-year fixed, 20-year fixed, 15-year fixed, 10-year fixed, 30-year FHA, 30-year VA,… |
| Market | ||
| GET |
Get real estate market stats by location /v1/market/stats |
Get housing market statistics for a location (city, ZIP, county, state, or neighborhood). Returns median listing/sold prices, days on market, inventory counts, month-over-month… |
| GET |
Get property value estimates /v1/market/estimates |
Get property value estimates from multiple sources (Quantarium, CoreLogic, Collateral Analytics). Provide either a property_id or a full address. Returns current estimates,… |
Realtor Intelligence API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 100 / hour |
|
| PRO | $29.99 / month | 1 / second |
|
| ULTRA | $49.99 / month | 3 / second |
|
| MEGA Recommended | $199 / month | 10 / second |
|