TikTok video comments
Export TikTok video comments and replies
InstagramTikTokFacebookX / Twitter
Recent jobs
Export fields
- comment_id
- The stable TikTok identifier for the comment or reply.
- parent_comment_id
- The direct parent identifier; blank for a root comment.
- thread_root_comment_id
- The root comment identifier shared by every row in the same reply thread.
- depth
- The reply depth, with 0 for a root comment and higher values for replies.
- video_id
- The TikTok video identifier shared by every comment row in the export.
- user_id
- The TikTok user identifier of the comment author, when available.
- name
- The display name of the comment author, when available.
- username
- The TikTok username of the comment author, when available.
- profile_url
- The public TikTok profile URL built from the username, when available.
- profile_pic_url
- The profile picture URL returned for the comment author.
- text
- The text of the comment or reply.
- created_at
- The comment creation time formatted in UTC.
- like_count
- The like count returned for the comment.
- mentions
- A compact JSON array of mentions with user identifiers, username, and text offsets.
- image_urls
- Unique comment image URLs joined with a semicolon and space.
- comment_url
- A public link to the comment, using TikTok data or a video-and-comment fallback URL.
Common workflows
-
Paste a TikTok video URL
Use a supported full video URL, or a recognized TikTok share link that the workbench can resolve to one.
-
Create the comments job
A TikTok video has one comments export type, so no separate reply option is required.
-
Collect each reply thread
Every root comment is followed by all reply levels enumerable from that comment thread, in returned order.
-
Download the threaded rows
Download CSV or XLSX with parent IDs, thread roots, depth, author data, mentions, images, and comment URLs.