Playground

Retrieve TikTok video comments API playground

Returns top-level TikTok video comments with cursor-based pagination.

GETapiKey8 credits/requesttiktok.commentsResponseDoc

Selected endpoint

GET /tiktok/comments

Returns top-level TikTok video comments with cursor-based pagination.

Group
TikTok
Authentication
apiKey
Credit cost
8 credits/request
Path parameters
0
Query parameters
2
Body parameters
0
GETapiKey8 credits/requestcommentsResponseDoc

Retrieve TikTok video comments

Returns top-level TikTok video comments with cursor-based pagination.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Query parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "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
  }
}