TikTok User Profile Scraper avatar

TikTok User Profile Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
TikTok User Profile Scraper

TikTok User Profile Scraper

Extract TikTok user profile data including follower counts, bios, verification status, and account settings. Powered by TikTok Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Categories

Share

This actor extracts User Profile data from TikTok. It collects account metrics, verification status, and privacy settings from specific profile pages. Use this tool to monitor account growth and verify user details.

Data Fields

Field NameDescriptionExample
UsernameUnique account handle"khabylame"
NicknameDisplay name on profile"Khaby Lame"
BioProfile description text"Learn from the master of simplicity."
Follower CountTotal number of followers162000000
Following CountTotal number of accounts followed78
Like CountTotal likes received across videos2400000000
Video CountTotal public videos posted1200
Avatar URLLink to profile picture"https://p16-sign-va.tiktokcdn.com/avatar.jpg"
Is Private AccountBoolean privacy statusfalse
Is VerifiedBoolean verification statustrue
Can DuetIf duets are enabledtrue
Can StitchIf stitches are enabledtrue
Allow DownloadIf video downloads are enabledtrue
Allow CommentsIf comments are enabledtrue
Show Playlist TabIf playlists are visibletrue
Is Commercial UserIf account is a business profilefalse
Is Embed BannedIf embedding is restrictedfalse
User URLDirect link to the profile"https://www.tiktok.com/@khabylame"

Input

  • urls: Array of TikTok profile URL strings. Only tiktok.com user profile pages are supported.
  • maxItems: Maximum number of profiles to process per URL. Default is 100.

Example Input

{
"urls": ["https://www.tiktok.com/@khabylame"],
"maxItems": 1
}

Example Output

[
{
"username": "khabylame",
"nickname": "Khaby Lame",
"bio": "Learn from the master of simplicity.",
"followerCount": 162000000,
"followingCount": 78,
"likeCount": 2400000000,
"videoCount": 1200,
"avatarUrl": "https://p16-sign-va.tiktokcdn.com/avatar1.jpg",
"isPrivateAccount": false,
"isVerified": true,
"canDuet": true,
"canStitch": true,
"allowDownload": true,
"allowComments": true,
"showPlaylistTab": true,
"isCommercialUser": false,
"isEmbedBanned": false,
"userUrl": "https://www.tiktok.com/@khabylame"
},
{
"username": "zachking",
"nickname": "Zach King",
"bio": "Bringing a little more magic into the world.",
"followerCount": 82000000,
"followingCount": 110,
"likeCount": 1100000000,
"videoCount": 540,
"avatarUrl": "https://p16-sign-va.tiktokcdn.com/avatar2.jpg",
"isPrivateAccount": false,
"isVerified": true,
"canDuet": true,
"canStitch": true,
"allowDownload": true,
"allowComments": true,
"showPlaylistTab": true,
"isCommercialUser": true,
"isEmbedBanned": false,
"userUrl": "https://www.tiktok.com/@zachking"
}
]

Want more from TikTok?

This actor only covers User Profile. The full TikTok Scraper browser extension also includes Videos in a List, Video Details, Video Comments, User Follows with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the TikTok Scraper extension

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.