Skip to content

Audience Brand Names

Request

Returns a list of audience brand names (e.g., Nike, Apple, Starbucks) from Instagram creator audience data. Use these values in the audience.brands filter on the Discovery API to search for Instagram creators (10k+ followers) whose audience follows specific brands.

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-brand-names/
curl -i -X GET \
  'https://api-dashboard.influencers.club/public/v1/discovery/classifier/audience-brand-names/?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" } ]