App Logo
tiktok.com

Like TikTok Comment

Likes a top-level comment on a public TikTok video, matched by its exact text. Idempotent — already-liked comments are reported, not re-liked.

Input

videoUrl required

The video's canonical URL, e.g. https://www.tiktok.com/@someuser/video/1234567890123456789.

commentText required

The exact, full text of the top-level comment to like, as it appears on the video. Comments have no visible ID in the UI, so text is the only handle a caller can read off the page — it must match exactly (including emoji), and must be unique among top-level comments on the video.

Output

liked required
video_url required
comment_text required
already_liked required

FAQ

Likes a top-level comment on a public TikTok video, matched by its exact text. Idempotent — already-liked comments are reported, not re-liked.
Required: videoUrl, commentText.
It returns liked, video_url, comment_text, already_liked.
Yes. It acts as you on tiktok.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the tiktok.com cookies saved by the Reduck extension.
It makes changes on tiktok.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/tiktok.com/like_comment, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/tiktok.com/like_comment
It is part of Reduck's official curated catalogue.

Start building not clicking