App Logo
instagram.com

Get Instagram post likers

Fetch the accounts that liked an Instagram post or reel by shortcode. Returns like_count, available_count (how many liker entries Instagram exposed in this preview — its own cap, not the full like_count for popular posts), and likers (username, full_name, is_private, is_verified, following, followed_by, profile_pic_url).

Input

code required

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

count optional

Max likers to return

Default: 20

Output

code required
likers required
url optional
like_count optional
available_count optional

How many liker entries Instagram exposed in this preview response — its own cap, not the same as like_count

FAQ

Fetch the accounts that liked an Instagram post or reel by shortcode. Returns like_count, available_count (how many liker entries Instagram exposed in this preview — its own cap, not the full like_count for popular posts), and likers (username, full_name, is_private, is_verified, following, followed_by, profile_pic_url).
Required: code. Optional: count.
It returns url, code, likers, like_count, available_count.
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_likers, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/instagram.com/get_post_likers
It is part of Reduck's official curated catalogue.

Start building not clicking