instagram · fetch · hashtagsolari:readWorks with any signed-in SOLARI account.
solari fetch instagram hashtag search
Find hashtags by keyword, with their sizes.
- MCP tool
- solari_fetch_instagram_hashtag_search
- CLI
- solari fetch instagram hashtag search
- Access
- solari:readWorks with any signed-in SOLARI account.Works with any signed-in SOLARI account.
- Required plan
- Free
- Credit
- 0
Overview
Look hashtags up on Instagram by keyword and see how many posts each one has. Nothing is stored.
When to use it — When you need the exact spelling or the biggest variant of a tag before reading or collecting it.
What comes back — Up to 20 hashtags with the post count Instagram reports.
Parameters
- querystringrequired
- Keyword, with or without #.≤ 100 chars
Response
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.
Example
Request
$ solari fetch instagram hashtag search query=skincareResponse · Long strings and repeated array entries are trimmed for readability.
{
"query": "skincare",
"hashtags": [
{
"name": "skincare",
"post_count": 128000000
},
{
"name": "skincareroutine",
"post_count": 31000000
},
{
"name": "skincaretips",
"post_count": 9400000
}
],
"found": 3
}As an MCP call
{
"name": "solari_fetch_instagram_hashtag_search",
"arguments": {
"query": "skincare"
}
}Notes
- 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.
Related tools
- solari_fetch_instagram_hashtag_postsCollect a live page of a hashtag's posts.
- solari_catalog_instagram_tag_searchUse this to find posts with a hashtag or mention.
Machine-readable: /docs/tools/fetch-instagram-hashtag-search.md