App Logo
youtube.com

Post YouTube comment

Post a top-level comment on a YouTube video. Returns the new commentId.

Input

text required

The comment body to post.

video required

A YouTube video URL (watch?v=, youtu.be/, /shorts/, /embed/) or a bare 11-char video id.

account optional

Email (or a distinctive part of it) of the signed-in Google account to post as, e.g. "[email protected]". Omit to use the browser's default account. Posting is public and immediate, so when several accounts are signed in, name the intended one rather than relying on the default.

Output

text required
videoId required
postedAs required

Email of the account the comment was actually posted as. Null only when no account was requested and the signed-in email could not be read.

commentId required

The id of the newly created comment (use with delete_comment / reply_to_comment).

authuser optional

The session index the comment was posted under; null when the browser default was used.

FAQ

Post a top-level comment on a YouTube video. Returns the new commentId.
Required: video, text. Optional: account.
It returns text, videoId, authuser, postedAs, commentId.
Yes. It acts as you on youtube.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the youtube.com cookies saved by the Reduck extension.
It makes changes on youtube.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/youtube.com/post_comment, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/youtube.com/post_comment
It is part of Reduck's official curated catalogue.

Start building not clicking