App Logo
youtube.com

Reply to YouTube comment

Reply to a YouTube comment by id. Returns the new reply's id.

Input

text required

The reply body to post.

video required

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

commentId required

The id of the comment to reply to.

account optional

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

Output

text required
replyId required

The id of the newly created reply (format parentId.replyId; use with delete_comment).

parentCommentId required
authuser optional
repliedAs optional

Email of the account the reply was actually posted as.

FAQ

Reply to a YouTube comment by id. Returns the new reply's id.
Required: video, commentId, text. Optional: account.
It returns text, replyId, authuser, repliedAs, parentCommentId.
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/reply_to_comment, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/youtube.com/reply_to_comment
It is part of Reduck's official curated catalogue.

Start building not clicking