Property

Expense Benchmarks

POST
Get the expense benchmarks for a property given its details. Our models use all property details (characteristics, #stories, amenities, location, etc.) to compute the estimates.

Request

This endpoint expects an object.
building_availability
list of objectsRequired
The list of units and floorplans available at the property.
building_name_alias
list of stringsRequired
Alternative names or aliases for the building.
building_quality
objectRequired
The quality scores for various aspects of the property, including both general areas and specific features.
city
stringRequired
The city where the property is located.
created_on
stringRequired
Date when the property details were last updated or created.
id
stringRequired
The unique identifier of the property. It is a stringified UUIDv5. This value can occasionally change if multiple properties get merged into one.
lat
doubleRequired
Latitude coordinate of the property's location.
lon
doubleRequired
Longitude coordinate of the property's location.
pricing_strategy
objectRequired
Analysis of the property's pricing patterns and strategies.
state
stringRequired
The state where the property is located.
street_address
stringRequired
The primary street address of the property.
street_address_alias
list of stringsRequired
Alternate or commonly used names or aliases for the street address.
zip_code
stringRequired
The postal code for the property's location.
specials_history
list of objectsRequiredDeprecated
Historical special offers or promotions available at the property, along with extracted values from the text.
admin_fee
doubleOptional
Administrative fee charged by the property.
amenity_fee
doubleOptional
Amenity fee charged by the property, if applicable.
application_fee
doubleOptional
Application fee charged to apply for residency.
building_amenities
list of enumsOptional
List of amenities available in the building.
building_name
stringOptional
The name of the building or property.
building_phone_number
stringOptional
Contact phone number for the building management or leasing office.
building_website
stringOptional
Website URL for the property or management company.
cats_deposit
doubleOptional
Deposit required for having cats.
cats_monthly_rent
doubleOptional
Monthly rent charge for having cats.
cats_one_time_fee
doubleOptional
One-time fee for having cats.
census_tract_id
stringOptional
The FIPS code of the property's location.
concessions_history
list of objectsOptional
Historical concession offers or promotions available at the property, along with extracted values from the text.
demographics
map from strings to optional doublesOptional

Beta Subject to change in near future. The demographics for the property’s location, if available.

dogs_deposit
doubleOptional
Deposit required for having dogs.
dogs_monthly_rent
doubleOptional
Monthly rent charge for having dogs.
dogs_one_time_fee
doubleOptional
One-time fee for having dogs.
gpr
doubleOptional
is_apartment
booleanOptional
Indicates if the property is an apartment complex.
is_condo
booleanOptional
Indicates if the property consists of condominiums.
is_single_family
booleanOptional
Indicates if the property is a single-family home.
management_company
stringOptional
Name of the company managing the property.
market_embedding
list of doublesOptional
An array representing the market embedding vector, used for advanced analyses. If you want to compare two markets, you can use the cosine similarity between their market embeddings. Note: this vector is subject to change a couple of times a year as we improve our models.
max_deposit
doubleOptional
Maximum security deposit required (may vary by unit).
min_deposit
doubleOptional
Minimum security deposit required.
msa
stringOptional
Metropolitan Statistical Area the property belongs to, if applicable.
number_stories
doubleOptional
Number of stories or levels in the property.
number_stories_prediction
stringOptional
Predicted or estimated range for the number of stories in the building based on facade images.
number_units
doubleOptional
Total number of units in the property.
number_units_prediction
doubleOptional
A prediction of the number of units based on images, number of floors, amenities, location, year built, and the number of units we have seen so far. NOTE: This is an approximation to understand the property's size when the exact number of units is not available, do not use it as a variable in your financial models.
parking_covered
doubleOptional
Monthly charge for covered parking, if available.
parking_garage
doubleOptional
Monthly charge for parking in a garage, if available.
parking_surface_lot
doubleOptional
Monthly charge for parking in a surface lot, if available.
review_analysis
objectOptional
Analysis of the property's public reviews over the past 24 months.
storage_fee
doubleOptional
Fee for using storage facilities on the property.
unit_amenities
list of enumsOptional
List of amenities available in the units.
user_id
stringOptional

When it’s a custom property, this field will be populated with the user_id of the user who created the property.

year_built
doubleOptional
Year the property was originally built.
year_built_prediction
stringOptional
Predicted or estimated construction period or era based on listing images.
estimated_occupancy
doubleOptionalDeprecated
Advertised occupancy rate of the property.
lease_lengths
stringOptionalDeprecated
Available lease lengths in months.
price_history
list of objectsOptionalDeprecated
Precomputed prices per unit type for the property over time. Deprecated, use the prices in the Availability object instead for more flexibility.
specials
stringOptionalDeprecated

Current special offers or promotions available at the property. Deprecated, use the concessions_history field instead to get all concessions over time.

Response

This endpoint returns an object
subject_estimate
objectOptional