Skip to content

Audience Locations

Request

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
Query
searchstring

Search string to filter results

offsetinteger

Cursor offset for pagination

GET
/public/v1/discovery/classifier/audience-locations/
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>'

Responses

Bodyapplication/json
Array [
full_namestringrequired

Display name, e.g. "L'Oréal Professionnel Paris".

cleanedstringrequired

Normalised name, without accents, punctuation or emoji and often shorter than the display name, e.g. "Loreal". This is what exact=false searches.

usernamestringrequired

The value to use in the brands filter on the Discovery API.

]
Response
[ { "full_name": "string", "cleaned": "string", "username": "string" } ]