App Logo
tiktok.com

Get TikTok user reposts

List the videos a TikTok user has reposted (from their Reposts tab), by @username, up to `count`.

Input

username required

TikTok handle, with or without leading @.

count optional

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

Default: 30

Output

videos required

Reposted videos, in repost order. Each video's author is the ORIGINAL creator, not the reposting user.

hasMore required
username required

FAQ

List the videos a TikTok user has reposted (from their Reposts tab), 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_reposts, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/tiktok.com/get_user_reposts
It is part of Reduck's official curated catalogue.

Start building not clicking