Property Comps
Property Comps returns comparable sales for a subject property. The model is tunable — custom parameters and boosts let you match how your market and your users actually judge comparability, and fallbacks widen the net when a strict definition returns too little.
This endpoint takes a large set of optional tuning parameters — comps definitions, boosts, and fallback behaviour — that are documented in Setting your comps definitions and What are boosts.
POST/v3/PropertyComps
Get comparable sales
Request attributes
- Name
id- Type
- string
- Description
Property ID of the subject property.
- Name
address- Type
- string
- Description
A fully formatted address for the subject property.
Request
POST
/v3/PropertyCompscurl -X POST https://api.realestateapi.com/v3/PropertyComps \
-H "x-api-key: $REALESTATEAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"address": "1 Rocket Rd, Hawthorne, CA 90250"}'
The full response schema for this endpoint — every field and enum — lives in the canonical reference. That content has not been ported to this site yet.