Instagram

ig_get_comment

Get a single comment with its replies. Returns comment text, author, timestamp, like count, and threaded replies.

Remote node2flow/instagram

Other tools also called ig_get_comment? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "comment_id": {
      "type": "string",
      "description": "Instagram Comment ID"
    }
  }
}