solari instagram brand top collaborators
Creators ranked by how often they have run ads for a brand.
- MCP tool
- solari_instagram_brand_top_collaborators
- CLI
- solari instagram brand top collaborators
- Access
- solari:readWorks with any signed-in SOLARI account.Works with any signed-in SOLARI account.
Overview
Ranked list of creators who authored resolved ad posts targeting the brand, ordered by collaboration count. Identify the brand by account_id (SOLARI account UUID from solari_instagram_account_search) or by username (Instagram handle); an unknown reference returns a not-found error. Retrospective collaboration history, not a forward-looking fit score. Works with any signed-in SOLARI account.
When to use it — "Who does this brand work with?" Retrospective history, not a forward-looking fit score.
What comes back — Creators ordered by collaboration count.
Parameters
- account_idstringoptional
- Brand account_id (SOLARI account UUID) from solari_instagram_account_search. Provide this or username.uuid, pattern ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
- usernamestringoptional
- Brand Instagram handle, with or without a leading @. Ignored when account_id is set.≤ 64 chars
- promotionenumoptional
- Ad-post promotion filter: all rows, promotion=true rows, or promotion=false rows.default
"all"Valuesalltrue_onlyfalse_only - limitintegeroptional
- Maximum creators returned, default 20. Values above 1000 are clamped to 1000.≥ 1
- offsetintegeroptional
- Pagination offset, default 0.default
0≥ 0
Response
Response
- brand_iduuid
- The resolved brand account_id.
- promotion_filterstring
- The promotion filter applied.
- itemsobject[]
- Creators, collaboration count descending.
- total_countinteger
- Creators matching the filter.
items[]
- creator_iduuid
- Creator account_id — the value the other tools accept.
- username / full_namestring
- Handle and display name.
- profile_pic_urlstring
- Profile picture.
- follower_countinteger
- Follower count.
- collaboration_countinteger
- Collaboration posts with this brand.
Example
Request
$ solari instagram brand top collaborators username=innisfreeofficial limit=5Response · Long strings and repeated array entries are trimmed for readability.
{
"brand_id": "018cabce-14cc-7544-8890-7811ec33ef74",
"promotion_filter": "all",
"items": [
{
"creator_id": "0195474c-8ee3-7690-a385-71b2913e31b5",
"username": "donge_cos",
"full_name": "💞동이💞",
"profile_pic_url": "https://dcr.bzine.co/instagram/users/donge_cos/profile-picture",
"follower_count": 83354,
"collaboration_count": 31
},
{
"creator_id": "018ecc75-55d8-70a7-a348-d370aa504ed9",
"username": "beinny_motd",
"full_name": "베이니 BEINNY",
"profile_pic_url": "https://dcr.bzine.co/instagram/users/beinny_motd/profile-picture",
"follower_count": 205754,
"collaboration_count": 29
},
"… 3 more"
],
"total_count": 2331
}As an MCP call
{
"name": "solari_instagram_brand_top_collaborators",
"arguments": {
"username": "innisfreeofficial",
"limit": 5
}
}Notes
- limit reaches 1000. Feed the creator_ids into brand collaborator posts, 100 at a time, to hydrate their posts.
- The mirror view starting from a creator is account collabs.
Related tools
- solari_instagram_brand_collaborator_postsOne brand plus up to 100 creators, hydrated in a single call.
- solari_instagram_account_collabsWhich brands a creator has run ads for, grouped by brand.
Machine-readable: /docs/tools/instagram-brand-top-collaborators.md