instagram · insight · brandsolari:readWorks with any signed-in SOLARI account.
solari insight instagram brand top collaborators
Creators who have collaborated with an Instagram brand.
- MCP tool
- solari_insight_instagram_brand_top_collaborators
- CLI
- solari insight instagram brand top collaborators
- Access
- solari:readWorks with any signed-in SOLARI account.Works with any signed-in SOLARI account.
- Required plan
- Free
- Credit
- 0
Overview
Creators who have run ads for a brand, ranked by how often.
When to use it — When you want to see who a brand has worked with. The creator-side view is account collabs.
What comes back — Creators ordered by collaboration count.
Parameters
- account_idstringoptional
- Pass the brand's account_id 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 username. Ignored when account_id is set.≤ 64 chars
- promotionenumoptional
- All posts, promotion posts only, or non-promotion only.default
"all"Valuesalltrue_onlyfalse_only - limitintegeroptional
- How many creators to return.≥ 1
- offsetintegeroptional
- How many creators to skip.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.
- username / full_namestring
- Username and display name.
- profile_pic_urlstring
- Profile picture.
- follower_countinteger
- Follower count.
- collaboration_countinteger
- Collaboration posts with the brand.
Example
Request
$ solari insight 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_insight_instagram_brand_top_collaborators",
"arguments": {
"username": "innisfreeofficial",
"limit": 5
}
}Notes
- To load their posts, pass creator_id values to brand collaborator posts, 100 at a time.
Related tools
- solari_insight_instagram_brand_collaborator_postsAd posts from creators who collaborated with a brand.
- solari_insight_instagram_account_collabsAn Instagram creator's recent collaborations.
Machine-readable: /docs/tools/insight-instagram-brand-top-collaborators.md