/
Audience Locations
Returns a list of audience location values (countries, states, cities) from Instagram creator audience data. Use these values in the audience.location filter on the Discovery API to search for Instagram creators (10k+ followers) whose audience is in specific locations.
Credits
- 0 credits. This endpoint does not deduct credits.
Security
Bearer
GET
curl -i -X GET \
'https://api-dashboard.influencers.club/public/v1/discovery/classifier/audience-locations/?search=string&offset=0' \
-H 'Authorization: Bearer <YOUR_API_KEY_HERE>'Array []
Normalised name, without accents, punctuation or emoji and often shorter than the display name, e.g. "Loreal". This is what exact=false searches.
Response
[ { "full_name": "string", "cleaned": "string", "username": "string" } ]