App Logo
tiktok.com

Get TikTok user favorites

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

Input

username required

TikTok handle, with or without leading @.

count optional

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

Default: 30

Output

videos required

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

hasMore required
username required

FAQ

List the videos a TikTok user has added to their Favorites (their Favoris tab), by @username. Returns [] unless the account has set Favorites 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_favorites, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/tiktok.com/get_user_favorites
It is part of Reduck's official curated catalogue.

Start building not clicking