Scrapes comments from a TikTok video
Documentation Index
Fetch the complete documentation index at: https://docs.sociavault.com/llms.txt
Use this file to discover all available pages before exploring further.
TikTok video URL
Cursor to get more comments. Get 'cursor' from previous response.
20
Set to true to get a trimmed response
Successful response
Key Response Fields:
data.comments[].cid: Unique comment IDdata.comments[].text: Comment textdata.comments[].create_time: Unix timestamp of when the comment was posteddata.comments[].digg_count: Number of likes on the commentdata.comments[].reply_comment_total: Number of replies to this commentdata.comments[].comment_language: Language code of the comment (e.g. en)data.comments[].is_author_digged: Whether the video author liked this commentdata.comments[].author_pin: Whether the video author pinned this commentdata.comments[].reply_id: ID of the parent comment (0 if top-level)data.comments[].aweme_id: ID of the video this comment belongs todata.comments[].image_list: Attached images (if any)data.comments[].label_list[].text: Labels like "Creator liked"data.comments[].user.unique_id: Commenter's TikTok usernamedata.comments[].user.nickname: Commenter's display namedata.comments[].user.uid: Commenter's user IDdata.comments[].user.sec_uid: Commenter's secure user IDdata.comments[].user.avatar_thumb.url_list[0]: Commenter's profile picturedata.total: Total number of comments on the videodata.has_more: Whether more comments are available (1 = yes)data.cursor: Pagination cursor — pass as cursor parameter to get the next page