Comparable Sales

Find similar nearby properties with recent sales data. Scored by property type, square footage, age, and lot size similarity. Uses our own property database no external API needed.

GET/v1/properties/{property_id}/comparables

Find comparable properties with recent sales nearby.

ParameterTypeDescription
radiusfloatSearch radius in miles (default 1, max 5)
Response
{ "data": { "property_id": 1, "total": 3, "comparables": [ { "street_address": "2640 5TH ST NE", "year_built": 1953, "sqft_living": 960, "last_sale_price": 180000, "market_value": 290000, "distance_miles": 0.03, "similarity_score": 85.5 } ] } }

Note: Comparable results improve as more properties are looked up in the same area. The more properties in our database, the better the comparables.