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.