TikTok Followers Scraper avatar

TikTok Followers Scraper

Pricing

$3.00 / 1,000 follower scrapeds

Go to Apify Store
TikTok Followers Scraper

TikTok Followers Scraper

Scrape the full followers list of any public TikTok profile — export username, verification status, bio, and profile URL for every follower.

Pricing

$3.00 / 1,000 follower scrapeds

Rating

0.0

(0)

Developer

Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract the full followers list of any public TikTok profile — username, nickname, verification status, bio, and engagement stats for every follower. No login required.

What you get

  • Username, nickname, verification status, and profile picture for every follower
  • Follower/following counts, heart count, and video count for each follower account
  • Paginated output: each run returns a cursor so you can fetch millions of followers across multiple runs
  • Export to JSON, CSV, or Google Sheets directly from the Apify console

Use cases

  • Audience research and competitive analysis
  • Lead generation — find and qualify an account's real audience
  • Influencer vetting — sanity-check follower quality behind a follower count
  • Community and fan analysis for creators and brands

How to use

  1. Enter the TikTok username (with or without @)
  2. Set Max Followers (default 1000 per run; set 0 for unlimited)
  3. Run the actor — results appear in the Dataset tab
  4. To fetch the next page, open the Key-value store tab, copy the NEXT_PAGE_ID value, and paste it into Page ID on your next run. If NEXT_PAGE_ID is null, you've fetched everyone.

Output format

Each dataset record is one follower:

{
"userId": "267488256756457472",
"username": "xeena74",
"nickname": "nicole",
"isVerified": false,
"isPrivate": false,
"secUid": "MS4wLjABAAAA...",
"avatarUrl": "https://...",
"signature": "bio text",
"bioLink": "",
"profileUrl": "https://www.tiktok.com/@xeena74",
"followerCount": 1163,
"followingCount": 652,
"heartCount": 13200,
"videoCount": 21
}