Public Playground
Preview the endpoint before sending a live request
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Playground
Retrieve TikTok video comments API Playground
Returns top-level TikTok video comments with cursor-based pagination.
GETapiKey8 credits/requesttiktok.commentsResponseDocTikTok
Endpoint details
Returns top-level TikTok video comments with cursor-based pagination.
- Method
- GET
- Path
- /tiktok/comments
- Authentication
- apiKey
- Credit cost
- 8 credits/request
- Platform
- TikTok
- Parameters
- 3 documented fields
Request parameters
x-api-key:headeraweme_id:querycursor:query
Response schema fields
codedatadata.alias_comment_deleteddata.commentsdata.cursordata.extradata.extra.api_debug_infodata.extra.fatal_item_idsdata.extra.nowdata.has_filtered_commentsdata.has_moredata.log_pb
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"alias_comment_deleted": false,
"comments": [
{
"author_pin": false,
"aweme_id": "7304809083817774382",
"cid": "7321553576038269739",
"collect_stat": 0,
"comment_language": "en",
"comment_post_item_ids": null
}
],
"cursor": 20,
"extra": {
"api_debug_info": null,
"fatal_item_ids": null,
"now": 1733911707000
},
"has_filtered_comments": 0,
"has_more": 1
}
}cURL example
curl "https://api.crawlora.net/api/v1/tiktok/comments?aweme_id=<aweme_id>" \
-H "x-api-key: <api-key>"