App Logo
instagram.com

Like Instagram comment

Like a specific comment on a post/reel. Needs the post shortcode and the comment id (from get_post_comments' id field). Locates the comment via its /c/<id>/ permalink, clicks its heart, and confirms the Like→Unlike flip. Fails loudly if already liked or the comment isn't found. Returns shortcode, comment_id, liked.

Input

shortcode required

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

comment_id required

Comment id, from get_post_comments' id field.

Output

liked required
shortcode required
comment_id required
alreadyLiked optional

True when the comment was already liked and nothing was clicked.

FAQ

Like a specific comment on a post/reel. Needs the post shortcode and the comment id (from get_post_comments' id field). Locates the comment via its /c/<id>/ permalink, clicks its heart, and confirms the Like→Unlike flip. Fails loudly if already liked or the comment isn't found. Returns shortcode, comment_id, liked.
Required: shortcode, comment_id.
It returns liked, shortcode, comment_id, alreadyLiked.
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/like_comment, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/instagram.com/like_comment
It is part of Reduck's official curated catalogue.

Start building not clicking