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

Choose one catalog endpoint for this request.

15 shown
GETapiKey8 credits/requesttiktok.commentsResponseDocTikTok
GET /tiktok/comments

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
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Required query parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

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

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