App Logo
instagram.com

Get Instagram comment replies

Fetch the threaded replies of a specific comment on a post/reel. Needs the post shortcode and the comment id (from get_post_comments' id field). Returns the parent comment id, child_comment_count, and replies (id, text, user, verified, like_count, created_at). Only returns one page of replies — Instagram doesn't expose further pagination through this method.

Input

shortcode required

Post/reel shortcode (instagram.com/p/<code>/).

comment_id required

Parent comment id, from get_post_comments' id field.

Output

replies required
comment_id required
child_comment_count optional

FAQ

Fetch the threaded replies of a specific comment on a post/reel. Needs the post shortcode and the comment id (from get_post_comments' id field). Returns the parent comment id, child_comment_count, and replies (id, text, user, verified, like_count, created_at). Only returns one page of replies — Instagram doesn't expose further pagination through this method.
Required: shortcode, comment_id.
It returns replies, comment_id, child_comment_count.
Yes. It acts as you on instagram.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the instagram.com cookies saved by the Reduck extension.
It only reads. It looks things up on instagram.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/instagram.com/get_comment_replies, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/instagram.com/get_comment_replies
It is part of Reduck's official curated catalogue.

Start building not clicking