전체 도구
instagram · insight · rankingsolari:read체험을 포함해 모든 SOLARI 플랜에서 쓸 수 있어요. 성공한 호출 1번에 1 크레딧이에요.

solari insight instagram ranking find

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

MCP 도구
solari_insight_instagram_ranking_find
CLI
solari insight instagram ranking find
권한
solari:read체험을 포함해 모든 SOLARI 플랜에서 쓸 수 있어요. 성공한 호출 1번에 1 크레딧이에요.체험을 포함해 모든 SOLARI 플랜에서 쓸 수 있어요. 성공한 호출 1번에 1 크레딧이에요.
이용 가능 플랜
Any paid plan or trial
크레딧
1

개요

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 the question is "where does this account rank?" or "how does its non-sponsored content do?" and you don't know which board.

무엇이 나오나A brand side and a creator side. A side is null when the account isn't on that board.

파라미터

usernamestring필수
Instagram username, with or without @.≤ 64 chars
regionenum선택
KR, JP, or US. The creator board covers KR and JP only.기본값 "KR"KRJPUS
daysinteger선택
30 or 90.기본값 30

응답

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.

예시

요청

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

응답 · 읽기 편하도록 긴 문자열과 반복되는 배열 항목을 줄였어요.

{
  "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
}

MCP 호출로 쓰면

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

주의사항

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

기계가 읽는 형식: /docs/tools/insight-instagram-ranking-find.md