App Logo
tiktok.com

Like a TikTok video

Like a TikTok video (as the logged-in account) by URL or id. Safe to repeat: it does nothing if you already liked it.

Input

video required

Full TikTok video URL or a bare numeric video id.

Output

liked required

True once the video is in the liked state. A returned result always has this true: a like that does not persist raises an error instead of returning.

changed required

True if this call flipped the state; false if the video was already liked before the call.

videoId required

FAQ

Like a TikTok video (as the logged-in account) by URL or id. Safe to repeat: it does nothing if you already liked it.
Required: video.
It returns liked, changed, videoId.
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_video, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/tiktok.com/like_video
It is part of Reduck's official curated catalogue.

Start building not clicking