Tiktok Followers Api Scraper avatar

Tiktok Followers Api Scraper

Pricing

$19.99/month + usage

Go to Apify Store
Tiktok Followers Api Scraper

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

SimpleAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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

FieldTypeRequiredDescription
startUrlsarrayYesTikTok profile URLs (e.g. https://www.tiktok.com/@nike) or usernames (e.g. nike). Supports bulk.
proxyConfigurationobjectYesProxy settings. Default no proxy; actor falls back to datacenter/residential if blocked.
maxFollowersPerProfileintegerNoMax followers to collect per profile (default: 100, max: 5000).
sid_ttstringNoOptional 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 scraped
  • authorMeta: 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)

  1. Open Apify Console and go to Actors.
  2. Find tiktok-followers-api-scraper and open it.
  3. Under Input, add TikTok profile URLs or usernames in URLs or usernames (bulk). Set Limit and Proxy configuration if needed.
  4. Click Start.
  5. Watch Log for progress; open Output (dataset) when the run finishes.
  6. 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.).