Find the best rent comps for a property given its details among close by properties. Score different facets of all candidates and return the best ones. In order to get the best results, we leverage market demographics, detected quality, amenities, similarity of unit mixes, and more.
The endpoint accepts two types of payloads:
Option 1: Detailed Property (Recommended)
Use the result from /property/{id} endpoint as the subject field:
Option 2: Simple Property
Use a simplified property object with basic information:
Recommendation: Use Option 1 (detailed property) for best results. It provides comprehensive property information including market statistics, quality scores, unit details, and automatically detected values for missing fields.
When to use simple property: Use Option 2 when you only have basic property information from your own systems and want to find similar properties based on fundamental characteristics like location, unit count, and amenities.
If you are interested in simply getting similarities between properties, you can use the comparables endpoint.
Pass the ids of the comps you want similarities for into the selected_ids field.
And set topN to the same number of properties you are passing.
We will return the similarities between the subject and the selected properties.
Bearer authentication of the form Bearer <token>, where token is your auth token.
The renovations to apply to the property. A value between 0.0 and 1.0 to add to the property quality. (e.g. 0.1 will transform a 0.4 quality property into a 0.5 quality property).
The list of rent comps with high-level details.