US Real Estate Data
# 🏠 US Real Estate Data API Skip the scraping. Query a standardized, daily-updated database of **14M+ US residential properties (and growing)** - Zillow-sourced Zestimates, rent estimates, tax assessments, foreclosure signals, price history, and listing-agent details - through one clean REST API. **Keywords:** real estate API, property data API, real estate data, Zestimate, rent estimate, MLS…
US Real Estate Data endpoints
| Method | Endpoint | Description |
|---|---|---|
| Properties | ||
| GET |
lookupProperty /properties/lookup |
Resolve a single free-form US address to a single property. Returns `data: null` with `meta.matched = false` when no property matches. |
| GET |
getPropertyHistory /properties/{zpid}/history |
Price and status changes recorded for a property, most recent first. |
| GET |
searchProperties /properties |
Search and filter residential listings. A `city` or `zipcode` is required (both are indexed for fast results); all other parameters refine the results. Results are paginated and… |
| GET |
getProperty /properties/{zpid} |
|
| Other endpoints | ||
| GET |
Find Properties by City State or Zipcode /properties |
Search by city, state, or zipcode. |
| POST |
Bulk Property Lookup /properties/lookup |
Look up details for up to 10 properties at once by address. |
| GET |
Find Agents by Location or Name /agents |
Search for real estate agents and realtors using city, state, zipcode, or a specific name. Returns agent contact info, ratings, and specialties. |
US Real Estate Data pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19 / month | 1 / second |
|
| ULTRA | $99 / month | — |
|
| MEGA | $300 / month | — |
|