---
title: "Comment Replies"
method: GET
path: "/v1/tiktok/video/comment/replies"
tags: ["TikTok"]
---

# Comment Replies

`GET /v1/tiktok/video/comment/replies`

Fetches replies to a specific TikTok comment by its ID. Returns `comments`, an array of comment objects each with `text`, `user` info, and `create_time`. Paginate with `cursor` from the previous response.

## Query parameters

- `comment_id` string, required
- `url` string, required
- `cursor` number

## Response `200`

Successful response

---

[API](https://skmtc.dev/scrapecreators/apis/scrape-creators-api.md) · [All operations](https://skmtc.dev/scrapecreators/apis/scrape-creators-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scrapecreators/scrape-creators-api/revisions/e9ec3dbbd8b8/schema)
