# solari insight instagram account similar

> 비슷한 Instagram 계정을 찾을 때 사용해요.

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

비슷한 네트워크에 있는 Instagram 계정을 찾아 줘요. 같이 광고한 상대가 아니라, 관계가 가까운 계정이에요.

**언제 쓰나** — 비슷한 계정이 필요할 때 사용해요. 광고 협업 상대가 필요하면 brand top collaborators를 쓰세요.

**무엇이 나오나** — 가까운 순으로 정렬된 유사 계정이에요.

## 파라미터

- `username` (string, 필수) — Instagram 사용자명. @는 빼 주세요
- `limit` (integer, 선택, ≥ 1) — 몇 명까지

## 응답

### `Response`

- `user_id` (uuid) — 기준 계정의 id예요
- `user` (object) — 기준 계정의 프로필이에요
- `params` (object) — 실제로 쓴 설정이에요
- `results` (object[]) — 비슷한 계정이에요. 점수 높은 순이에요
- `diagnostics` (object) — 검색이 어떻게 돌아갔는지예요

### `results[]`

- `user_id` (uuid) — 비슷한 계정의 account_id예요
- `username` (string) — 사용자명
- `full_name / bio` (string) — 표시 이름과 Bio예요
- `score` (number) — 이 응답의 유사도 점수예요
- `follower_count` (integer) — 팔로워 수
- `region` (string) — 국가 코드
- `has_collaborated` (boolean) — 기준 계정과 광고 협업이 있는지예요
- `last_collaboration_date` (date | null) — 가장 최근 협업 날짜예요
- `recent_media` (object[]) — 최근 포스트 미리보기예요

## 예시

```console
$ solari insight instagram account similar username=oliveyoung_official limit=8
```

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

```json
{
  "user_id": "018cab6d-1648-7071-9734-c47a2be2fd19",
  "user": {
    "user_id": "018cab6d-1648-7071-9734-c47a2be2fd19",
    "username": "oliveyoung_official",
    "full_name": "올리브영 OLIVE YOUNG",
    "profile_pic_url": "https://dcr.bzine.co/instagram/users/oliveyoung_official/profile-picture",
    "follower_count": 1199628,
    "region": "KR",
    "is_verified": null
  },
  "params": {
    "k": 8,
    "hops": 3,
    "max_rank_to_use": 25
  },
  "results": [
    {
      "user_id": "018cabd4-926b-7a58-b0cb-11dfc7c37006",
      "username": "gs25_official",
      "score": 0.1515,
      "profile_pic_url": "https://dcr.bzine.co/instagram/users/gs25_official/profile-picture",
      "follower_count": 1017802,
      "median_views": null,
      "full_name": "대한민국 대표 편의점 GS25",
      "bio": "더 재미있게 더 실속있게\n오늘 가장 최신의 트렌드를 만나는\n#25매거진 #재미있는GS25 #라이프스타일플랫폼",
      "region": "KR",
      "has_collaborated": false,
      "last_collaboration_date": null,
      "recent_media": [
        {
          "post_id": "01a062a3-a504-7fe5-b53f-7cd291ffceff",
          "media_type": "image",
          "source_url": "https://bzine.co/cdn-cgi/image/fit=scale-down,width=480/https://smr-images.bzine.co/users/018cabd4-926b-7a58-b0cb-11dfc7c37006/posts/01a062a3-a504-7fe5-b53f-7cd291ffceff/medias/01a062a3-a7f8-702c-994f-bd426afe5d74.jpg",
          "thumbnail_url": "https://bzine.co/cdn-cgi/image/fit=scale-down,width=480/https://smr-images.bzine.co/users/018cabd4-926b-7a58-b0cb-11dfc7c37006/posts/01a062a3-a504-7fe5-b53f-7cd291ffceff/medias/01a062a3-a7f8-702c-994f-bd426afe5d74.jpg",
          "slug": "Dcx-Nrij7IV",
          "media_url": "https://bzine.co/cdn-cgi/image/fit=scale-down,width=480/https://smr-images.bzine.co/users/018cabd4-926b-7a58-b0cb-11dfc7c37006/posts/01a062a3-a504-7fe5-b53f-7cd291ffceff/medias/01a062a3-a7f8-702c-994f-bd426afe5d74.jpg",
          "play_count": null,
          "posted_at": "2026-09-02T10:00:09+00:00"
        },
        "… 3 more"
      ],
      "collaborated_with": []
    },
    "… 7 more"
  ],
  "diagnostics": {
    "neighbors_used": 4930,
    "unique_terms": 25,
    "build_ms": 7664,
    "algorithm": "distance_weighted_jaccard",
    "max_rank_used": 25,
    "target_related_count": 25
  }
}
```

## MCP 호출로 쓰면

```json
{
  "name": "solari_insight_instagram_account_similar",
  "arguments": {
    "username": "oliveyoung_official",
    "limit": 8
  }
}
```

## 주의사항

- 사용자명을 넣어요. account_id는 안 받아요.
- 브랜드와 광고한 크리에이터가 필요하면 brand top collaborators를 쓰세요.

## 관련 도구

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