VOOZH about

URL: https://apify.com/api-ninja/tiktok-followers-scraper

โ‡ฑ Tiktok Followers Scraper ยท Apify


Pricing

from $0.75 / 1,000 results

Go to Apify Store

Tiktok Followers Scraper

๐Ÿ”ฅ Scrape TikTok followers or following at scale from profile URLs, @handles, or user IDs. Fast, paginated, structured, and ready for API, scheduling, and automations on Apify.

Pricing

from $0.75 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ API ninja

API ninja

Maintained by Community

Actor stats

1

Bookmarked

74

Total users

64

Monthly active users

a month ago

Last modified

Share

What does TikTok Followers / Following Scraper do?

TikTok Followers / Following Scraper lets you extract TikTok followers or TikTok following lists from public TikTok profiles such as tiktok.com. It accepts a simple list of profile URLs, @handles, usernames, or numeric user IDs, then collects paginated profile data into a clean dataset you can use immediately.

This Actor is intentionally focused. It does not scrape videos, playlists, comments, favorites, or search results. It is built for one job only: getting follower or following profile lists quickly, with structured output and scalable runs on Apify.

Because it runs on the Apify platform, you also get key production advantages out of the box:

  • ๐Ÿš€ Run it from the UI or API
  • โฐ Schedule recurring scrapes
  • ๐Ÿ”Œ Connect it to Make, Zapier, webhooks, or custom pipelines
  • ๐Ÿ“Š Monitor runs and logs
  • ๐Ÿ’พ Download results as JSON, CSV, Excel, or HTML

Why use TikTok Followers / Following Scraper?

If you need TikTok network data without extra noise, this Actor keeps the workflow simple.

Common use cases:

  • ๐Ÿ‘ฅ Build lists of followers for creator research
  • โžก๏ธ Analyze who an account follows
  • ๐Ÿ“ˆ Compare audience overlap across multiple creators
  • ๐ŸŽฏ Find prospects, influencers, or niche communities
  • ๐Ÿง  Enrich lead lists or social intelligence datasets
  • ๐Ÿ”„ Run recurring monitoring for account growth and relationship changes

This is useful for agencies, growth teams, analysts, lead generation workflows, and anyone who needs TikTok profile relationship data without having to scrape unrelated profile content.

How to scrape TikTok followers or following

Using this Actor is straightforward:

  1. Open the Actor in Apify Console.
  2. Add one or more TikTok profile inputs.
  3. Choose whether you want to scrape Followers or Following.
  4. Set a maximum result count per profile, or enable Parse all available results.
  5. Start the run.
  6. Export the dataset or consume it from the Apify API.

This setup works well for both no-code users and developers. If you want a one-off export, run it manually in the UI. If you want automation, schedule runs or trigger the Actor from your application.

Input

TikTok Followers / Following Scraper has a deliberately small input surface. Check the Input tab in Apify Console for field descriptions and validation.

Main input fields:

  • userQueries - TikTok profile URLs, usernames, @handles, or numeric user IDs
  • relation - choose followers or following
  • maxItems - max number of profiles to collect per source
  • parseAll - ignore the limit and continue pagination until finished

Example input:

{
"userQueries":[
"https://www.tiktok.com/@taylorswift",
"@billieeilish",
"therock"
],
"relation":"followers",
"maxItems":500,
"parseAll":false
}

Output

Each dataset item represents one scraped TikTok profile from the selected followers or following list. You can download the dataset extracted by TikTok Followers / Following Scraper in various formats such as JSON, HTML, CSV, or Excel.

Example output:

[
{
"relation":"followers",
"input":"https://www.tiktok.com/@taylorswift",
"sourceUserId":"107955",
"sourceUserType":"unique_id",
"sourceUserValue":"taylorswift",
"position":1,
"data":{
"unique_id":"exampleuser",
"nickname":"Example User",
"avatar":"https://example.com/avatar.jpg",
"sec_uid":"MS4wLjABAAAA...",
"follower_count":12400,
"following_count":310,
"favoriting_count":1200,
"total_favorited":84500
}
}
]

What data can this TikTok scraper extract?

The Actor focuses on the most useful profile-level fields from TikTok follower/following results.

FieldDescription
relationWhether the item came from the followers or following list
inputThe original profile input you submitted
sourceUserIdThe resolved TikTok user ID of the source account
sourceUserValueThe original username or ID used for scraping
positionItem order in the paginated result set
data.unique_idTikTok handle of the scraped profile
data.nicknameDisplay name
data.avatarAvatar image URL
data.sec_uidTikTok secure user identifier
data.follower_countFollower count for that scraped profile
data.following_countFollowing count for that scraped profile
data.favoriting_countFavoriting count when available
data.total_favoritedTotal likes/favorites when available

