Instagram search
Search Instagram by keyword for hashtags, profiles, or places.
Each result carries a type field, and the shape follows it: hashtags return a post count, profiles return follower stats, places return an address and coordinates.
What a call costs
Billed on actual usage, minimum $0.0020 per call, capped at $2.00 per call.
a price before every call. failed calls are never charged.
When to use it
Use when you need to find Instagram accounts or hashtags for a topic and do not already know the handle, for example building a creator shortlist.
Inputs
Instagram search takes 5 fields, 1 of them required. Anything you leave out falls back to the tool's own default.
| Field | Type | Required | What it does |
|---|---|---|---|
| search | string | yes | Keyword to search. Comma-separate for multiple terms. |
| liveSearch | boolean | optional | Use live Instagram search; returns a slightly different shape |
| searchType | string | optional | What to search for. The result shape follows this. |
| searchLimit | integer | optional | Maximum results per search term |
| enhanceUserSearchWithFacebookPage | boolean | optional | Enrich the top 10 users with Facebook page and business email. Higher cost, and personal data: check your jurisdiction. |
How to call it
Connect once and your agent can reach Instagram search the same way it reaches everything else in the catalog. Add Goro as an MCP connector, or paste the setup line into an agent that reads skills.
MCP
Add this server in Claude, Claude Code, or any MCP client.
https://mcp.usegoro.ai/mcp
Skill
One line in your agent's chat. It sets itself up.
set up https://usegoro.ai/SKILL.mdOr plain HTTP
POST /v1/run
{
"endpoint": "instagram.search",
"input": {
"search": "<search>",
"searchType": "hashtag",
"searchLimit": 10
}
}Related tools
More from social platforms, or browse the full tool catalog.
Instagram hashtag
Posts or reels carrying a given Instagram hashtag, with captions, engagement counts, and author handles.
from $0.0069 per resultInstagram posts
Recent posts from one Instagram profile with captions, engagement counts, media URLs, and timestamps.
from $0.0150 per postInstagram profile
Public profile data for one or more Instagram accounts: follower and following counts, bio, verification, external link, and post count.
from $0.0069 per profileInstagram URL
Scrape any public Instagram URL: a profile, post, or reel.
from $0.0060 per resultFurther reading: Social listening with AI agents: track mentions, trends and competitors
Run Instagram search from your agent.
One balance for every tool in the catalog. Start with Build, $25 of credit for $19 a month.
Get started