Instagram

ig_get_media

Get details of a single Instagram media post: caption, type, URL, permalink, timestamp, likes, and comments count.

Remote node2flow/instagram

Other tools also called ig_get_media? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "fields": {
      "type": "string",
      "description": "Comma-separated fields to return"
    },
    "media_id": {
      "type": "string",
      "description": "Instagram Media ID"
    }
  }
}