TikTok API
TikTok Comment replies API
List the replies to a TikTok comment with cursor pagination (text, author, likes).
POST/v1/run/tiktok.comment_replies
Requests
-
30d
Provider network
Providers ranked by traffic
Try it
Make your first request
Sample response
Free runs return only the first 3 results. Fund a key to get the full response.
{
"data": {
"comments": [
{
"author": "Alex Rivera",
"createdUtc": 12.5,
"id": "a1b2c3d4",
"likes": 12500,
"text": "A short example description of this item."
}
],
"nextCursor": "example"
},
"found": true
}Response interface
interface TiktokCommentRepliesResponse {
data: {
comments: {
author: string;
createdUtc: number;
id: string;
likes: number;
text: string;
}[];
nextCursor: string | null;
} | null;
found: boolean;
}Full parameter and response reference - every field, type, and example for this endpoint.
Reference
Request, response, and price
Last verified 2026-09-16 · uptime and latency measured over 30dPOST /v1/run/tiktok.comment_replies
curl -X POST https://api.getanyapi.com/v1/run/tiktok.comment_replies \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"commentId":"7623828115408274207","url":"https://www.tiktok.com/@stoolpresidente/video/7623818255903329566"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| commentId | string | "7623828115408274207"TikTok comment ID (the comment's cid from the comments endpoint). |
| url | string | "https://www.tiktok.com/@stoolpresidente/video/7623818255903329566"TikTok video URL the comment belongs to. |
| cursor | string | Pagination cursor from a previous response. |
| Response | ||
| data | object | |
| data.comments | object[] | |
| data.comments[].author | string | Populated whenever the provider has data for the entity. |
| data.comments[].createdUtc | number | UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds. |
| data.comments[].id | string | Populated whenever the provider has data for the entity. |
| data.comments[].likes | integer | |
| data.comments[].text | string | Populated whenever the provider has data for the entity. |
| data.nextCursor | string | Opaque cursor for the next page of comments, or null when this lane has no more. Pass it back as cursor to continue. |
| found | boolean | |
| Price | ||
| Price per request | USD | $0.0012 |
| Price /1k req | USD | $1.20 |
FAQ
About the TikTok Comment replies API
The AnyAPI TikTok Comment replies API returns TikTok comment replies data as normalized JSON from one POST call to /v1/run/tiktok.comment_replies. List the replies to a TikTok comment with cursor pagination (text, author, likes). AnyAPI routes each request across 2 sources and falls back automatically when one fails. It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum.
It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.
List the replies to a TikTok comment with cursor pagination (text, author, likes). The response is normalized JSON with the same envelope every AnyAPI endpoint returns, so parsing a second endpoint is a change of URL and nothing else.
More to call
Other TikTok endpoints
Profilefrom $0.50 /1k reqProfile videosfrom $0.80 /1k reqVideo transcriptfrom $1.20 /1k reqKeyword searchfrom $1.20 /1k reqVideofrom $0.50 /1k reqVideo commentsfrom $0.80 /1k reqUser searchfrom $1.20 /1k reqAd library adfrom $1.20 /1k reqAd library searchfrom $0.50 /1k reqAd transparency searchfrom $0.50 /1k reqAudience demographicsfrom $18.00 /1k reqFollowersfrom $1.20 /1k reqFollowingfrom $1.20 /1k reqHashtag videosfrom $0.80 /1k reqLivefrom $1.20 /1k reqPhotosfrom $1.20 /1k reqPlaylist videosfrom $1.20 /1k reqProfile contactfrom $1.16 /1k reqProfile playlistsfrom $1.20 /1k reqProfile regionfrom $1.20 /1k reqProfile repostsfrom $1.20 /1k reqSearch hashtagfrom $1.20 /1k reqSearch photosfrom $1.20 /1k reqSearch suggestionsfrom $1.20 /1k reqSearch topfrom $1.20 /1k reqSongfrom $1.20 /1k reqSong videosfrom $1.20 /1k reqTop ads searchfrom $1.20 /1k reqTrending feedfrom $1.20 /1k reqTrending hashtagsfrom $1.20 /1k reqVideo downloadfrom $1.20 /1k reqVideo transcript fullfrom $5.94 /1k audio minutes