Instagram

ig_get_hashtag_recent

Get recent media posts for a hashtag. Returns public posts from the last 24 hours. Use ig_search_hashtag first to get the hashtag_id.

Remote node2flow/instagram

Other tools also called ig_get_hashtag_recent? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "fields": {
      "type": "string",
      "description": "Comma-separated fields (default: id,caption,media_type,permalink,timestamp,like_count,comments_count)"
    },
    "account_id": {
      "type": "string",
      "description": "Instagram Business Account ID"
    },
    "hashtag_id": {
      "type": "string",
      "description": "Hashtag ID from ig_search_hashtag"
    }
  }
}