Instagram

ig_get_hashtag_top

Get top (most popular) media posts for a hashtag. Returns the most engaged public posts. Use ig_search_hashtag first to get the hashtag_id.

Remote node2flow/instagram

Other tools also called ig_get_hashtag_top? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "fields": {
      "type": "string",
      "description": "Comma-separated fields"
    },
    "account_id": {
      "type": "string",
      "description": "Instagram Business Account ID"
    },
    "hashtag_id": {
      "type": "string",
      "description": "Hashtag ID from ig_search_hashtag"
    }
  }
}