Property Details & History
Property Details & History
Access the most comprehensive property data, and our AI-powered insights
Property Details & History
Access the most comprehensive property data, and our AI-powered insights
Get everything we know about a property by its id. We keep things simple, so you can focus on building your application.
Once you have the id of the property you are interested in, you can use the property/{id} endpoint to get all the details you need.
The only required parameter for this endpoint is the id of the property.
You can find it by searching for the property using the search endpoint.
The returned payload includes, among other things:
If you can find it on our platform, you can get it through the API.
By default, you’ll get the full history of the property, including all the changes in prices, availabilities, and specials since the first day we saw it on the market. However, you can use optional from and to date parameters to filter the data and speed up API calls by requesting only current or recent data.
Check our API reference for more details on the reponse payload: property/{id}.
We’ve seen many users apply our data in diverse ways, each with their own unique objectives. That’s why we provide raw data, giving you the freedom to process and aggregate it as you see fit. Instead of pre-calculating metrics like average prices for properties or unit types, we let you decide how to best utilize the data for your specific needs.
You can explore our platform to see how we handle data for our use cases, but we encourage you to leverage the raw data to build your own models and strategies that align with your goals.
You can optionally filter units, history, availability periods, and concessions by providing from and/or to date parameters. This is particularly useful when you only need current or recent data, which can significantly speed up API calls and reduce response payload size.
What Gets Filtered:
enter_market and exit_market datesfrom_date and to_date of each history entryenter_market and exit_market datesfrom_date and to_date of each concessionUsage: You can provide either date, both dates, or neither. When dates are provided, only data that overlaps with the specified date range will be included in the response.
Date parameters use ISO 8601 format (e.g., “2024-01-01”). Use date filtering to speed up API calls when you only need current or recent data, rather than the full historical dataset.
To reduce API costs, cache results from the Get Property endpoint for a few hours or days. Data generally doesn’t change throughout the day.
We aggregate property data for any given day the following day. If you call this endpoint daily, we recommend you to call after 9 AM Eastern Time to ensure you get the previous day’s data.
Find more details about this endpoint our API Reference.