TikTok User Profile
1 creditGet a TikTok user profile including follower counts, bio, and account details.
POST
/api/v1/tools/tiktok/userParameters
usernamestringrequired
TikTok username or profile URL. Accepts "@username", "username", or "https://www.tiktok.com/@username".
fieldsstring[]
Fields to include. Omit for all. Available: id, uniqueId, secUid, nickname, avatarUrl, bio, bioLink, verified, privateAccount, isOrganization, commerceUser, language, createTime, followerCount, followingCount, heartCount, videoCount, diggCount, friendCount. Use ["*"] for all.
Response Schema
dataobject
TikTok user profile result
userobject
User profile object.
metaobject
Request metadata
toolstring
Tool name (tiktok-user)
creditsUsednumber
Credits consumed (1)
requestIdstring
Unique request ID
Request
curl -X POST https://scraper.run/api/v1/tools/tiktok/user \-H "Authorization: Bearer sc_live_..." \-H "Content-Type: application/json" \-d '{"username": "tiktok"}'
Response Example
{"data": {"user": {"id": "107955","uniqueId": "tiktok","nickname": "TikTok","avatarUrl": "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt/example.jpeg","bio": "Make Your Day","verified": true,"followerCount": 82400000,"followingCount": 586,"heartCount": 2900000000,"videoCount": 1245}},"meta": {"tool": "tiktok-user","creditsUsed": 1,"requestId": "req_abc123"}}