TikTok comments API — JSON, token, quotas
Developers searching “TikTok comments API” need structured JSON, not a UI walkthrough. Trendilens exposes the same collect pipeline via Bearer token.
What the API covers
- Post metadata (free)
- Full comment collect with replies
- Library, watching, AI, keyword alerts
- Usage billed by comments collected
Auth and quotas
Issue a sk_live_ token in the cabinet after email confirmation. Errors return machine codes: unauthorized, quota_exceeded, rate_limited, and others documented in /api-docs.
Sandbox
POST sandbox endpoints with fixtures exist for integration tests without spending balance.
When official TikTok API is better
If you have partner access and the official fields cover your case, use it. Otherwise a practical comments API without partnership paperwork is the usual path — see also the comparison.
Quick start
- Create an account and confirm email.
- Create an API token.
- Call metadata, then analyze — details in /api-docs.
- Reuse the token for library and alerts.
Frequently asked questions
Official TikTok API?
Different product; we compare on a dedicated page.
Rate limits?
Yes — see docs and error codes.
Webhooks?
Keyword alerts support webhooks.
Threads?
Public Threads posts are supported in the same API surface.