Get the reply list for TikTok video comments.
This API is used to get the reply list for TikTok video comments with pagination support.Documentation Index
Fetch the complete documentation index at: https://api-tools.memories.ai/llms.txt
Use this file to discover all available pages before exploring further.
channel request field let you choose apify, rapid, or memories.ai; endpoints without this field use managed routing.channel option, use it to control how scraper data is sourced:
| Channel | What it means | Typical trade-off |
|---|---|---|
apify | Uses Apify, a dedicated web scraping platform with broad content coverage. | Most stable and most complete results, but usually more expensive. |
rapid | Uses RapidAPI, a lower-cost aggregation platform. | Lower cost, but less stable and often narrower coverage. |
memories.ai | Managed routing by Memories.ai. | Automatically selects the best price/performance path for your request. |
memories.ai unless you need to force a specific provider.| Field | Type | Required | Description |
|---|---|---|---|
| video_id | string | Yes | TikTok video ID (the numeric ID at the end of a TikTok URL, e.g., 7543017294226558221) |
| comment_id | string | Yes | Comment ID (obtained from the TikTok Video Comment response) |
| page_size | number | No | Number of replies returned per page, maximum value is 6, default is 6 |
| cursor | number | No | Pagination cursor, starts from 0, default is 0 |
| Parameter | Type | Description |
|---|---|---|
| [].rid | string | Reply ID |
| [].text | string | Reply content |
| [].create_time | number | Reply creation timestamp |
| [].like_count | number | Like count |
| [].author | object | Reply author information |
| [].author.id | string | Author ID |
| [].author.name | string | Author username |
| [].author.nick_name | string | Author display name |
TikTok video ID
"7543017294226558221"
Comment ID
"comment_id"
Number of replies returned per page, maximum value is 6, default is 6
x <= 66
Pagination cursor, starts from 0, default is 0
x >= 00