App Logo
instagram.com

Like Instagram post

Like an Instagram post or reel by shortcode. Clicks the action-bar heart and confirms the Like→Unlike flip (server-driven). Fails loudly if the post is already liked (no Like button) or unavailable. Returns shortcode and liked.

Input

shortcode required

Shortcode of the post/reel (the code in instagram.com/p/<code>/ or /reel/<code>/).

Output

liked required
shortcode required
alreadyLiked optional

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

FAQ

Like an Instagram post or reel by shortcode. Clicks the action-bar heart and confirms the Like→Unlike flip (server-driven). Fails loudly if the post is already liked (no Like button) or unavailable. Returns shortcode and liked.
Required: shortcode.
It returns liked, shortcode, 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_post, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/instagram.com/like_post
It is part of Reduck's official curated catalogue.

Start building not clicking