Audience overlap reports
POST {{baseUrl}}/v1/instagram/reports/audience/overlap
Check audience (followers) overlap for several influencers. This feature is not enabled by default. Contact us to unlock it.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"reportInfo": {
"totalFollowers": -90532630.82097632,
"totalUniqueFollowers": -56761521.53223666
},
"data": [
{
"userId": "ipsum exercitation laboris eu mollit",
"followers": 34195924.57940678,
"uniquePercentage": -55455458.60988077,
"overlappingPercentage": -92322353.20987612,
"username": "sit elit tempor Lorem"
},
{
"userId": "mollit",
"followers": 88204858.03457654,
"uniquePercentage": 76175088.32236233,
"overlappingPercentage": 56793969.26516479,
"username": "esse nostrud tempor"
}
],
"error": false
} |
ENDPOINTS