App Logo
instagram.com

Reply to Instagram comment

Post a threaded reply to a specific comment on an Instagram post or reel. Needs the post shortcode, the comment id (from get_post_comments' id field), and the reply text. Returns reply_id, shortcode, comment_id, and the posted text.

Input

text required

Reply body.

shortcode required

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

comment_id required

Id of the comment to reply to, from get_post_comments' id field.

Output

reply_id required
shortcode required
comment_id required
text optional

FAQ

Post a threaded reply to a specific comment on an Instagram post or reel. Needs the post shortcode, the comment id (from get_post_comments' id field), and the reply text. Returns reply_id, shortcode, comment_id, and the posted text.
Required: shortcode, comment_id, text.
It returns text, reply_id, shortcode, comment_id.
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 makes changes on instagram.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/instagram.com/reply_to_comment, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/instagram.com/reply_to_comment
It is part of Reduck's official curated catalogue.

Start building not clicking