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.

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/PropertyComps
curl -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"}'

Was this page helpful?