curl -X POST https://api.zocialmine.com/v1/tiktok/profile \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "url": "https://www.tiktok.com/@username", "region": "us" }'
{ "status": "success", "data": { "user": { "id": "6943345678901234567", "uniqueId": "username", "nickname": "Display Name", "avatarLarger": "https://p16-sign.tiktokcdn.com/...", "signature": "Bio text here", "verified": true, "secUid": "MS4wLjABAAAA..." }, "stats": { "followerCount": 1500000, "followingCount": 200, "heartCount": 45000000, "videoCount": 350, "diggCount": 12000 } } }
Scrape a TikTok user profile
https://www.tiktok.com/@username
us
th
jp
"success"