instagram · fetch · hashtagsolari:read로그인한 SOLARI 계정이면 쓸 수 있어요.
solari fetch instagram hashtag search
Find hashtags by keyword, with their sizes.
- MCP 도구
- solari_fetch_instagram_hashtag_search
- CLI
- solari fetch instagram hashtag search
- 권한
- solari:read로그인한 SOLARI 계정이면 쓸 수 있어요.로그인한 SOLARI 계정이면 쓸 수 있어요.
- Required plan
- Free
- Credit
- 0
개요
Look hashtags up on Instagram by keyword and see how many posts each one has. Nothing is stored.
언제 쓰나 — When you need the exact spelling or the biggest variant of a tag before reading or collecting it.
무엇이 나오나 — Up to 20 hashtags with the post count Instagram reports.
파라미터
- querystring필수
- Keyword, with or without #.≤ 100 chars
응답
Response
- querystring
- The keyword the lookup ran on.
- hashtagsobject[]
- Matching hashtags, best match first.
- foundinteger
- Hashtags returned.
hashtags[]
- namestring
- Hashtag without #.
- post_countinteger | null
- Posts Instagram reports under it.
예시
요청
$ solari fetch instagram hashtag search query=skincare응답 · 읽기 편하도록 긴 문자열과 반복되는 배열 항목을 줄였어요.
{
"query": "skincare",
"hashtags": [
{
"name": "skincare",
"post_count": 128000000
},
{
"name": "skincareroutine",
"post_count": 31000000
},
{
"name": "skincaretips",
"post_count": 9400000
}
],
"found": 3
}MCP 호출로 쓰면
{
"name": "solari_fetch_instagram_hashtag_search",
"arguments": {
"query": "skincare"
}
}주의사항
- post_count is Instagram's own total, not the number of posts SOLARI has collected.
- There is no pagination: Instagram returns at most 20 candidates.