Tiktok-Profile-Scraper avatar
Tiktok-Profile-Scraper

Pricing

$2.00/month + usage

Go to Store
Tiktok-Profile-Scraper

Tiktok-Profile-Scraper

Developed by

Lazy Scraper

Lazy Scraper

Maintained by Community

This tool extracts public TikTok profile data with speed and accuracy. It collects key attributes including: - Username - Display Name - Bio - Profile Image URLs - Region - Profile Link - Verification Status - Engagement stats: Follower Count, Total Likes, Video Count

0.0 (0)

Pricing

$2.00/month + usage

5

Total users

9

Monthly users

9

Runs succeeded

94%

Last modified

24 days ago

TikTokProfileScraper

What is TikTokProfileScraper?

TikTokProfileScraper is a lightweight and powerful tool that lets you scrape public profile information from any TikTok user. Just provide a username, and the scraper will retrieve key profile metadata, follower counts, video counts, and engagement metrics — all in structured JSON format. Whether you’re analyzing influencer profiles like @khaby.lame or monitoring brand accounts, this tool makes it easy to access high-quality TikTok data for research, reporting, or automation.

📌 中文介紹

這個工具能夠快速且準確地擷取 TikTok 公開個人檔案資料,
可收集的資訊包含:用戶名稱、暱稱、自我介紹、頭像網址、公開電子郵件(如有)、所屬地區、個人檔案連結、驗證狀態,以及關注者數、總按讚數、影片數等互動統計數據。
核心優勢: 提供即時且關鍵的帳號資料,有助於進行網紅分析、市場研究或社群媒體監控等應用。

Why scrape TikTok profiles?

Scraping TikTok profiles provides valuable insights into influencer performance, audience size, and content strategy. This information can be used for:

  • Influencer and creator analysis
  • Social media trend monitoring
  • Market research and competitive benchmarking
  • Academic research on social media behavior
  • Populating dashboards or analytics platforms

Features

  • Simple and Fast: Scrape TikTok profiles in seconds with minimal setup.
  • Public Profiles Only: Works on publicly visible accounts (no login required).
  • Rich Data Output: Includes user ID, username, nickname, avatar URLs, bio (signature), region, and more.
  • Engagement Stats: Get follower count, following count, total video count, and like count.
  • Clean JSON Structure: Ready for direct use in Python scripts, data pipelines, or exports.

Output Data Structure

Profile

  • id: Unique user ID
  • uniqueId: TikTok handle (e.g., khaby.lame)
  • nickname: Display name
  • avatarLarger / avatarMedium / avatarThumb: URLs for different avatar resolutions
  • signature: User bio
  • region: User location (e.g., US) (from tiktok's API data)
  • verified: Whether the user is verified
  • language: Profile language setting

Stats

  • followerCount: Total followers
  • followingCount: Number of accounts followed
  • heart / heartCount: Total likes across all posts
  • videoCount: Number of published videos
  • diggCount: Total likes by the user
  • friendCount: Mutual followers count

Example Use Case

Scrape the profile of the world influencer Khaby Lame:

[
{
"profile": {
"id": "127905465618821121",
"shortId": "",
"uniqueId": "khaby.lame",
"nickname": "Khabane lame",
"avatarLarger": "https://p16-common-sign-useast2a.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/e755d298d36b3175a2ca87d603b5dc2d~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=9640&refresh_token=c9f6737e&x-expires=1745334000&x-signature=UBtavqKo5ruQmK%2BmU0QKckSrJ0Q%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=useast8",
"avatarMedium": "https://p16-common-sign-useast2a.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/e755d298d36b3175a2ca87d603b5dc2d~tplv-tiktokx-cropcenter:720:720.jpeg?dr=9640&refresh_token=3651bc0d&x-expires=1745334000&x-signature=GdDz0tNBj7%2BRBiNVFvXqfOqrXrM%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=useast8",
"avatarThumb": "https://p16-common-sign-useast2a.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/e755d298d36b3175a2ca87d603b5dc2d~tplv-tiktokx-cropcenter:100:100.jpeg?dr=9640&refresh_token=2e21a184&x-expires=1745334000&x-signature=dAljhkvLEBeppsG%2FRCk0m797yRE%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=useast8",
"signature": "If you want to laugh you are in the right place😎\nteam@khabylame00.com",
"createTime": 1470866554,
"verified": true,
"secUid": "MS4wLjABAAAAwAg0rSzO65WQfz4RzQgGv2Xdv108BgPXhRrrmNVIHQZ9PO8-flwwRtEppYTS0OjA",
"ftc": false,
"relation": 0,
"openFavorite": false,
"bioLink": {
"link": "https://bit.ly/3Zn5cDf",
"risk": 3
},
"commentSetting": 0,
"commerceUserInfo": {
"commerceUser": false
},
"duetSetting": 0,
"stitchSetting": 0,
"privateAccount": false,
"secret": false,
"isADVirtual": false,
"roomId": "",
"uniqueIdModifyTime": 0,
"ttSeller": false,
"region": "US",
"downloadSetting": 0,
"profileTab": {
"showMusicTab": false,
"showQuestionTab": false,
"showPlayListTab": false
},
"followingVisibility": 1,
"recommendReason": "",
"nowInvitationCardUrl": "",
"nickNameModifyTime": 0,
"isEmbedBanned": false,
"canExpPlaylist": true,
"profileEmbedPermission": 1,
"language": "en",
"eventList": [],
"suggestAccountBind": false,
"isOrganization": 0
},
"stats": {
"followerCount": 162600000,
"followingCount": 82,
"heart": 2500000000,
"heartCount": -1771352937,
"videoCount": 1274,
"diggCount": 0,
"friendCount": 74
}
}
]