App Logo
tiktok.com

Get TikTok user liked videos

List the videos a TikTok user has liked (their Liked tab), by @username. Returns [] unless the account has set Liked videos to public (private by default).

Input

username required

TikTok handle, with or without leading @.

count optional

Target number of liked videos to collect; pages until this many are gathered or the list ends.

Default: 30

Output

videos required

Liked videos (each authored by its ORIGINAL creator). Empty when the account keeps its Liked list private, which is the default — an empty array is not an error.

hasMore required
username required

FAQ

List the videos a TikTok user has liked (their Liked tab), by @username. Returns [] unless the account has set Liked videos to public (private by default).
Required: username. Optional: count.
It returns videos, hasMore, username.
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.
Unknown: its author has not declared whether it changes anything on tiktok.com, so treat it as if it could.
Ask an AI agent connected to Reduck to run reduck/tiktok.com/get_user_liked_videos, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/tiktok.com/get_user_liked_videos
It is part of Reduck's official curated catalogue.

Start building not clicking