Tiktok Followers Api Scraper
Pricing
$19.99/month + usage
Tiktok Followers Api Scraper
TikTok Followers API Scraper extracts follower data from TikTok profiles using API-based collection. Gather usernames, profile links, bios, follower counts, and engagement insights to identify audiences, influencers, or potential leads for marketing, analytics, and outreach. 📊🎯
Pricing
$19.99/month + usage
Rating
0.0
(0)
Developer

SimpleAPI
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrape follower lists for TikTok profiles. Uses Playwright to load profile pages, open the followers modal, and collect follower data. Output matches the structure of TikTok's follower API (authorMeta, connectedTo, connectionType, connectionDescription).
Why use this Actor?
- Bulk URLs: Enter multiple profile URLs or usernames in one run.
- Proxy fallback: Runs with no proxy by default; automatically falls back to datacenter then residential proxy if TikTok blocks requests. Sticks with residential for remaining profiles after fallback.
- Structured output: Each follower includes full author and connected-to profile info (id, name, profileUrl, nickName, verified, signature, stats, etc.).
Input
| Field | Type | Required | Description |
|---|---|---|---|
startUrls | array | Yes | TikTok profile URLs (e.g. https://www.tiktok.com/@nike) or usernames (e.g. nike). Supports bulk. |
proxyConfiguration | object | Yes | Proxy settings. Default no proxy; actor falls back to datacenter/residential if blocked. |
maxFollowersPerProfile | integer | No | Max followers to collect per profile (default: 100, max: 5000). |
sid_tt | string | No | Optional TikTok session cookie for better access. |
Example input (JSON):
{"startUrls": [{ "url": "https://www.tiktok.com/@nike" },{ "url": "khaby.lame" }],"proxyConfiguration": { "useApifyProxy": false },"maxFollowersPerProfile": 100,"sid_tt": ""}
Output
Dataset contains one item per follower. Each item has:
sourceProfile: username of the profile whose followers were scrapedauthorMeta: follower user (id, name, profileUrl, nickName, verified, signature, avatar, stats: following, friends, fans, heart, video, digg, etc.)connectedTo: profile that was scraped (same structure)connectionType:"following"connectionDescription: e.g."khaby.lame is following arnaldomangini"
Export the dataset as JSON and group by sourceProfile to get the same shape as a single object keyed by profile with arrays of followers.
How to use (Apify Console)
- Open Apify Console and go to Actors.
- Find tiktok-followers-api-scraper and open it.
- Under Input, add TikTok profile URLs or usernames in URLs or usernames (bulk). Set Limit and Proxy configuration if needed.
- Click Start.
- Watch Log for progress; open Output (dataset) when the run finishes.
- Export results as JSON or CSV.
Cautions
- Data is from public profiles only. No private or password-protected content.
- You are responsible for compliance with TikTok’s terms and applicable laws (privacy, data protection, etc.).