instagram · insight · accountsolari:readサインイン済みの SOLARI アカウントであれば利用できます。
solari insight instagram account similar
似た Instagram アカウントを探すときに使います。
- MCP ツール
- solari_insight_instagram_account_similar
- CLI
- solari insight instagram account similar
- アクセス権
- solari:readサインイン済みの SOLARI アカウントであれば利用できます。サインイン済みの SOLARI アカウントであれば利用できます。
- Required plan
- Free
- Credit
- 0
概要
近いネットワークにいる Instagram アカウントを探します。一緒に広告した相手ではなく、関係が近いアカウントです。
どんなときに使うか — 似たアカウントがほしいときに使います。広告の協業相手なら brand top collaborators です。
何が返るか — 近い順の類似アカウントです。
パラメータ
- usernamestring必須
- Instagram のユーザー名。@ は付けません。
- limitinteger任意
- 返す類似アカウントの数。≥ 1
レスポンス
Response
- user_iduuid
- 起点の account_id。
- userobject
- 起点アカウントのプロフィール。
- paramsobject
- 実際に使った設定。
- 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 insight 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_insight_instagram_account_similar",
"arguments": {
"username": "oliveyoung_official",
"limit": 8
}
}注意点
- ユーザー名を渡します。account_id は使えません。
- ブランドと広告したクリエイターが必要なら brand top collaborators を使ってください。