전체 도구
instagram · catalog · contentsolari:read로그인한 SOLARI 계정이면 쓸 수 있어요.

solari catalog instagram content detail

Instagram 포스트를 불러와요.

MCP 도구
solari_catalog_instagram_content_detail
CLI
solari catalog instagram content detail
권한
solari:read로그인한 SOLARI 계정이면 쓸 수 있어요.로그인한 SOLARI 계정이면 쓸 수 있어요.
Required plan
Free
Credit
0

개요

post_id, 숏코드, 또는 공개 URL로 Instagram 포스트를 불러와요.

언제 쓰나포스트가 필요할 때 사용해요. id가 많으면 content batch를 쓰세요.

무엇이 나오나캡션과 성과가 있는 포스트예요.

파라미터

post_idstring선택
post_id, slug, url 중 하나를 넣어요.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)$
slugstring선택
Instagram 숏코드pattern ^[A-Za-z0-9_-]{3,20}$
urlstring선택
공개 Instagram 포스트 URL≤ 512 chars

응답

Response

itemobject | null
포스트예요. 없거나 비공개면 null이에요
fetched_on_demandboolean
이번에 처음 가져온 포스트면 true예요.

item

post_iduuid
다른 콘텐츠 도구에 넣는 포스트 id예요
slugstring
공개 URL의 숏코드예요
author_iduuid
작성자 account_id
usernamestring
작성자 사용자명
full_namestring | null
표시 이름
profile_pic_urlstring | null
프로필 사진 URL
follower_countinteger | null
작성자 팔로워 수
regionstring | null
작성자 국가 코드
posted_attimestamp
게시 시각 (UTC)
media_typestring
image, video, 또는 carousel
play_countinteger | null
영상 재생 수예요. 이미지면 null이에요
like_countinteger | null
좋아요
textstring | null
캡션
media_urlstring
미디어 URL
thumbnail_urlstring
썸네일 URL
scorenumber | null
이 응답의 순위 점수예요
efficiency_scorenumber | null
작성자 팔로워 수 대비 성과예요
est_percentilenumber | null
지역 백분위예요. 0–1이에요.
total_views_3minteger | null
최근 3개월 작성자 조회 수예요
median_views_3minteger | null
최근 3개월 작성자 조회 수 중앙값이에요
recent_collab_brandsstring[]
작성자가 최근에 협업한 브랜드예요
item_typestring
항목 종류예요. 이 피드에서는 post예요
content_sourcestring | null
어느 피드에서 나왔는지예요
is_savedboolean | null
SOLARI에 저장되어 있는지예요
updated_attimestamp | null
성과가 마지막으로 갱신된 시각이에요

예시

요청

$ solari catalog instagram content detail slug=DcyMAmUh6FZ

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

{
  "item": {
    "item_type": "content",
    "post_id": "01a06275-d974-7fda-98ee-dd3ee15b4dcf",
    "author_id": "018cabce-14cc-7544-8890-7811ec33ef74",
    "username": "innisfreeofficial",
    "full_name": "INNISFREE | 이니스프리",
    "profile_pic_url": "https://dcr.bzine.co/instagram/users/innisfreeofficial/profile-picture",
    "follower_count": 847619,
    "region": null,
    "posted_at": "2026-09-02T12:00:06Z",
    "media_type": "video",
    "play_count": 22467,
    "like_count": 3224,
    "score": null,
    "efficiency_score": null,
    "est_percentile": null,
    "updated_at": null,
    "media_url": "https://smr-images-b.bzine.co/users/018cabce-14cc-7544-8890-7811ec33ef74/posts/01a06275-d974-7fda-98ee-dd3ee15b4dcf/medias/01a06275-db2b-77f7-a020-b4beb744771f.mp4",
    "thumbnail_url": "https://bzine.co/cdn-cgi/media/width=480,mode=frame,time=0ms/https://smr-images.bzine.co/users/018cabce-14cc-7544-8890-7811ec33ef74/posts/01a06275-d974-7fda-98ee-dd3ee15b4dcf/medias/01a06275-db2b-77f7-a020-b4beb744771f.m …",
    "slug": "DcyMAmUh6FZ",
    "text": "Deeply hydrated skin—NO OFF HOURS. 💚\nwherever the day takes MINGYU (@min9yu_k)—his hydration stays SUPERCHARGED ⚡️\n\nGreen Tea Ceramide Milk: Lightweight milky toner that won‘t clog your pores\nGreen Tea Ceramide Mist: Tou …",
    "brand_match_score": null,
    "recent_collab_brands": [],
    "total_views_3m": null,
    "median_views_3m": null,
    "is_saved": null,
    "content_source": null
  },
  "fetched_on_demand": false
}

MCP 호출로 쓰면

{
  "name": "solari_catalog_instagram_content_detail",
  "arguments": {
    "slug": "DcyMAmUh6FZ"
  }
}

주의사항

  • url은 /p/, /reel/, /tv/ 링크면 돼요. 숏코드는 알아서 잘라 줘요.
  • 아직 없는 숏코드나 URL이면 첫 요청에서 바로 가져와요.

기계가 읽는 형식: /docs/tools/catalog-instagram-content-detail.md