TikTok Profile Scraper avatar

TikTok Profile Scraper

Pricing

Pay per event

Go to Apify Store
TikTok Profile Scraper

TikTok Profile Scraper

Extract TikTok user profiles: follower counts, bio, verification status, video count, likes, and more. Provide a list of usernames or profile URLs.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Extract public TikTok user profile data from a list of usernames or profile URLs. No login required. Scrapes follower counts, bio, verification status, video count, total likes, and more.

What you get

Each result contains:

FieldDescription
usernameTikTok handle (without @)
nicknameDisplay name shown on the profile
profile_urlFull URL to the TikTok profile
bioProfile biography / signature text
avatar_urlProfile avatar image URL (largest available)
verifiedWhether the account has a verified badge (true/false)
follower_countNumber of followers
following_countNumber of accounts the user follows
heart_countTotal likes received across all videos
video_countNumber of public videos posted
private_accountWhether the account is set to private (true/false)
regionRegion/country associated with the account
scraped_atISO 8601 timestamp when the record was collected

Input

Provide a list of TikTok usernames or profile URLs:

{
"profiles": [
"charlidamelio",
"@khaby.lame",
"https://www.tiktok.com/@mrbeast"
],
"maxItems": 100
}

Input fields

FieldRequiredDescription
profilesYesArray of TikTok usernames (with or without @) or full profile URLs
maxItemsNoMaximum number of profiles to return. 0 = no limit. Default: 0

Tips

  • You can mix formats: bare username, @username, or https://www.tiktok.com/@username
  • Private accounts return a record with private_account: true and null stats
  • Deleted or suspended accounts produce no output record (the scraper logs a warning)

Notes

  • Only publicly available profile data is collected — no private posts, DMs, or account settings
  • Works for all public TikTok accounts regardless of follower count
  • Rate is limited to ~2 concurrent requests with delays to avoid detection