submarket_data
Explore Submarkets within a Market.
If you're looking to explore & compare top Submarkets, you can do so either by general Submarket characteristics, or even compare them based on specific types of Listings!
Each Submarket includes the following summary metrics (Last 12 months):
- Market Score
- Occupancy
- Revenue
- RevPAR
Here are some examples of the many things you can do:
- Sort Submarkets by highest Market Score, Occupancy, Revenue, Average Daily Rate or Review Count.
- Find Submarkets that have a high Seasonality score (a higher score means the Submarket is more stable throughout the year).
- Find Submarkets that have a high Regulation score (a higher score means it's less regulated/strict).
- Find Submarkets that have a high Rental Demand score (a higher score means the booking demand is higher).
- Use our Listing Filters to compare Submarket performance for certain types of STR Listings.
post/market/{marketId}/submarkets
Path parameters
marketIdstring required
AirDNA ID for the Market. This can often be found as market_id.
Example:airdna-163
Request body
Example request
{
"pagination": {
"page_size": 25,
"offset": 0
},
"bounding_box": {
"ne": {
"lat": 40.23006276087403,
"lng": -104.4991649290008
},
"sw": {
"lat": 39.321066395153956,
"lng": -105.42090990822489
}
},
"filters": [
{
"type": "gte",
"field": "accommodates",
"value": 4
}
],
"currency": "usd"
}Response
Successfully retrieved Submarkets within a Country.