How much does it cost to scrape TikTok followers or following?

The exact cost depends on how many profiles you submit and whether you scrape only a limited sample or paginate through the full list. In practice, this Actor is easiest to control when you start with a small maxItems value, validate the output shape, and only then scale up.

For example:

  • ๐Ÿ’ธ Small test runs are suitable for checking a handful of profiles
  • ๐Ÿ“ฆ Medium runs work well for creator research or prospecting batches
  • ๐Ÿญ Larger scheduled runs are better for recurring monitoring and enrichment pipelines

Because this Actor runs on Apify, pricing is tied to your platform usage and plan. That means you can start small, estimate consumption from real runs, then scale with scheduling, API access, and integrations once the workflow is stable.

Tips for better results

  • ๐ŸŽฏ If you only need a sample, keep parseAll disabled and use maxItems
  • โšก Start with one or two profiles before launching large batches
  • ๐Ÿ“š Use followers for audience discovery and following for competitor mapping
  • ๐Ÿ” Schedule repeat runs if you want to monitor network changes over time
  • ๐Ÿงฉ Combine this Actor with the Apify API if you want to feed the data into your app or CRM

Related TikTok Actors

If you need broader TikTok workflows, these related Actors may help:

FAQ, disclaimers, and support

Is it legal to scrape TikTok data?

This Actor is designed to collect data that is publicly visible on TikTok profiles. It is your responsibility to use the data in compliance with applicable laws, regulations, platform terms, and any privacy obligations that apply in your jurisdiction.

Does this Actor scrape private followers or private accounts?

No. The Actor is intended for publicly accessible TikTok profile relationship data only.

Can I use this Actor without coding?

Yes. The Apify Console UI is enough for most users. If you are technical, you can also trigger runs through the API and plug the output into your own systems.

Where can I get help or request improvements?

If you run into issues or want additional features, use the Issues tab on the Actor page. Feedback is useful, especially if you have edge cases around input formats, pagination depth, or export workflows. Custom adjustments and related TikTok automation work can also be built from this Actor as a base.

You might also like

TikTok Followers Scraper

automation-lab/tiktok-followers-scraper

Extract TikTok followers and following lists from any public profile. Returns username, display name, follower count, and profile URL for each account.

๐Ÿ‘ User avatar

Stas Persiianenko

30

Tiktok Followers / Following Scraper

scraping_solutions/tiktok-followers-following-scraper

Scrape TikTok followers or following for multiple usernames in one run. Perfect for lead generation, audience research, competitor analysis, and influencer discovery. Fast, clean, and export-ready with structured data and unique profiles.

๐Ÿ‘ User avatar

Scraping Solutions

91

5.0

TikTok Profile Scraper

cleansyntax/tiktok-profile-scraper

Scrape TikTok user information including followers, likes, profile images, bio, and verification status from any username or profile URL.

TikTok Followers Scraper

clockworks/tiktok-followers-scraper

Scrape TikTok followers and following profiles from any account. Input a profile name, and get detailed lists of followers and following profiles with complete metadata. Perfect for lead generation, audience analysis, and segmentation.

5.1K

4.3

Best Tiktok Followers Scraper

scrape-creators/best-tiktok-followers-scraper

Scrape the followers of any public TikTok account. Get usernames, profile URLs, bios, follower counts, and more. Just enter one or more TikTok usernames and extract their followers in bulk. Perfect for influencer research, lead gen, or audience analysis.

๐Ÿ‘ User avatar

Scrape Creators

903

4.5

TikTok Followers Scraper

easyapi/tiktok-followers-scraper

Extract detailed follower information from TikTok accounts with this powerful scraper. Get comprehensive user data including profile stats, engagement metrics, and account details. Perfect for social media analysis, influencer research, and audience insights. ๐ŸŽต

Tiktok Followers Count Scraper

kawsar/tiktok-followers-count-scraper

TikTok follower count scraper that pulls followers, following, likes, and video stats for any public username, so you don't have to look them up by hand.

TikTok Profile Scraper | Followers, Likes & Bio Data

benthepythondev/tiktok-profile-scraper

Scrape TikTok profiles at scale. Extract followers, following, likes, video count, bio, bio link & verified status. Fast HTTP-based - no browser needed. Supports usernames & URLs. Perfect for influencer research, competitor analysis & lead generation.

Tiktok Profile Data Scraper

coderx/tiktok-profile-data-scraper

Tiktok Profile Insights Scraper is a lightweight tool that collects detailed public data from a list of Tiktok usernames. It fetches profile info to help you analyze accounts at scale.

Tiktok Following Scraper

sociavault/tiktok-following-scraper

Extract TikTok following data including accounts that users follow. Get usernames, follower counts, bio, and engagement metrics. Perfect for influencer research, audience analysis, and network mapping.