# solari catalog instagram content detail

> Instagram 포스트를 불러와요.

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

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

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

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

## 파라미터

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

## 응답

### `Response`

- `item` (object | null) — 포스트예요. 없거나 비공개면 null이에요
- `fetched_on_demand` (boolean) — 이번에 처음 가져온 포스트면 true예요.

### `item`

- `post_id` (uuid) — 다른 콘텐츠 도구에 넣는 포스트 id예요
- `slug` (string) — 공개 URL의 숏코드예요
- `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) — 영상 재생 수예요. 이미지면 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) — 항목 종류예요. 이 피드에서는 post예요
- `content_source` (string | null) — 어느 피드에서 나왔는지예요
- `is_saved` (boolean | null) — SOLARI에 저장되어 있는지예요
- `updated_at` (timestamp | null) — 성과가 마지막으로 갱신된 시각이에요

## 예시

```console
$ solari catalog 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_catalog_instagram_content_detail",
  "arguments": {
    "slug": "DcyMAmUh6FZ"
  }
}
```

## 주의사항

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

## 관련 도구

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