Skip to main content
GET
Comments
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

url
string
required

TikTok video URL

cursor
integer

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

Example:

20

trim
boolean

Set to true to get a trimmed response

Response

Successful response

Key Response Fields:

  • data.comments[].cid: Unique comment ID
  • data.comments[].text: Comment text
  • data.comments[].create_time: Unix timestamp of when the comment was posted
  • data.comments[].digg_count: Number of likes on the comment
  • data.comments[].reply_comment_total: Number of replies to this comment
  • data.comments[].comment_language: Language code of the comment (e.g. en)
  • data.comments[].is_author_digged: Whether the video author liked this comment
  • data.comments[].author_pin: Whether the video author pinned this comment
  • data.comments[].reply_id: ID of the parent comment (0 if top-level)
  • data.comments[].aweme_id: ID of the video this comment belongs to
  • data.comments[].image_list: Attached images (if any)
  • data.comments[].label_list[].text: Labels like "Creator liked"
  • data.comments[].user.unique_id: Commenter's TikTok username
  • data.comments[].user.nickname: Commenter's display name
  • data.comments[].user.uid: Commenter's user ID
  • data.comments[].user.sec_uid: Commenter's secure user ID
  • data.comments[].user.avatar_thumb.url_list[0]: Commenter's profile picture
  • data.total: Total number of comments on the video
  • data.has_more: Whether more comments are available (1 = yes)
  • data.cursor: Pagination cursor — pass as cursor parameter to get the next page