Social platforms

Instagram search

from $0.0069 per resultinstagram.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.

FieldTypeRequiredWhat it does
searchstringyesKeyword to search. Comma-separate for multiple terms.
liveSearchbooleanoptionalUse live Instagram search; returns a slightly different shape
searchTypestringoptionalWhat to search for. The result shape follows this.
searchLimitintegeroptionalMaximum results per search term
enhanceUserSearchWithFacebookPagebooleanoptionalEnrich 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.md

Or plain HTTP

POST /v1/run

{
  "endpoint": "instagram.search",
  "input": {
    "search": "<search>",
    "searchType": "hashtag",
    "searchLimit": 10
  }
}

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