# solari insight instagram account collabs

> Instagram 크리에이터가 최근 협업한 콘텐츠예요.

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

Instagram 크리에이터의 최근 협업 콘텐츠를 보여 줘요.

**언제 쓰나** — 크리에이터의 최근 협업이 궁금할 때 사용해요. 브랜드 쪽에서 보려면 brand top collaborators예요.

**무엇이 나오나** — 최근 협업 콘텐츠예요.

## 파라미터

- `account_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)$) — 크리에이터 account_id 또는 username을 넣어요.
- `username` (string, 선택, ≤ 64 chars) — 크리에이터 사용자명. account_id가 있으면 무시돼요
- `months` (integer, 선택, ≥ 1) — 몇 달 전까지 볼지
- `limit` (integer, 선택, ≥ 1) — 한 페이지에 브랜드 몇 개까지
- `offset` (integer, 선택, 기본값 0, ≥ 0) — 앞에서 몇 개를 건너뛸지

## 응답

### `Response`

- `total` (integer) — 필터에 맞는 줄이에요
- `has_more` (boolean) — 줄이 더 있는지예요
- `items` (object[]) — 협업 요약이에요. 대상 브랜드별이에요

### `items[]`

- `target_account_id` (uuid) — 대상 브랜드의 account_id예요
- `target_username` (string) — 대상 브랜드 사용자명
- `collab_count` (integer) — 브랜드와의 협업 포스트 수예요.
- `last_posted_at` (timestamp) — 가장 최근 협업이에요
- `post_id / slug` (string) — 샘플 포스트의 id예요
- `text` (string) — 샘플 포스트 캡션
- `like_count / play_count` (integer) — 샘플 포스트 참여
- `media_type` (string) — 샘플 포스트 형식
- `thumbnail_url / media_url` (string) — 샘플 포스트 미디어
- `bio` (string) — 대상 브랜드 Bio

## 예시

```console
$ solari insight instagram account collabs username=beinny_motd months=6 limit=3
```

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

```json
{
  "items": [
    {
      "post_id": "01a05575-7c9b-7232-8519-4a38fa061389",
      "target_user_id": "018cab85-8ef8-7dc9-ab0a-7044d463f65e",
      "target_username": "dasique_official",
      "collab_count": 2,
      "last_posted_at": "2026-08-30T05:08:56+00:00",
      "slug": "DcpugJ2kzv8",
      "text": "#광고 무겁지 않은 가을 데일리 팔레트 로즈밀크티 . .🫖🤎\n차분하고 미지근한 로즈핑크 팔레트인데\n부드러운 밀크티 무드라서 분위기가 넘 예뻐요..🥺\n\n데이지크에서 올리브영 X 산리오 콜라보\n시티팝 에디션으로 미니섀도우팔레트 4종이 출시되는데\n그 중 자주 추천드렸던 로즈밀크티, 밀크라떼가 있더라구요 !\n\nNEW 컬러 피치레코드, 모브카세트도 출시되어요🤍\n도시의 아침과 저녁 무드를 담은 데일리한 …",
      "play_count": 0,
      "media_type": "8",
      "like_count": 878,
      "video_media_count": 0,
      "media_count": 15,
      "bio": "🫒올영세일 08.30 – 09.05\nUP TO 37% SALE\n올리브영X산리오,\n🌠데이지크 🆕 미니 섀도우",
      "thumbnail_url": "https://bzine.co/cdn-cgi/image/fit=scale-down,width=480/https://smr-images-c.bzine.co/users/018ecc75-55d8-70a7-a348-d370aa504ed9/posts/01a05575-7c9b-7232-8519-4a38fa061389/medias/01a05575-7dd3-779e-9050-a6cb59578cb9.jpg",
      "media_url": "https://bzine.co/cdn-cgi/image/fit=scale-down,width=480/https://smr-images-c.bzine.co/users/018ecc75-55d8-70a7-a348-d370aa504ed9/posts/01a05575-7c9b-7232-8519-4a38fa061389/medias/01a05575-7dd3-779e-9050-a6cb59578cb9.jpg",
      "target_account_id": "018cab85-8ef8-7dc9-ab0a-7044d463f65e"
    },
    "… 2 more"
  ],
  "has_more": true,
  "total": 7
}
```

## MCP 호출로 쓰면

```json
{
  "name": "solari_insight_instagram_account_collabs",
  "arguments": {
    "username": "beinny_motd",
    "months": 6,
    "limit": 3
  }
}
```

## 주의사항

- 광고 포스트 목록이 필요하면 account ad posts를 쓰세요.

## 관련 도구

- [`solari_insight_instagram_account_ad_posts`](https://solari.sh/docs/tools/insight-instagram-account-ad-posts.md?lang=ko)
- [`solari_insight_instagram_brand_top_collaborators`](https://solari.sh/docs/tools/insight-instagram-brand-top-collaborators.md?lang=ko)
