instagram · accountsolari:read로그인한 SOLARI 계정이면 쓸 수 있어요.
solari instagram account similar
주어진 핸들과 관계 그래프가 겹치는 Instagram 계정을 찾아요.
- MCP 도구
- solari_instagram_account_similar
- CLI
- solari instagram account similar
- 권한
- solari:read로그인한 SOLARI 계정이면 쓸 수 있어요.로그인한 SOLARI 계정이면 쓸 수 있어요.
개요
관계 그래프 겹침을 기준으로 주어진 username과 유사한 Instagram 계정을 찾아요. UUID가 아니라 Instagram 핸들(@ 없이)을 받아요. 로그인한 SOLARI 계정이면 누구나 사용할 수 있어요.
언제 쓰나 — "이 크리에이터랑 비슷한 계정이 또 누가 있나?" — 협업 이력이 아니라 그래프 인접성이에요.
무엇이 돌아오나 — 시드 계정, 유사 계정들, 그리고 탐색 과정을 설명하는 진단 정보.
파라미터
- usernamestring필수
- 유사 계정을 찾을 대상 Instagram 핸들. 앞의 @는 빼고 넣으세요.
- limitinteger선택
- 반환할 유사 계정 수, 기본값 50. 100을 넘는 값은 100으로 잘려요.≥ 1
응답
Response
- user_iduuid
- 시드 계정 id.
- userobject
- 시드 계정 프로필 요약.
- paramsobject
- 실제로 적용된 탐색 파라미터 (k, hops, max_rank_to_use).
- resultsobject[]
- 유사 계정, 점수 내림차순.
- diagnosticsobject
- 사용된 이웃, 알고리즘, 빌드 시간 — 결과가 이상해 보일 때 유용해요.
results[]
- user_iduuid
- 유사 계정의 account_id.
- usernamestring
- 핸들.
- full_name / biostring
- 표시 이름과 bio 텍스트.
- scorenumber
- 그래프 겹침 점수. 이 응답 안에서만 비교 가능해요.
- follower_countinteger
- 팔로워 수.
- regionstring
- 리전 코드.
- has_collaboratedboolean
- 이 계정이 시드와 광고 협업 이력이 있는지 여부.
- last_collaboration_datedate | null
- 가장 최근 협업 날짜.
- recent_mediaobject[]
- 최근 포스트 프리뷰.
예시
요청
$ solari instagram account similar username=oliveyoung_official limit=8응답 · 읽기 편하도록 긴 문자열과 반복되는 배열 항목을 줄였어요.
{
"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 호출로 쓰면
{
"name": "solari_instagram_account_similar",
"arguments": {
"username": "oliveyoung_official",
"limit": 8
}
}주의사항
- 핸들만 받아요 — 여기서는 account_id UUID를 받지 않아요.
- 그래프 겹침이 아니라 브랜드 협업 기준의 유사도가 필요하면 brand top collaborators를 사용하세요.
관련 도구
- solari_instagram_account_search브랜드·크리에이터 이름이나 프로필 bio 문구를 Instagram account_id로 바꿔요.
- solari_instagram_brand_top_collaborators브랜드 광고를 얼마나 자주 진행했는지로 순위를 매긴 크리에이터.
기계가 읽는 형식: /docs/tools/instagram-account-similar.md