App Logo
tiktok.com

Get TikTok comment replies

List the replies to a TikTok comment, given the parent comment id and the video id.

Input

video required

Full TikTok video URL or bare video id (the item the comment belongs to).

commentId required

Parent comment id (the `id` field returned by get_comments).

count optional

Target number of replies to collect.

Default: 30

Output

total required

Total replies reported by TikTok.

hasMore required
replies required
videoId required
commentId required

FAQ

List the replies to a TikTok comment, given the parent comment id and the video id.
Required: video, commentId. Optional: count.
It returns total, hasMore, replies, videoId, commentId.
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_comment_replies, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/tiktok.com/get_comment_replies
It is part of Reduck's official curated catalogue.

Start building not clicking