Skip to main content
GET
Get comments on a post
Returns a paginated list of top-level comments for a video. Supply either videoId or url — exactly one is required. Use the returned cursor to fetch the next page.

Authorizations

x-rapidapi-key
string
header
required

Your RapidAPI subscription key. Injected automatically by the RapidAPI gateway in production.

Query Parameters

videoId
string<int64>

Numeric TikTok video ID. Required if url is not provided.

Pattern: ^\d+$
url
string<uri>

Full TikTok video share URL. Required if videoId is not provided.

count
integer
default:20

Number of comments to return (1–50)

Required range: 1 <= x <= 50
cursor
string

Pagination cursor from a previous response

Response

Success

meta
object

Response metadata present in every API response

data
object[]
pagination
object | null

Cursor-based pagination info

error
object | null

Error details. Present only when the request failed; null on success.