App Logo
tiktok.com

Get TikTok video comments

List the top-level comments on a TikTok video, given its URL or id, in newest-relevance order.

Input

video required

Full TikTok video URL or a bare numeric video id.

count optional

Target number of top-level comments. Resuming by cursor is impossible (TikTok signs each request); the script scrolls from the top each run.

Default: 30

Output

total required

Total comment count reported by TikTok.

hasMore required
videoId required
comments required

FAQ

List the top-level comments on a TikTok video, given its URL or id, in newest-relevance order.
Required: video. Optional: count.
It returns total, hasMore, videoId, comments.
No. It only uses pages of tiktok.com that are reachable without signing in.
It only reads. It looks things up on tiktok.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/tiktok.com/get_comments, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/tiktok.com/get_comments
It is part of Reduck's official curated catalogue.

Start building not clicking