# solari instagram content detail

> Instagram 포스트 하나의 전체 정보.

- **CLI**: `solari instagram content detail`
- **MCP 도구**: `solari_instagram_content_detail`
- **권한**: `solari:read` — 로그인한 SOLARI 계정이면 쓸 수 있어요.

Instagram 포스트 하나의 상세 정보로, solari_instagram_content_trending 항목과 동일한 아이템 형태예요. 포스트는 post_id (solari_instagram_account_posts, solari_instagram_content_search, solari_instagram_content_trending, solari_instagram_content_rising에서 얻은 SOLARI post UUID), slug (공개 Instagram 숏코드), 또는 url (공개 포스트 URL)로 지정해요. 아직 추적 중이 아닌 숏코드나 URL은 첫 요청 때 실시간으로 수집되며(수 초 소요), 이 경우 fetched_on_demand=true로 표시돼요. 포스트가 존재하지 않거나 비공개일 때, 또는 알 수 없는 post_id일 때 item은 null이에요. 로그인한 SOLARI 계정이면 누구나 사용할 수 있어요.

**언제 쓰나** — post_id, 숏코드, 또는 공개 URL로 포스트 하나를 열 때.

**무엇이 돌아오나** — content 피드와 동일한 형태의 아이템 하나.

## 파라미터

- `post_id` (string, 선택, 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)$) — SOLARI post_id UUID. 이 값, slug, 또는 url 중 하나를 넘기세요.
- `slug` (string, 선택, pattern ^[A-Za-z0-9_-]{3,20}$) — 공개 Instagram 숏코드로, 포스트 URL에서 /p/, /reel/, /tv/ 뒤의 구간이에요. post_id가 지정되면 무시돼요.
- `url` (string, 선택, ≤ 512 chars) — https://www.instagram.com/p/<shortcode>/ 또는 .../reel/<shortcode>/ 같은 공개 Instagram 포스트 URL. post_id나 slug가 지정되면 무시돼요.

## 응답

### `Response`

- `item` (object | null) — 포스트. 존재하지 않거나 비공개면 null.
- `fetched_on_demand` (boolean) — 이 요청이 해당 포스트를 처음 수집한 경우 true.

### `item`

- `post_id` (uuid) — SOLARI post id. 다른 content 툴에 그대로 넣으면 돼요.
- `slug` (string) — Instagram 숏코드 — 공개 URL에서 /p/ 또는 /reel/ 뒤의 구간.
- `author_id` (uuid) — 작성 계정의 account_id.
- `username` (string) — 작성자 핸들.
- `full_name` (string | null) — 프로필 표시 이름.
- `profile_pic_url` (string | null) — 프로필 사진 URL.
- `follower_count` (integer | null) — 스냅샷 시점의 작성자 팔로워 수.
- `region` (string | null) — 작성자에게 할당된 리전 코드.
- `posted_at` (timestamp) — 게시 시각 (UTC).
- `media_type` (string) — image, video, 또는 carousel.
- `play_count` (integer | null) — 영상 재생 수. image 포스트에서는 null.
- `like_count` (integer | null) — 스냅샷 시점의 좋아요 수.
- `text` (string | null) — 캡션 텍스트.
- `media_url` (string) — 원본 미디어 URL.
- `thumbnail_url` (string) — 썸네일 URL.
- `score` (number | null) — 피드 랭킹 점수. 하나의 응답 안에서만 비교 가능해요.
- `efficiency_score` (number | null) — 작성자 팔로워 수 대비 성과.
- `est_percentile` (number | null) — 리전 내 추정 백분위, 0–1.
- `total_views_3m` (integer | null) — 최근 3개월간 작성자의 누적 조회 수.
- `median_views_3m` (integer | null) — 최근 3개월간 작성자의 조회 수 중앙값.
- `recent_collab_brands` (string[]) — 작성자가 최근에 협업한 브랜드.
- `item_type` (string) — 아이템 종류 태그. content 피드에서는 post.
- `content_source` (string | null) — 이 아이템을 노출시킨 파이프라인.
- `is_saved` (boolean | null) — SOLARI 앱에 저장된 아이템인지 여부.
- `updated_at` (timestamp | null) — 지표 스냅샷이 마지막으로 갱신된 시각.

## 예시

```console
$ solari instagram content detail slug=DcyMAmUh6FZ
```

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

```json
{
  "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 호출로 쓰면

```json
{
  "name": "solari_instagram_content_detail",
  "arguments": {
    "slug": "DcyMAmUh6FZ"
  }
}
```

## 주의사항

- url을 넘기면 /p/, /reel/, /tv/ 뒤의 숏코드를 자동으로 추출해요.
- 추적 중이 아닌 숏코드나 URL은 첫 요청 때 실시간으로 수집돼요.
- 여러 개를 한 번에 열려면 content batch를 사용하세요.

## 관련 도구

- [`solari_instagram_content_batch`](https://solari.sh/docs/tools/instagram-content-batch.md?lang=ko)
- [`solari_instagram_account_posts`](https://solari.sh/docs/tools/instagram-account-posts.md?lang=ko)
