TikTok
GET /v1/tiktok/comments

TikTok Comments API

TikTok comments — clean schema plus authorName, stable authorId/authorSecUid and commentLanguage for listening loops. Unresolvable videos are 404 at 0 credits.

2 credits per request
TL;DR
TikTok comments — clean schema plus authorName, stable authorId/authorSecUid and commentLanguage for listening loops. Unresolvable videos are 404 at 0 credits. The TikTok Comments API (TikTok) is a single authenticated GET request to /v1/tiktok/comments that responds with clean JSON and costs 2 credits. Pass cache=true for a free 24h cache hit; default is always fresh. Start with 100 free credits — no credit card.

What is the TikTok Comments API?

Paste a public TikTok video URL and get comments as clean JSON (not TikTok's 40+ junk user fields). Each comment keeps username (author) + display name (authorName) + avatar, and adds stable authorId (uid) and authorSecUid for repeat-commenter detection, plus commentLanguage for market listening without a separate language detector. replyCount when TikTok exposes it. totalComments + cursor pagination (nextCursor/hasMore — hasMore is always a boolean; a null nextCursor means the end of the comments). An unresolvable URL is 404 at 0 credits — never a 200 with a synthesised row. Same rule as Post Analytics and as /tiktok/video-details on the same URL. When the native comment path is blocked, the first page may come from the extended actor: degraded=true with degradedReason=extended, totalComments stays on the envelope, and hasMore is false (the actor cannot page). Flat 2 credits per successful call. Need replies? Use TikTok Comment Replies with the parent comment id.

What you get

  • author handle + authorName display name
  • Stable authorId + authorSecUid (not just username)
  • commentLanguage for market listening
  • replyCount when TikTok exposes it
  • Like count, publish time, totalComments + cursor pagination
  • Unresolvable video → 404 at 0 credits
  • limit up to 500 — flat 2 credits per call

Try it

Open in Playground

Fill in the parameters below and copy a ready-to-run request, or open the live Playground to run it against your account (no API key paste).

Parameters

Sign in to run live
curl "https://api.captapi.com/v1/tiktok/comments?url=https%3A%2F%2Fwww.tiktok.com%2F%40khaby.lame%2Fvideo%2F7646812028874673439" \
  -H "Authorization: Bearer capt_live_..."
# or: -H "x-api-key: capt_live_..."

Edit the parameters and the code updates instantly. Switch languages and hit copy.

Example response

{
  "success": true,
  "data": {
    "platform": "tiktok",
    "url": "https://www.tiktok.com/@khaby.lame/video/7646812028874673439",
    "totalComments": 824,
    "totalReturned": 2,
    "comments": [
      {
        "id": "7646834545992696596",
        "text": "Mr beast 500 million 🥰🇧🇩",
        "author": "yeasin3344556677",
        "authorAvatarUrl": "https://p16-common-sign.tiktokcdn-eu.com/tos-alisg-avt-0068/1e20d2d83b1200c623f0dec26603356f~tplv-tiktokx-cropcenter-q:100:100:q70.webp?dr=9606&idc=useast2b&ps=87d6e48a&refresh_token=7098d2d1&s=COMMENT_LIST&sc=avatar&shcp=5597e28e&shp=30310797&t=223449c4&x-expires=1784300400&x-signature=%2FbEc5ajSBQOMXt9rOeQY8GO%2Beh8%3D",
        "likeCount": 223,
        "publishedAt": "2026-06-02T16:23:41.000Z",
        "authorId": "6958917445306926086",
        "commentLanguage": "en",
        "replyCount": 14,
        "authorSecUid": null,
        "authorName": "yeasin3344556677"
      },
      {
        "id": "7647102586621297429",
        "text": "С каждым лайком нос растёт",
        "author": "gudingar",
        "authorAvatarUrl": "https://p16-common-sign.tiktokcdn-eu.com/tos-alisg-avt-0068/56317ccbf99872b4f14448d7fb959826~tplv-tiktokx-cropcenter-q:100:100:q70.webp?dr=9606&idc=useast2b&ps=87d6e48a&refresh_token=9f5971b4&s=COMMENT_LIST&sc=avatar&shcp=5597e28e&shp=30310797&t=223449c4&x-expires=1784300400&x-signature=FXHzE%2FNLM2v17bh45RTPVfe8%2BDA%3D",
        "likeCount": 635,
        "publishedAt": "2026-06-03T09:43:54.000Z",
        "authorId": "6958917445306926086",
        "commentLanguage": "ru",
        "replyCount": 0,
        "authorSecUid": null,
        "authorName": "gudingar"
      }
    ],
    "nextCursor": "2",
    "hasMore": true
  }
}

Billing metadata is returned in response headers: X-Captapi-Credits (credits charged), X-Captapi-Cache (hit or miss), and X-Captapi-Source. Failed requests (4xx/5xx) are never charged. See the full list of error codes in the error reference.

Response structure

A successful call returns success and a data object with the following fields:

Top-level fields

  • platformPlatform identifier for this response (matches the endpoint's platform).
  • urlCanonical URL of the item.
  • totalCommentsVideo-level comment count when TikTok exposes one. Always present on the degraded extended path (0 when unknown). Omitted on a native page only when TikTok sent no total.
  • totalReturnedNumber of items returned in this response.
  • nextCursorNumeric offset to pass back as cursor. Null means the end of the comments.
  • hasMoreBoolean on every path. true when nextCursor is a resume offset; false when nextCursor is null (end of the thread, or the extended actor which cannot page). Never null.

Comments

Each item in comments contains:

  • idId of this comments item.
  • textText content.
  • authorAuthor name or handle.
  • authorAvatarUrlProfile picture URL of the person who wrote the comment.
  • likeCountLike count as an integer. Compact UI labels ("727K") are expanded here; see likeCountText for the original string.
  • publishedAtPublish date (ISO 8601) when the platform exposes an absolute timestamp.
  • authorIdAuthor id. Example: "6958917445306926086".
  • commentLanguageComment language. Example: "en".
  • replyCountHow many replies this comment has. Use Comment Replies with this comment's id to fetch them.
  • authorSecUidPrimary artist / sound-owner secUid when TikTok exposes one.
  • authorNameName of the author.

Parameters

NameTypeRequiredDescription
urlstringYesPublic TikTok video URL, e.g. https://www.tiktok.com/@khaby.lame/video/7646812028874673439. Not a YouTube/Instagram/Facebook URL. The URL platform must match this endpoint's platform. Do not pass cross-platform URLs, e.g. YouTube to TikTok, Instagram to Facebook, LinkedIn to X/Twitter, or Pinterest to Rumble.
limitintegerNoMax items to return (default 50, max 500). Flat 2 credits per call.
cursorstringNoPagination cursor. Leave empty for the first page; then pass the nextCursor value returned in the previous response (a numeric offset, e.g. 50). A null nextCursor means the end of the comments.
cachebooleanNoSet true to serve from the 24h response cache (0 credits on hit). Default false — always fetch fresh.

Authentication: send your key as Authorization: Bearer capt_live_.... A typical call costs 2 credits. Pass cache=true for a free 24h cache hit; default is always fresh.

Using an AI agent? This endpoint is the MCP tool tiktok_comments via @captapi/mcp. Set it up →

How it works

  1. 1. Sign up — get 100 free credits, no card required.
  2. 2. Create a key from your dashboard.
  3. 3. Send one request to /v1/tiktok/comments and parse the JSON response.

Use cases

Sentiment Analysis

Understand how audiences react to content.

Community Insights

Surface FAQs, requests, and recurring themes.

Moderation

Detect spam, abuse, or policy violations at scale.

Market Research

Mine genuine opinions and product feedback.

Frequently asked questions

What does the TikTok Comments API do?+

The TikTok Comments API lets you pull comments with author, text, likes, and replies from a public TikTok video using one GET request to /v1/tiktok/comments. It returns clean JSON — no OAuth or infrastructure setup required.

How many credits does the TikTok Comments API cost?+

Each successful call costs 2 credits. Pass cache=true to serve from the 24h cache (0 credits on hit); default is always fresh. Selected profile endpoints also accept cacheMaxAge=1d|3d|7d|14d|30d. Failed or empty results are never charged.

Do I need a TikTok API key or OAuth?+

No. A single Captapi key works across every platform Captapi supports — YouTube, TikTok, Instagram, Facebook, Twitter/X, Reddit, Threads, Bluesky, Pinterest, LinkedIn, Rumble, Spotify, Kwai, and more. We handle proxies, rate limits, retries, and authentication for you.

What happens when the video does not exist?+

HTTP 404 at 0 credits — the same answer /tiktok/video-details already gives for that URL. Comments never returns 200 with a synthesised row (an empty-text comment and totalReturned: 1). Zero is a number people act on; a miss is not a thread.

What does degraded / degradedReason mean?+

When TikTok's native comment API is blocked, the first page may come from the extended actor. Those responses set degraded=true and degradedReason=extended. hasMore is still a boolean (false — the actor cannot page) and totalComments stays on the envelope. Retry the call if you need the native cursor.

Is the TikTok Comments API suitable for production use?+

Yes. It is a stable REST endpoint with predictable JSON and automatic retries. Pass cache=true to serve from the 24h cache (0 credits on hit); default is always fresh. Selected profile endpoints also accept cacheMaxAge=1d|3d|7d|14d|30d. Use it for analytics, monitoring, and content automation.

More TikTok APIs

Ready to use the TikTok Comments API?

Sign up, grab your key, and make your first call in 60 seconds.

TikTok Comments API | Captapi — Captapi