App Logo
tiktok.com

Get TikTok trending videos

Get a sample of TikTok's Explore (trending) feed. The feed is re-ranked on every request (no stable cursor), so the script accumulates distinct videos across several calls up to `count` — a fresh trending snapshot, not a deterministic paginated list.

Input

count optional

Target number of distinct trending videos to gather.

Default: 20
categoryType optional

Explore category id (120 = aggregate/all trending; other numeric ids map to the Explore category tabs). Category 0 is invalid.

Default: 120

Output

videos required

A re-ranked trending snapshot (order not stable across runs).

FAQ

Get a sample of TikTok's Explore (trending) feed. The feed is re-ranked on every request (no stable cursor), so the script accumulates distinct videos across several calls up to `count` — a fresh trending snapshot, not a deterministic paginated list.
Optional: count, categoryType.
It returns videos.
No. It only uses pages of tiktok.com that are reachable without signing in.
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_trending_videos, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/tiktok.com/get_trending_videos
It is part of Reduck's official curated catalogue.

Start building not clicking