App Logo
instagram.com

List the signed-in account's saved Instagram posts

List the posts the signed-in Instagram account has saved (bookmarked), from the "All posts" saved collection. Returns each post's code (the /p/<code>/ URL segment), owner username, caption text, like count, and taken-at timestamp. Only you can see what you've saved — this is your own private list.

Input

None

Output

count required
posts required
moreAvailable required

FAQ

List the posts the signed-in Instagram account has saved (bookmarked), from the "All posts" saved collection. Returns each post's code (the /p/<code>/ URL segment), owner username, caption text, like count, and taken-at timestamp. Only you can see what you've saved — this is your own private list.
Nothing. It takes no input.
It returns count, posts, moreAvailable.
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_saved_posts, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/instagram.com/get_saved_posts
It is part of Reduck's official curated catalogue.

Start building not clicking