/
Audience Brand Names
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
GET
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>'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" } ]