App Logo
instagram.com

Get Instagram profile highlights

List an Instagram user's Story Highlights by their numeric user_id (from get_profile). Returns each highlight's id, title, media_count, cover_image, created_at, and updated_at. This is the highlights tray on the profile, not the individual story items inside each highlight.

Input

user_id required

Numeric user id (get_profile returns it as user_id).

Output

user_id required
highlights required

FAQ

List an Instagram user's Story Highlights by their numeric user_id (from get_profile). Returns each highlight's id, title, media_count, cover_image, created_at, and updated_at. This is the highlights tray on the profile, not the individual story items inside each highlight.
Required: user_id.
It returns user_id, highlights.
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.
Unknown: its author has not declared whether it changes anything on instagram.com, so treat it as if it could.
Ask an AI agent connected to Reduck to run reduck/instagram.com/get_highlights, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/instagram.com/get_highlights
It is part of Reduck's official curated catalogue.

Start building not clicking