v1
latestOpenAPI 3.0.12026-07-2433136135.1 KBTrade Area Demographics Profile Report
Returns trade area demographics. By default returns <strong>potential</strong> demographics (population living in the trade area). Set <code>audienceType</code> to <code>captured</code> in the request body to get <strong>captured</strong> demographics (home-CBG demographics of actual visitors).<br/> Supported datasets to use are:<br/> <ul> <li>Census: ACS (2024)</li> <li>STI: Popstats</li> <li>STI: Landscape</li> <li>STI: Market Outlook</li> <li>STI: Spending Patterns</li> <li>STI: Workplace</li> <li>Spatial.ai:PersonaLive</li> <li>Spatial.ai:FollowGraph</li> <li>Experian:Mosaic</li> </ul> <br/>STI: Market Outlook and Spatial.ai:FollowGraph can only be used with <code>audienceType</code> set to <code>potential</code><br/><br/>Datasets are available based on your account's settings<br/><br/> ⏱ <strong>Average measured processing time: 1.58 seconds </strong><br/> For more information on request retries best practices and processing measurements you may visit <a href="https://docs.placer.ai/reference/measurements"> this</a> page<br/><br/>NOTE: <<glossary:Flagged entities>> will not be taken into consideration in the resulting report<br/><br/>📍 This service supports the <<glossary:Nearby Activity report>>. Once setting a value to the nearbyRadius parameter, the report will be generated based on the nearby activity logic.
Request body
Example request
{
"startDate": "2020-12-01",
"endDate": "2021-05-31",
"apiId": "venue:7d55054520e387813d764b03",
"method": "tta",
"benchmarkScope": "nationwide",
"audienceType": "potential",
"allocationType": "weightedCentroid",
"dataset": "census",
"template": "default",
"filters": {
"audienceType": [
"visitors"
],
"dwellTime": {
"operator": "<",
"value": 150
},
"hoursRange": {
"fromHour": "03:00 am",
"toHour": "11:59 pm"
},
"daysOfWeek": [
6,
7
],
"distance": {
"from": "home",
"values": {
"lt": 250,
"gt": 10
}
}
}
}Response
200 response
Example response
{
"requestId": "cfe57f50-fb64-11eb-8760-acde48001122:cfe56fce-fb64-11eb-8760-acde48001122",
"data": {
"nearbyRadius": 100,
"filters": {
"audienceType": [
"visitors"
],
"dwellTime": {
"operator": "<",
"value": 150
},
"hoursRange": {
"fromHour": "03:00 am",
"toHour": "11:59 pm"
},
"daysOfWeek": [
6,
7
],
"distance": {
"from": "home",
"values": {
"lt": 250,
"gt": 10
}
}
},
"visitDurationSegmentation": "10MinOrLonger",
"Households": {
"Households": {
"value": 14714
},
"Family Households": {
"value": 10641,
"percentage": 72.31888,
"variableIndex": 112
},
"Non-Family Households": {
"value": 4073,
"percentage": 27.68112,
"variableIndex": 78
},
"Persons per Household": {
"value": 2.705722,
"variableIndex": 104
}
},
"Gender": {
"Male": {
"value": 18686,
"percentage": 46.935597,
"variableIndex": 95
},
"Female": {
"value": 21126,
"percentage": 53.064403,
"variableIndex": 105
}
}
},
"apiId": "venue:7d55054520e387813d764b03"
}