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

solari insight instagram ranking posts

The top posts behind a ranking row.

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

개요

The best-performing posts behind one leaderboard row — the evidence for a brand's or creator's number. Each post is marked sponsored or not.

언제 쓰나After ranking brands or creators, when you want to see what drove a row.

무엇이 나오나Top posts with their authors, best first.

파라미터

boardenum필수
brand or creator — the board the row came from.brandcreator
account_idstring필수
account_id from the ranking row.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)$
regionenum선택
Same market as the list.기본값 "KR"KRJPUS
daysinteger선택
Same window as the list: 30 or 90.기본값 30
scopestring선택
Creator board only: the same scope the list used.≤ 120 chars
kindenum선택
all, or sponsored for sponsored posts only.기본값 "all"allsponsored
limitinteger선택
How many posts to return.≥ 1

응답

Response

account_iduuid
The row's account.
kindstring
all or sponsored.
itemsobject[]
Top posts, best first.

items[]

post_id / slugstring
Post identifiers.
posted_attimestamp | null
Published at (UTC).
media_typestring
image or video.
thumbnail_urlstring
Thumbnail URL.
media_urlstring | null
Media URL. Null when the file isn't stored.
play_countinteger | null
Video plays.
sponsoredboolean
Whether it's a sponsored post.
authorobject
account_id, username, full_name, follower_count, profile_pic_url.

예시

요청

$ solari insight instagram ranking posts board=brand account_id=018cabce-14cc-7544-8890-7811ec33ef74 region=KR limit=2

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

{
  "account_id": "018cabce-14cc-7544-8890-7811ec33ef74",
  "kind": "all",
  "items": [
    {
      "post_id": "01a04c73-3ec3-7873-9e84-334c644abfe4",
      "slug": "DckGrZ6vZiU",
      "posted_at": "2026-08-21T10:03:52+00:00",
      "media_type": "video",
      "media_url": null,
      "thumbnail_url": "https://dcr.bzine.co/instagram/posts/DckGrZ6vZiU/thumbnails/m",
      "play_count": 155729,
      "author": {
        "account_id": "0196c474-c96e-71ad-aceb-61af051c81d3",
        "user_id": "0196c474-c96e-71ad-aceb-61af051c81d3",
        "username": "hwitto_",
        "full_name": null,
        "follower_count": 48210,
        "profile_pic_url": "https://dcr.bzine.co/instagram/users/hwitto_/profile-picture"
      },
      "sponsored": true
    },
    "… 1 more"
  ]
}

MCP 호출로 쓰면

{
  "name": "solari_insight_instagram_ranking_posts",
  "arguments": {
    "board": "brand",
    "account_id": "018cabce-14cc-7544-8890-7811ec33ef74",
    "region": "KR",
    "limit": 2
  }
}

주의사항

  • Use the same region, days, and (for creators) scope as the list, or the posts won't match the numbers.
  • On the brand board, the authors are mostly creators who tagged or mentioned the brand.

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