Instagram

ig_search_hashtag

Search for a hashtag by name and get its ID. Use the returned ID with ig_get_hashtag_recent or ig_get_hashtag_top. Limited to 30 searches per 7 days.

Remote node2flow/instagram

Other tools also called ig_search_hashtag? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Hashtag name without # (e.g. \"travel\")"
    },
    "account_id": {
      "type": "string",
      "description": "Instagram Business Account ID (required for hashtag search)"
    }
  }
}