Skip to main content
GET
Read the comparable sales around a parcel

Authorizations

Authorization
string
header
required

API key from the developer console (starts with zpka_). Create one at https://developers.investorlift.com/get-a-key.

Path Parameters

property_id
string
required

Parcel id, prop_<32 hex>, from /v1/properties/resolve or any deal's property.id. The prefix is part of the id (400 invalid_id otherwise).

Required string length: 1 - 64

Query Parameters

radius_miles
number
default:1

Radius around the subject in miles, 0.1 to 5 (default 1).

Required range: 0.1 <= x <= 5
days_back
integer
default:180

Sales in the last N days before the market's data_end, 30 to 1095 (default 180).

Required range: 30 <= x <= 1095
beds_tolerance
integer
default:1

Bedrooms either side of the subject's, 0 to 5 (default 1). The API skips it when the subject's bedrooms are unknown.

Required range: 0 <= x <= 5
sqft_pct
integer
default:20

Percent either side of the subject's sqft, 0 to 50 (default 20). The API skips it when the sqft is unknown.

Required range: 0 <= x <= 50
year_tolerance
integer
default:15

Years either side of the subject's year_built, 0 to 50 (default 15). The API skips it when the year_built is unknown.

Required range: 0 <= x <= 50
source
enum<string>
default:both

With deed, the registry's arm's-length last purchases. With mls, SOLD listing records, and 422 listings_unavailable where the market has none. With both, the default, one sale per parcel, and the MLS record wins within 45 days of the deed.

Available options:
deed,
mls,
both
limit
integer
default:20

Comps to return, 1 to 50 (default 20), most similar first. A plan cap below this applies.

Required range: 1 <= x <= 50

Response

The comparable sales of one parcel.

The comparable sales of one parcel.

data
object
required

GET /v1/properties/{id}/comps: the subject, its comparable sales within the radius, the window and the tolerances, and the summary.

meta
object
required

Response metadata: when the API produced it, which markets it covers, and how fresh they are.