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.
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.
The number of rent comps to return.
The tier of the property. Either ‘valueAdd’ or ‘current’. When ‘valueAdd’, the results will assume a better condition of the property.
The renovations to apply to the property. A value between 0 and 1 to add to the property quality. (e.g. 0.1 will transform a 0.4 quality property into a 0.5 quality property).
The maximum distance in miles between the subject and the rent comps.
The minimum distance in miles between the subject and the rent comps.
The minimum number of units of the rent comps. Does not filter properties with no units.
The maximum number of units of the rent comps. Does not filter properties with no units.
Whether to allow properties with no units to be included in the results. False by default.
The minimum year built of the rent comps. Does not filter properties with no year built.
The maximum year built of the rent comps. Does not filter properties with no year built.
Whether to allow properties with no year built to be included in the results. False by default.
The minimum number of stories of the rent comps. Does not filter properties with no stories.
The maximum number of stories of the rent comps. Does not filter properties with no stories.
Whether to allow properties with no stories to be included in the results. False by default.
Force include some properties in the results
Exclude some properties from the results that are not suitable for comparison.
A simple property object that can come from your systems if you only have the basic information about the property. We will use the basic information to find the most similar properties.
A detailed property object if you have queried the property details from /property/{id}
. We will use all the available information to find the most similar properties, including market statistics, detailed quality scores, unit details and detected values for missing fields.
The list of rent comps with high-level details.