App Logo
reddit.com

Save Reddit post

Save a Reddit post to your saved list by its URL. If it's already saved, nothing changes and changed is returned as false. Saving is private (visible only in your own saved list). Runs only via the browser extension, not the hosted cloud browser.

Input

url required

Post URL (full or path)

Output

saved required
postId required
changed required

False when already saved (no click, no mutation)

FAQ

Save a Reddit post to your saved list by its URL. If it's already saved, nothing changes and changed is returned as false. Saving is private (visible only in your own saved list). Runs only via the browser extension, not the hosted cloud browser.
Required: url.
It returns saved, postId, changed.
Yes. It acts as you on reddit.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the reddit.com cookies saved by the Reduck extension.
It makes changes on reddit.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/reddit.com/save_post, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/reddit.com/save_post
It is part of Reduck's official curated catalogue.

Start building not clicking