Fetches comments on a TikTok video by URL , useful for reading audience reactions, replies, and engagement. Returns comments, an array where each comment includes text, digg_count (likes), reply_comment_total, create_time, and a user object with the commenter's nickname and unique_id; also returns total comment count. Paginate with cursor from the previous response.
Most ScrapeCreators endpoints consume 1 credit per successful response. Some heavier endpoints (transcripts, AI-driven enrichment, ad detail lookups) may cost more. Check GET /v1/credit-balance for your remaining balance.
Comments
GET /v1/tiktok/video/commentsFetches comments on a TikTok video by URL , useful for reading audience reactions, replies, and engagement. Returns
comments, an array where each comment includestext,digg_count(likes),reply_comment_total,create_time, and auserobject with the commenter's nickname and unique_id; also returnstotalcomment count. Paginate withcursorfrom the previous response.Authentication
All requests require the
x-api-keyheader. Get your key at scrapecreators.com.Query Parameters
urlcursor20trimExample Request
curl
Node / TypeScript
Python
CLI
Example Response
Credits
Most ScrapeCreators endpoints consume 1 credit per successful response. Some heavier endpoints (transcripts, AI-driven enrichment, ad detail lookups) may cost more. Check
GET /v1/credit-balancefor your remaining balance.Errors
x-api-key.