Social Fetch
TikTok

List TikTok comment replies

List replies to a TikTok video comment.

Requires parent `commentId` from List TikTok video comments plus the same video `url`. Paginate with `data.page.hasMore` and `data.page.nextCursor`; do not assume a fixed page size.

GET/v1/tiktok/videos/comments/replies
1credit
x-api-key*stringheader

API key (`sfk_...`)

Parameters
3
commentId*stringquery

Parent comment id from List TikTok video comments (`data.comments[].id`).

min 1 chars

url*stringquery

Link to the TikTok video that contains the parent comment.

min 1 chars · max 4096 chars

cursorstringoptionalquery

Opaque cursor from a previous response to fetch the next page.

min 1 chars

Response fields
23

Endpoint-specific response payload.

datalookupStatus
string

Whether the parent comment thread was resolved for this request.

one of: found, not_found

Replies returned for this page.

datareplies[]id
string

Stable identifier for the reply when provided by TikTok; otherwise a deterministic placeholder derived from available fields.

min 1 chars

datareplies[]text
string

Reply text.

datareplies[]createdAt
string

ISO-8601 timestamp when the reply was created.

datareplies[]likes
integer

Like count on the reply.

≥ 0

datareplies[]replyCount
integer

Direct reply count beneath this reply.

≥ 0

datareplies[]language
string

Reported language code for the reply text.

Reply author.

datareplies[]authorhandle
string

Public TikTok username without a leading @.

min 1 chars

datareplies[]authordisplayName
stringnullable

Display name shown on the reply author profile.

datareplies[]authoravatarUrl
stringnullable

Profile image URL for the reply author when available.

datareplies[]authorplatformUserId
stringoptional

Numeric user id for the reply author when available.

datareplies[]authorsecUid
stringoptional

Opaque stable user identifier when available.

Pagination information for this response.

datapagenextCursor
stringnullable

Cursor to pass in the next request when more pages exist.

datapagehasMore
boolean

Whether another page of replies is available.

datatotalReplies
integernullable

Total reply count reported for the parent comment when available; null when the thread could not be resolved.

≥ 0

Metadata describing the request and billing outcome.

metarequestId
string

Unique request identifier for tracing this API call.

min 1 chars

metacreditsCharged
integer

Credits charged for this request.

≥ 0

metaversion
string

Public API version that served the response.

one of: v1

Code example

curl "https://api.socialfetch.dev/v1/tiktok/videos/comments/replies?commentId=7623828115408274207&url=https://www.tiktok.com/@mrbeast/video/7596844935442189598" \
  -H "x-api-key: YOUR_API_KEY"

Responses

Comment reply listing.