App Logo
reddit.com

Post Reddit comment

Post a top-level comment on a Reddit post by its URL. Returns the created comment's id, permalink, author, created timestamp and score. Posts a real comment under the logged-in account; this is a top-level comment on the post, not a reply to another comment. Runs only via the browser extension, not the hosted cloud browser.

Input

url required

Post URL — full https://www.reddit.com/r/.../comments/... or just the /r/.../comments/... path

text required

Comment body (plain text / markdown). Supports inline @-mentions (u/name) and links, which Reddit auto-links.

Output

author required
commentId required

Fullname of the created comment, e.g. t1_xxxxx

permalink required
account_used required

The real logged-in Reddit handle that performed the action, read from the page's own account drawer (not assumed from args)

already_present required

Whether an identical top-level comment by this account already existed on this post before posting (checked against the post's own comment list)

verified_on_page required

Whether the script reloaded the post afterward and confirmed the new comment is actually visible there

score optional
created optional

FAQ

Post a top-level comment on a Reddit post by its URL. Returns the created comment's id, permalink, author, created timestamp and score. Posts a real comment under the logged-in account; this is a top-level comment on the post, not a reply to another comment. Runs only via the browser extension, not the hosted cloud browser.
Required: url, text.
It returns score, author, created, commentId, permalink, account_used, already_present, verified_on_page.
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/post_comment, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/reddit.com/post_comment
It is part of Reduck's official curated catalogue.

Start building not clicking