App Logo
instagram.com

Unlike Instagram comment

Remove your like from 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 filled heart, and confirms the Unlike→Like flip. Fails loudly if it wasn't 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
alreadyUnliked optional

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

FAQ

Remove your like from 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 filled heart, and confirms the Unlike→Like flip. Fails loudly if it wasn't liked or the comment isn't found. Returns shortcode, comment_id, liked.
Required: shortcode, comment_id.
It returns liked, shortcode, comment_id, alreadyUnliked.
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/unlike_comment, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/instagram.com/unlike_comment
It is part of Reduck's official curated catalogue.

Start building not clicking