TikTok Profile Details Scraper avatar

TikTok Profile Details Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
TikTok Profile Details Scraper

TikTok Profile Details Scraper

Extract TikTok user profiles with follower counts, bios, and account settings from profile pages. 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

5

Total users

1

Monthly active users

2 days ago

Last modified

Share

This actor extracts Profiles from TikTok. It runs on user profile pages and returns data including engagement metrics, account settings, and verification status.


Want more from TikTok?

This actor covers Profiles only. The full TikTok Scraper browser extension also includes Videos, Comments, Users 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


Data Fields

Field NameDescriptionExample
UsernameUnique handle of the user"khaby.lame"
NicknameDisplay name of the user"Khaby lame"
BioUser profile description"If you want to laugh you are in the right place"
Follower CountTotal number of followers162000000
Following CountTotal number of accounts followed78
Like CountTotal likes received across all videos2400000000
Video CountTotal number of public videos1200
Avatar URLLink to the profile picture"https://p16-sign-va.tiktokcdn.com/avatar.jpg"
Is Private AccountBoolean indicating if account is privatefalse
Is VerifiedBoolean indicating if account is verifiedtrue
Can DuetIf other users can duet with this usertrue
Can StitchIf other users can stitch with this usertrue
Allow DownloadIf video downloads are enabledtrue
Allow CommentsIf comments are enabled globallytrue
Show Playlist TabIf the playlist tab is visibletrue
Is Commercial UserIf the account is a business profilefalse
Is Embed BannedIf the user content is restricted from embeddingfalse
User URLDirect link to the TikTok profile"https://www.tiktok.com/@khaby.lame"

Input

  • urls: Array of TikTok user profile URL strings.
  • maxItems: Max items per URL, default 100.

Example Input

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

Example Output

[
{
"Username": "tiktok",
"Nickname": "TikTok",
"Bio": "This is your day. Do it on TikTok.",
"Follower Count": 78500000,
"Following Count": 540,
"Like Count": 300000000,
"Video Count": 450,
"Avatar URL": "https://p16-sign-va.tiktokcdn.com/avatar1.jpg",
"Is Private Account": false,
"Is Verified": true,
"Can Duet": true,
"Can Stitch": true,
"Allow Download": true,
"Allow Comments": true,
"Show Playlist Tab": true,
"Is Commercial User": true,
"Is Embed Banned": false,
"User URL": "https://www.tiktok.com/@tiktok"
},
{
"Username": "example_user",
"Nickname": "Example",
"Bio": "Digital creator",
"Follower Count": 15000,
"Following Count": 200,
"Like Count": 50000,
"Video Count": 30,
"Avatar URL": "https://p16-sign-va.tiktokcdn.com/avatar2.jpg",
"Is Private Account": false,
"Is Verified": false,
"Can Duet": true,
"Can Stitch": true,
"Allow Download": false,
"Allow Comments": true,
"Show Playlist Tab": false,
"Is Commercial User": false,
"Is Embed Banned": false,
"User URL": "https://www.tiktok.com/@example_user"
}
]

Disclaimer

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