curl -X POST https://api.zocialmine.com/v1/tiktok/comments \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "url": "https://www.tiktok.com/@username/video/7513452345255103751", "cursor": "0" }'
{ "status": "success", "data": { "comments": [ { "cid": "7513500000000000000", "text": "Great video!", "createTime": 1700001000, "diggCount": 42, "replyCount": 3, "user": { "uid": "6943345678901234567", "uniqueId": "commenter", "nickname": "Commenter Name", "avatarThumb": "https://p16-sign.tiktokcdn.com/..." } } ], "hasMore": true, "cursor": "20", "total": 3200 } }
Get comments from a TikTok video
https://www.tiktok.com/@username/video/7513452345255103751
"0"
us
th
jp
"success"
Show properties
true