App Logo
tiktok.com

Get TikTok user videos

List a TikTok user's videos (newest first) by @username, up to `count`.

Input

username required

TikTok handle, with or without leading @.

count optional

Target number of videos to collect. Resuming mid-feed by cursor is impossible (TikTok signs each request), so this is the only pagination knob; the script scrolls from the top each run.

Default: 30

Output

videos required
hasMore required

True if the feed had more videos beyond the ones returned.

username required

FAQ

List a TikTok user's videos (newest first) by @username, up to `count`.
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_videos, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/tiktok.com/get_user_videos
It is part of Reduck's official curated catalogue.

Start building not clicking