App Logo
instagram.com

Get Instagram post comments

Fetch the preview comments of an Instagram post or reel by shortcode, plus its caption and counts. Returns code, url, caption, comments (text, user, verified, created_at, like_count, reply_count), like_count, view_count, comment_count, and comments_disabled. Only returns the comments Instagram renders by default, not the full thread, capped to count.

Input

code required

Post shortcode, e.g. the X in instagram.com/p/X/

count optional

Max comments to return

Default: 12

Output

code required
comments required
url optional
caption optional
like_count optional
view_count optional
comment_count optional
comments_disabled optional

FAQ

Fetch the preview comments of an Instagram post or reel by shortcode, plus its caption and counts. Returns code, url, caption, comments (text, user, verified, created_at, like_count, reply_count), like_count, view_count, comment_count, and comments_disabled. Only returns the comments Instagram renders by default, not the full thread, capped to count.
Required: code. Optional: count.
It returns url, code, caption, comments, like_count, view_count, comment_count, comments_disabled.
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 only reads. It looks things up on instagram.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/instagram.com/get_post_comments, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/instagram.com/get_post_comments
It is part of Reduck's official curated catalogue.

Start building not clicking