curl -X POST https://api.zocialmine.com/v1/tiktok/followers \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "url": "https://www.tiktok.com/@username", "minCursor": "0" }'
{ "status": "success", "data": { "followers": [ { "id": "6943345678901234567", "uniqueId": "follower_user", "nickname": "Follower Name", "avatarThumb": "https://p16-sign.tiktokcdn.com/...", "verified": false } ], "hasMore": true, "minCursor": "1700000000000", "total": 1500000 } }
Get the followers list of a TikTok user
https://www.tiktok.com/@username
"0"
minCursor
us
th
jp
"success"
Show properties
true