Support needed? Reach out! 📧

Tiktok Followers API

Scrape TikTok follower data for any creator, useful for audience research, influencer vetting, and tracking account growth over time.

python-logo Python
Tiktok User Followers
1 import requests
2  
3 root = "https://ensembledata.com/apis"
4 endpoint = "/tt/user/followers"
5 params = {
6   "id""6784819479778378757",
7   "secUid""MS4wLjABAAAAQ45IcDZIqrknyl0FDjs7xDlcxlaRE7CcBx1ENxYkWK00UpeKTTlCQWKxq6t9QM6b",
8   "cursor"0,
9   "page_token""",
10   "token""YOUR-TOKEN-HERE"
11 }
12  
13 res = requests.get(root+endpoint, params=params)
14 print(res.json())
15  

Why Developer Teams Use Our API

Full Follower Lists

Paginate through an account's complete public follower base instead of a capped sample.

Influencer Audience Vetting

Check who actually follows a creator before committing budget to a sponsorship deal.

Find Shared Audiences

Cross-reference follower lists across creators to spot overlapping fan bases worth targeting.

Growth Tracking Over Time

Store follower snapshots on a schedule to chart an account's real growth curve.

No Login Needed

Access public follower data through a simple API call, no TikTok session required.

Structured Profile Data

Every follower entry returns clean username and profile fields, ready for further lookups.

Scrape Tiktok Data Effortlessly

Analyze TikTok audiences without the manual work. Fetch follower lists, engagement breakdowns, and growth signals straight from our follower data API.

deco-icon

Audience Authenticity Check

Review a TikTok creator's follower list to help spot bought or bot followings.

deco-icon

Scheduled Growth Snapshots

Capture TikTok follower lists on a recurring schedule to chart real growth.

deco-icon

Segment by Follower Type

Break down a TikTok creator's followers to understand audience composition.

Tiktok Scraping Features

Segment TikTok audiences and benchmark influencer reach with our API tools, built for growth marketers who need reliable data at scale.

  • Paginate through a creator's complete public follower base instead of a partial sample.
  • Cross-reference follower lists across multiple accounts to spot overlapping audiences.
  • Capture follower snapshots on a schedule to chart an account's real growth curve.
  • Vet an influencer's audience authenticity before committing budget to a partnership.
  • Retrieve usernames, nicknames, and profile pictures for every follower without a login.

Starting crawling Tiktok now!

deco-icon

Get Your API Key in Minutes

Create a free account (no credit card required) and receive an API token instantly to test endpoints, pull live data, and rapidly prototype integrations. Upgrade as your needs grow.

Get started free
deco-icon

Developer Support

Need help integrating or customizing data for your workflows? Our developer success team offers onboarding, guidance, and enterprise support to get your project production-ready.

Contact us

Frequently Asked Questions

It returns the list of accounts following a given TikTok user, including their usernames and public profile details.

Yes, the endpoint paginates through a user's public followers, letting you collect the full list rather than a partial sample.

Yes, as long as the account is public and its follower list is visible, you can retrieve it through this endpoint.

Each page returns a batch of followers with a pagination cursor; accounts with millions of followers require many sequential requests to retrieve the full list.

Each entry includes the username, nickname, and profile picture URL; full bio text requires a separate call to the User Profile Information endpoint for that follower.

Retrieval time scales with follower count since pagination is sequential; accounts with millions of followers can take a meaningful batch job rather than a single quick call.

If TikTok itself restricts visibility, the endpoint returns an empty or limited result, mirroring what's publicly visible on the app.

Yes, pulling a creator's follower list is a common step in verifying audience authenticity before committing to a sponsorship deal.

Yes, calling this endpoint for multiple accounts lets you cross-reference follower lists to find shared or overlapping audiences.