Skip to content
capzy
All sites
Data API

TikTok Data API

Videos, profiles, hashtags and search from TikTok.

22endpointsRate Limit · TLS Fingerprint · Captcha handled for you
tiktok.comGET/tiktok/ads/se…GET/tiktok/commen…GET/tiktok/oembed{ } JSON
Example (captured live)
tiktok.com
Example
JSON responseclick the page to trace a field
{
"results": [
],
"video_id": "7333344455566677000",
"count": 30,
"cursor": 0,
"sort": "top"
}
GET/v1/data/tiktok/videos/{video_id}/comments1 credit / run Verified

Video Comments

Top-level comments on a video.

Handled for you:Rate LimitTLS FingerprintCaptcha
Parameters
NameTypeReqDescription
video_idstringyesVideo id.
Advanced filters
countintegernoItems to return per page (1 to 50). (default: 30)
cursorintegernoPagination offset; pass the prior nextCursor to page. (default: 0)
sortstringnoComment ordering: top (most liked) or newest. (default: top)
regionstringnoRegion code. (default: us)