TikTok Scraper
/tiktok/users/profileGet User Profile
Get normalized profile and account stats for a TikTok handle. Returns user info (bio, avatar URLs, verification status, linked socials) and stats (followers, following, total likes, video count).
QUERY PARAMS
TikTok handle (without the leading @).
Example: marvel
{
"user": {
"bio": "Marvel social media manager",
"handle": "marvel",
"user_id": "6857582733233931270",
"bio_link": "Marvel.com",
"is_private": false,
"is_verified": true,
"display_name": "Marvel Entertainment",
"twitter_handle": null,
"avatar_large_url": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/18268f8156ffef4e261566ba8fbd9516~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640&refresh_token=88d6406e&x-expires=1784865600&x-signature=AZKnF6vsHn176dDiA%2ByUsX60SK4%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=2472a6c6&idc=useast8",
"instagram_handle": null,
"avatar_medium_url": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/18268f8156ffef4e261566ba8fbd9516~tplv-tiktokx-cropcenter:720:720.webp?dr=9640&refresh_token=33bd5391&x-expires=1784865600&x-signature=u%2FQBs7gvxxtwUVX4B4XgnLOlbOY%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=2472a6c6&idc=useast8",
"account_created_at": 1596655540,
"youtube_channel_id": null,
"avatar_thumbnail_url": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/18268f8156ffef4e261566ba8fbd9516~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=5ce12eab&x-expires=1784865600&x-signature=OgKidHrLGmlNhWz%2BNJV4x98mZEk%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=2472a6c6&idc=useast8",
"youtube_channel_title": null
},
"stats": {
"total_likes": 230640749,
"video_count": 2039,
"follower_count": 15610830,
"following_count": 0
}
}