Get TikTok comments
GET /v1/tiktok-comments
GET
/v1/tiktok-comments
Extract comments from a TikTok video with pagination support.
Provide either url or video_id. Use cursor for subsequent pages.
Credits: 1 per request.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” url
string
TikTok video URL.
video_id
string
TikTok video ID.
cursor
integer
Pagination cursor from previous response.
count
integer
Number of comments to return (default 20, max 50).
Responses
Section titled “ Responses ”Paginated comments.
object
comments
Array<object>
object
id
string
text
string
create_time
integer
likes
integer
reply_count
integer
author
object
id
string
unique_id
string
nickname
string
avatar
string
pagination
object
cursor
integer
has_more
boolean
Headers
Section titled “Headers ” X-Credits-Used
integer
X-Credits-Remaining
integer
Missing or invalid API key.
object
error
Error message.
string
Example
invalid or inactive api_keyInsufficient credits.
Rate limit exceeded.
object
error
Error message.
string
Example
invalid or inactive api_keyHeaders
Section titled “Headers ” Retry-After
integer
Seconds to wait before retrying.