TikTok

Comments

Fetches comments on a TikTok video by URL — useful for reading audience reactions, replies, and engagement. Returns comments, an array where each comment includes text, digg_count (likes), reply_comment_total, create_time, and a user object with the commenter's nickname and unique_id; also returns total comment count. Paginate with cursor from the previous response.

get/v1/tiktok/video/comments

Query parameters

urlstring required

TikTok video URL

cursornumber

Cursor to get more comments. Get 'cursor' from previous response.

trimboolean

Set to true to get a trimmed response

Response

Successful response

Changes