All tools
instagram · insight · rankingsolari:readAvailable on any SOLARI plan, including the trial. One credit per successful call.

solari insight instagram ranking find

Find one account's rank on the brand and creator boards.

MCP tool
solari_insight_instagram_ranking_find
CLI
solari insight instagram ranking find
Access
solari:readAvailable on any SOLARI plan, including the trial. One credit per successful call.Available on any SOLARI plan, including the trial. One credit per successful call.
Plans
Any paid plan or trial
Credit
1

Overview

Where one Instagram account stands, without knowing if it's a brand or a creator. For each board it's on, you get its rank and top percent in every category it belongs to.

When to use itWhen the question is "where does this account rank?" or "how does its non-sponsored content do?" and you don't know which board.

What comes backA brand side and a creator side. A side is null when the account isn't on that board.

Parameters

usernamestringrequired
Instagram username, with or without @.≤ 64 chars
regionenumoptional
KR, JP, or US. The creator board covers KR and JP only.default "KR"ValuesKRJPUS
daysintegeroptional
30 or 90.default 30

Response

Response

usernamestring
The handle looked up.
region / daysstring · integer
Settings applied.
sortstring
Always plays (total views).
brandobject | null
Its place on the brand board.
creatorobject | null
Its place on the creator board.

brand · creator

accountobject
account_id, username, full_name, follower_count.
rowobject | null
Its overall row, same fields as the matching ranking tool, including the organic split (organic_post_count, organic_total_plays, organic_median_plays, sponsored_share).
positionsobject[]
One entry per category it ranks in.
positions[].scope / rank / total / top_pctstring · integer · number
Category, rank, how many ranked, and top percent (min 0.1).
positions[].sharenumber | null
Creator side only: the category's share of their posts.
min_posts / min_followersinteger
The loosest filters, used so the account isn't dropped.
list_kindstring
Creator side only: creator or magazine.
snapshot_attimestamp | null
When the board was built.

Example

Request

$ solari insight instagram ranking find username=innisfreeofficial region=KR

Response · Long strings and repeated array entries are trimmed for readability.

{
  "username": "innisfreeofficial",
  "region": "KR",
  "days": 30,
  "sort": "plays",
  "brand": {
    "account": {
      "account_id": "018cabce-14cc-7544-8890-7811ec33ef74",
      "user_id": "018cabce-14cc-7544-8890-7811ec33ef74",
      "username": "innisfreeofficial",
      "full_name": "INNISFREE | 이니스프리",
      "follower_count": 847619
    },
    "min_posts": 1,
    "row": {
      "account_id": "018cabce-14cc-7544-8890-7811ec33ef74",
      "rank": 7,
      "user_id": "018cabce-14cc-7544-8890-7811ec33ef74",
      "username": "innisfreeofficial",
      "post_count": 1204,
      "total_plays": 38920400,
      "median_plays": 14120,
      "sponsored_post_count": 402,
      "sponsored_total_plays": 17610200,
      "organic_median_plays": 11900,
      "categories": [
        "BEAUTY/SKINCARE"
      ],
      "organic_post_count": 802,
      "organic_total_plays": 21310200,
      "sponsored_share": 0.3339
    },
    "positions": [
      {
        "scope": "all",
        "rank": 7,
        "total": 21483,
        "top_pct": 0.1
      },
      {
        "scope": "d1:BEAUTY",
        "rank": 4,
        "total": 3120,
        "top_pct": 0.1
      },
      {
        "scope": "d2:BEAUTY/SKINCARE",
        "rank": 2,
        "total": 1843,
        "top_pct": 0.1
      }
    ],
    "snapshot_at": "2026-09-22T19:04:11.482913+00:00"
  },
  "creator": null
}

As an MCP call

{
  "name": "solari_insight_instagram_ranking_find",
  "arguments": {
    "username": "innisfreeofficial",
    "region": "KR"
  }
}

Notes

  • It uses the loosest filters, so a rank here can be better than on a list with stricter filters.

Machine-readable: /docs/tools/insight-instagram-ranking-find.md