TikTok Email & Profile Scraper (Bulk)
Pricing
from $3.50 / 1,000 results
TikTok Email & Profile Scraper (Bulk)
Bulk TikTok profile scraper with no login or API key. Export emails, phones and follower stats to CSV/JSON — a cheap TikTok API alternative.
Pricing
from $3.50 / 1,000 results
Rating
0.0
(0)
Developer
Logiover
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Bulk-scrape public TikTok profiles and pull the contact email, phone and social handles out of every bio. This TikTok email scraper and profile data extractor takes a list of usernames or profile URLs and returns a clean, structured record for each — no login, no cookies, no API key.
Drop in a list of @usernames and get back a spreadsheet of profile stats and contacts. It runs on pure HTTP with no headless browser, which makes it one of the fastest and cheapest ways to enrich TikTok profiles in bulk.
What you get
One structured record per profile, with the real fields you need:
- username and profileUrl — handle and direct link.
- nickname, verified, privateAccount — display name and status flags.
- followerCount, followingCount, heartCount (total likes), videoCount — full stats, overflow-safe (billions, never negative).
- bio — the complete profile bio text.
- email — contact email parsed from the bio.
- phone — phone number when published.
- socialHandles — linked Instagram, YouTube, Twitter, Facebook and Linktree handles.
- bioLink — the external link in the profile.
- language — profile language metadata.
- avatar — profile picture URL.
Export to CSV, JSON, Excel or HTML, or pull the data through the Apify API and webhooks.
Use cases
- Lead enrichment — turn a list of handles into a contact-ready database with emails.
- Influencer vetting — verify follower and engagement counts before signing a deal.
- CRM hygiene — refresh follower stats and emails on a schedule.
- Research & analytics — snapshot competitor or category accounts over time.
How to use
- Add profiles — TikTok
@usernamesor full profile URLs. - (Optional) Turn on onlyWithEmail to keep only profiles that expose a contact email.
- (Optional) Tune maxConcurrency for speed and set a maxResults cap.
- Click Start and export the results.
Example input
{"profiles": ["khaby.lame", "@charlidamelio", "https://www.tiktok.com/@mrbeast"],"onlyWithEmail": false,"maxConcurrency": 10}
Example output
{"username": "khaby.lame","nickname": "Khabane lame","verified": true,"privateAccount": false,"followerCount": 161803949,"followingCount": 80,"heartCount": 2620236217,"videoCount": 1329,"bio": "If you want to laugh you are in the right place 😎 collab: team@khaby.com","bioLink": "https://linktr.ee/khaby.lame","language": "en","email": "team@khaby.com","phone": null,"socialHandles": { "instagram": "khaby00" },"avatar": "https://p16-sign.tiktokcdn.com/...","profileUrl": "https://www.tiktok.com/@khaby.lame"}
FAQ
Does this need a TikTok login or API key?
No. The actor reads only public profile data through residential proxies — no cookies, no account, no API key, and zero ban risk.
Will every profile have an email?
No — only creators who publish one in their bio. Turn on onlyWithEmail for an email-only list, or keep it off and also use the phone and socialHandles fields for extra contact paths.
Why is this cheaper than other TikTok scrapers?
It uses plain HTTP instead of a headless browser, so each profile costs a fraction of the compute. You can enrich thousands of profiles for very little.
Does it handle private or deleted accounts, and big like counts?
Yes. Private/deleted accounts are returned with a clear error flag instead of breaking the run, and counts are read from TikTok's string-based stats so totals over 2 billion stay exact.
Is this a TikTok API alternative for profile data?
Yes. It works as an unofficial TikTok API alternative — you scrape TikTok without an API key, reading public profile fields directly and returning them as structured records.
How do I export TikTok data to CSV or JSON?
Run the actor on your list of usernames and export the dataset to CSV, JSON, Excel or HTML, or pull it through the Apify API. It's a simple TikTok data export with no manual copy-paste.
Can I scrape TikTok without login or cookies?
Yes. This is a no-login TikTok profile scraper — it reads public data over plain HTTP with residential proxies, so no account, cookies or API key are needed.
Pairs well with
- TikTok Creator Lead Finder — discover the handles by niche, then bulk-enrich them here.
- TikTok Hashtag & Keyword Video Scraper — collect the authors, enrich in bulk.
Responsible use. This actor collects publicly available profile data only. You are responsible for complying with TikTok's Terms, the GDPR/CCPA and all applicable privacy laws.
Changelog
2026-06-07
- Docs: added coverage for TikTok API alternative use, exporting TikTok data to CSV/JSON, and scraping TikTok without login.
2026-06-05
- Reliability fix: results are no longer dropped by strict output validation — runs now complete cleanly even at high volume (thousands of results).
- Stability & performance hardening; fresh rebuild.
2026-06-04
- Verified live & refreshed build — reliability/maintenance pass.