instagram · insight · accountsolari:read체험을 포함해 모든 SOLARI 플랜에서 쓸 수 있어요. 성공한 호출 1번에 1 크레딧이에요.
solari insight instagram account discover
Find Instagram creators that fit a campaign brief.
- MCP 도구
- solari_insight_instagram_account_discover
- CLI
- solari insight instagram account discover
- 권한
- solari:read체험을 포함해 모든 SOLARI 플랜에서 쓸 수 있어요. 성공한 호출 1번에 1 크레딧이에요.체험을 포함해 모든 SOLARI 플랜에서 쓸 수 있어요. 성공한 호출 1번에 1 크레딧이에요.
- 이용 가능 플랜
- Any paid plan or trial
- 크레딧
- 1
개요
Build a creator shortlist from a brief: what they post about, what their bio says, who they resemble, whether they're growing, and what they've advertised before. Filter by followers and 3-month views, and drop anyone matching excluded keywords.
언제 쓰나 — When you need creators you don't know yet. If you already have a name, use catalog account search.
무엇이 나오나 — A search_id, the total found, a preview of top usernames, and the result sections. Page the full list with discover results.
파라미터
- intentstring필수
- The brief in one sentence. It becomes the result label.≤ 300 chars
- topic_keywordsstring[]선택
- 2–3 phrases about the content, in the target market's language. Multi-word phrases work better.1–3 items
- profile_keywordsstring[]선택
- 1–2 phrases to look for in bios, such as a job title or niche.1–2 items
- similar_usernamestring선택
- A reference creator's username. Adds creators like them.≤ 64 chars
- trendingboolean선택
- Also add creators whose views are growing fast.기본값
false - product_querystring선택
- Short English product description. Favors creators who advertised something similar.≤ 200 chars
- follower_mininteger선택
- Minimum followers.≥ 0
- follower_maxinteger선택
- Maximum followers.≥ 0
- total_views_mininteger선택
- Minimum total views over the last 3 months.≥ 0
- total_views_maxinteger선택
- Maximum total views over the last 3 months.≥ 0
- median_views_mininteger선택
- Minimum median views per post over the last 3 months.≥ 0
- median_views_maxinteger선택
- Maximum median views per post over the last 3 months.≥ 0
- negative_keywordsstring[]선택
- Drop creators whose bio or posts contain any of these.1–10 items
- media_focusenum선택
- Favor photo or video posts when matching visual style.기본값
"balanced"값balancedphotovideo - regionstring선택
- Country code such as KR, JP, or US.기본값
"KR" - brand_account_idstring선택
- Brand account_id. Ranks creators by fit with the brand's audience.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)$
- brand_usernamestring선택
- Brand username. Ignored when brand_account_id is set.≤ 64 chars
- limitinteger선택
- How many top usernames to preview. The full list is always paged separately.≥ 1
응답
Response
- search_iduuid
- Pass to discover results to page the full list.
- intentstring
- The brief, as the result label.
- totalinteger
- Creators found.
- top_usernamesstring[]
- Preview of the best matches, best first.
- sectionsobject[]
- How the results are grouped.
- duration_msinteger
- How long the search took.
- nextstring
- Command that pages the full list.
sections[]
- typestring
- best_match for the strongest fits, full_results for the rest.
- labelstring
- Display label.
- countinteger
- Creators in the section's first page.
- has_moreboolean
- Whether the section continues past its first page.
예시
요청
$ solari insight instagram account discover intent="KR makeup creators for an autumn eyeshadow palette launch" topic_keywords='["가을 메이크업 팔레트","데일리 아이섀도우"]' follower_min=10000 follower_max=300000 region=KR limit=5응답 · 읽기 편하도록 긴 문자열과 반복되는 배열 항목을 줄였어요.
{
"search_id": "01a0f3c2-7e41-7b9a-8d2c-5e6f1a9b3c47",
"intent": "KR makeup creators for an autumn eyeshadow palette launch",
"total": 184,
"top_usernames": [
"beinny_motd",
"donge_cos",
"… 18 more"
],
"sections": [
{
"type": "best_match",
"label": "베스트 매칭",
"count": 12,
"has_more": false
},
{
"type": "full_results",
"label": "전체 결과",
"count": 48,
"has_more": true
}
],
"duration_ms": 23871,
"next": "solari insight instagram account discover results search_id=01a0f3c2-7e41-7b9a-8d2c-5e6f1a9b3c47"
}MCP 호출로 쓰면
{
"name": "solari_insight_instagram_account_discover",
"arguments": {
"intent": "KR makeup creators for an autumn eyeshadow palette launch",
"topic_keywords": [
"가을 메이크업 팔레트",
"데일리 아이섀도우"
],
"follower_min": 10000,
"follower_max": 300000,
"region": "KR",
"limit": 5
}
}주의사항
- Give at least one of topic_keywords, profile_keywords, similar_username, product_query, or trending=true.
- A broad brief can take up to a minute.
- The search_id stays valid, so you can re-sort or page later without searching again.
관련 도구
- solari_insight_instagram_account_discover_resultsPage the creators found by a discover search.
- solari_catalog_instagram_account_search모아 둔 Instagram 계정을 사용자명, 이름, Bio 문구로 찾아요. account_id를 확보하는 데 쓸 수 있어요.
- solari_insight_instagram_ranking_creatorsRank Instagram creators within a category.
기계가 읽는 형식: /docs/tools/insight-instagram-account-discover.md