PropData — Real Estate Market Intelligence API
The gatekeeper model is dead. We killed it. CoreLogic charges $5,000/mo. ATTOM charges $2,000/mo. They both license the exact same public county assessor data that every county in America publishes for free — run it through their ETL pipelines, add a logo and a sales team, and call it a product. We built the pipeline ourselves. Direct from the county's own ArcGIS FeatureServer into our database.…
PropData — Real Estate Market Intelligence API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Market Intelligence | ||
| GET |
getNeighborhood /v1/neighborhood |
Deep neighborhood profile for any US ZIP code. Adds community safety scoring, FEMA hazard risk (18 types), opportunity zone status, USDA rural eligibility, school quality, and… |
| GET |
getMarket /v1/market |
The flagship endpoint. One call returns everything you need to evaluate any US market: - **Rent data** — Zillow ZORI + HUD Fair Market Rents by bedroom (studio → 4BR) - **Listing… |
| Property Data | ||
| GET |
getListing /v1/listing |
Look up a specific property from the 166M+ parcel database. Returns assessor record: owner name, mailing address, assessed value, last sale price and date, year built, bedrooms,… |
| Estimates & Comps | ||
| GET |
getRent /v1/rent |
Weighted rent estimate for any US ZIP + bedroom count. Returns low/mid/high range with confidence score and explicit source weights so you can explain the number to a client.… |
| GET |
getComps /v1/comps |
Ranked comparable sales from the 166M+ parcel database. Returns up to 10 comps ranked by similarity score on price, sqft, recency, and bedrooms. What ATTOM charges $2,000/mo for.… |
| Geocoding | ||
| GET |
geocode /v1/geocode |
Address → lat/lng/county/FIPS using our own parcel database. No Google Maps. No HERE. No per-call fees to a third party. Returns standardized USPS address, county name, FIPS… |
| System | ||
| GET |
getHealth /v1/health |
Returns API status, version, and data freshness timestamps. |
PropData — Real Estate Market Intelligence API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $49 / month | — |
|
| PRO | $99 / month | — |
|
| ULTRA | $199.99 / month | — |
|
| MEGA | $1,499 / month | 1000000 / second |
|