TikTok Profile Scraper — Followers, Bio & Stats avatar

TikTok Profile Scraper — Followers, Bio & Stats

Pricing

$2.70 / 1,000 per profile returneds

Go to Apify Store
TikTok Profile Scraper — Followers, Bio & Stats

TikTok Profile Scraper — Followers, Bio & Stats

Scrape TikTok creator profiles by username: followers, following, total likes, video count, bio, bio link, verified status, account age and avatar. Bulk-friendly. No login, no cookies.

Pricing

$2.70 / 1,000 per profile returneds

Rating

0.0

(0)

Developer

Scrapers Delight

Scrapers Delight

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 minutes ago

Last modified

Share

What is TikTok Profile Scraper?

TikTok Profile Scraper pulls creator profile data from TikTok in bulk — followers, total likes, video count, bio, bio link and verification status. No login, no cookies, no TikTok account.

Paste usernames, @handles or full profile URLs and run it. All three formats work, mixed together.

  • Bulk-friendly — pass hundreds of usernames in one run
  • Full creator stats — followers, following, total likes, video count
  • Bio and bio link — the creator's pitch and their outbound link
  • Verification and account age — filter to established, credible accounts
  • Runs light and cheap — plain HTTP on standard proxies, no browser needed
  • Export to Excel, CSV, JSON or HTML; schedule it or run it from the API

What data can this scraper extract?

👤 Username🏷️ Display name🔗 Profile URL
👥 Followers➡️ Following❤️ Total likes
🎬 Video count✅ Verified🔒 Private account
📝 Bio🌐 Bio link🛍️ Commerce/business account
📅 Account created🖼️ Avatar URL🆔 User ID + secUid

How do I use it?

⬇️ Input

{
"usernames": ["nasa", "@nba", "https://www.tiktok.com/@khaby.lame"]
}

⬆️ Output

{
"username": "khaby.lame",
"nickname": "Khabane lame",
"profile_url": "https://www.tiktok.com/@khaby.lame",
"followers": 162473028,
"following": 78,
"likes": 2648716706,
"video_count": 1346,
"verified": true,
"bio": "…",
"bio_link": "https://…",
"created_at": "2020-03-14T00:00:00.000Z",
"avatar_url": "https://…"
}

Usernames that no longer exist are reported in the log and skipped, so one typo never fails a run.

Common uses

  • Influencer marketing — vet creators by follower count, engagement and account age before outreach; the bio link is often their business site or contact page
  • Agency prospecting — build creator shortlists by niche
  • Competitor tracking — monitor rival brand accounts over time on a schedule
  • Audience research — compare posting volume and engagement across a set of creators

Frequently asked questions

Do I need a TikTok account or cookies? No.

Do I need residential proxies? No — it was measured at 14/15 successful fetches on standard Apify datacenter proxies, so the cheap default is the right one.

Does it return a creator's videos? No, and that's deliberate. TikTok does not include a creator's video list in the profile page — videos load from a request-signed endpoint, which is a different job and belongs in its own actor. This one does profiles properly.

What if a username doesn't exist? It's detected immediately, logged, and skipped. The run continues and still returns everyone else.

Is it legal? It reads publicly visible profile pages with no login. Profile data can still be personal data, so you are responsible for complying with TikTok's Terms of Service and applicable privacy law in how you store and use it.

Your feedback

Hit a bug or want another field? Open an issue on the Issues tab.