App Logo
instagram.com

Post Instagram comment

Post a comment on an Instagram post or reel by its shortcode. Returns comment_id, shortcode, comment, username, and created_at.

Input

comment required

Comment text to post.

shortcode required

Post/reel shortcode, e.g. 'DZe2-RZKgQG' from instagram.com/p/<shortcode>/ (reels work via /p/ too).

Output

comment required
username required

Commenter (the logged-in account).

shortcode required
comment_id required

Server-assigned comment pk.

created_at required

Unix epoch seconds.

FAQ

Post a comment on an Instagram post or reel by its shortcode. Returns comment_id, shortcode, comment, username, and created_at.
Required: shortcode, comment.
It returns comment, username, shortcode, comment_id, created_at.
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/write_comment, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/instagram.com/write_comment
It is part of Reduck's official curated catalogue.

Start building not clicking