---
title: "TikTok Video Comment"
method: POST
path: "/tiktok/video/comment"
---

# TikTok Video Comment

`POST /tiktok/video/comment`

Get the comment list for TikTok videos. Each API call costs $0.01 USD. The maximum value for pagination parameter pageSize is 50, cursor starts from 0.

## Request body

- object
  - `video_id` string, required — TikTok video ID
  - `page_size` integer — Number of comments returned per page, maximum value is 50, default is 50
  - `cursor` integer — Pagination cursor, starts from 0, default is 0

## Response `200`

Successfully returned comment list

- object[]
  - `cid` string — Comment ID
  - `text` string — Comment content
  - `create_time` integer — Comment creation timestamp
  - `like_count` integer — Like count
  - `author` object — Comment author information
  - `reply_count` integer — Reply count

---

[API](https://skmtc.net/memories/apis/screenplay-extraction-api.md) · [All operations](https://skmtc.net/memories/apis/screenplay-extraction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memories/screenplay-extraction-api/versions/720c8c144ddc/schema)
