App Logo
instagram.com

Get Instagram user stories

Fetch a user's currently-active story items by their numeric user_id (from get_profile). Returns username and items (id, taken_at, expiring_at, media_type 1=photo/2=video, image_url, video_url). Empty items = no active story (they expire after 24h) or the account's stories aren't visible to you.

Input

user_id required

Numeric user id (get_profile returns it as user_id).

Output

items required
user_id required
username optional

FAQ

Fetch a user's currently-active story items by their numeric user_id (from get_profile). Returns username and items (id, taken_at, expiring_at, media_type 1=photo/2=video, image_url, video_url). Empty items = no active story (they expire after 24h) or the account's stories aren't visible to you.
Required: user_id.
It returns items, user_id, username.
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_stories, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/instagram.com/get_stories
It is part of Reduck's official curated catalogue.

Start building not clicking