# solari insight instagram brand lookalike content

> 브랜드 광고와 비슷한 포스트를 찾을 때 사용해요.

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

브랜드의 성과 좋은 광고와 비슷한 포스트를 찾아 줘요. 레퍼런스를 모을 때 쓰면 돼요.

**언제 쓰나** — 광고 규모가 아니라 비슷한 레퍼런스가 필요할 때 사용해요.

**무엇이 나오나** — 비슷한 포스트와, 출발점이 된 브랜드 광고예요.

## 파라미터

- `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가 있으면 무시돼요
- `limit` (integer, 선택, ≥ 1) — 비슷한 포스트를 몇 개까지 줄지
- `region` (string, 선택, 기본값 "KR") — KR, JP 같은 국가 코드

## 응답

### `Response`

- `items` (object[]) — 비슷한 포스트예요
- `basis` (object[]) — 출발점으로 쓴 브랜드 자신의 광고 포스트예요
- `region` (string) — 검색에 쓴 국가예요

### `items[] · basis[]`

- `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 insight instagram brand lookalike content username=innisfreeofficial limit=3
```

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

```json
{
  "items": [
    {
      "item_type": "content",
      "post_id": "019ecb92-a677-7421-8ed6-752efe3d99d0",
      "author_id": "0196cb39-870a-7a76-9773-0b95789c877d",
      "username": "boo_rookie",
      "full_name": null,
      "profile_pic_url": null,
      "follower_count": null,
      "region": null,
      "posted_at": "2026-06-11T08:14:37Z",
      "media_type": "video",
      "play_count": 427258,
      "like_count": null,
      "score": null,
      "efficiency_score": null,
      "est_percentile": null,
      "updated_at": null,
      "media_url": "https://smr-images-b.bzine.co/users/0196cb39-870a-7a76-9773-0b95789c877d/posts/019ecb92-a677-7421-8ed6-752efe3d99d0/medias/019ecb92-a92e-7fc8-b644-69b930f2e197.mp4",
      "thumbnail_url": "https://bzine.co/cdn-cgi/media/width=480,mode=frame,time=100ms/https://smr-images-a.bzine.co/users/0196cb39-870a-7a76-9773-0b95789c877d/posts/019ecb92-a677-7421-8ed6-752efe3d99d0/medias/019ecb92-a92e-7fc8-b644-69b930f2e1 …",
      "slug": "DZcD8KXxKwd",
      "text": null,
      "brand_match_score": null,
      "recent_collab_brands": [],
      "total_views_3m": null,
      "median_views_3m": null,
      "is_saved": null,
      "content_source": "lookalikes_by_top_ad"
    },
    "… 2 more"
  ],
  "basis": [
    {
      "item_type": "content",
      "post_id": "01a04c73-3ec3-7873-9e84-334c644abfe4",
      "author_id": "0196c474-c96e-71ad-aceb-61af051c81d3",
      "username": "hwitto_",
      "full_name": null,
      "profile_pic_url": null,
      "follower_count": null,
      "region": null,
      "posted_at": null,
      "media_type": "video",
      "play_count": 155729,
      "like_count": null,
      "score": null,
      "efficiency_score": null,
      "est_percentile": null,
      "updated_at": null,
      "media_url": "https://smr-images-a.bzine.co/users/0196c474-c96e-71ad-aceb-61af051c81d3/posts/01a04c73-3ec3-7873-9e84-334c644abfe4/medias/01a04c73-4036-7a83-a52a-97b0058e6732.mp4",
      "thumbnail_url": "https://bzine.co/cdn-cgi/media/width=480,mode=frame,time=100ms/https://smr-images.bzine.co/users/0196c474-c96e-71ad-aceb-61af051c81d3/posts/01a04c73-3ec3-7873-9e84-334c644abfe4/medias/01a04c73-4036-7a83-a52a-97b0058e6732 …",
      "slug": "DckGrZ6vZiU",
      "text": null,
      "brand_match_score": null,
      "recent_collab_brands": [],
      "total_views_3m": null,
      "median_views_3m": null,
      "is_saved": null,
      "content_source": "lookalikes_by_top_ad"
    },
    "… 5 more"
  ],
  "region": "KR"
}
```

## MCP 호출로 쓰면

```json
{
  "name": "solari_insight_instagram_brand_lookalike_content",
  "arguments": {
    "username": "innisfreeofficial",
    "limit": 3
  }
}
```

## 주의사항

- basis가 비어 있으면, 아직 출발점으로 쓸 광고 포스트가 없는 거예요.

## 관련 도구

- [`solari_insight_instagram_brand_ad_posts`](https://solari.sh/docs/tools/insight-instagram-brand-ad-posts.md?lang=ko)
- [`solari_catalog_instagram_content_search`](https://solari.sh/docs/tools/catalog-instagram-content-search.md?lang=ko)
