TikTok User Followers API
Get a TikTok user's followers list with profile data. Audience analysis from $0.01/call.
Fetch the followers list for any TikTok user. Returns follower profiles with basic metadata and pagination support.
Try it live
Fill in the fields and hit Run to see a real response.
{
"ok": true,
"data": {
"followers": [
{
"uniqueId": "fan123",
"nickname": "Fan"
}
],
"cursor": "20",
"hasMore": true
}
}Features
Provide a creator's numeric user_id and retrieve the accounts that follow them, returned as a paginated followers array.
Each follower entry includes a uniqueId and nickname, giving you identifiable profiles rather than anonymous counts.
Cursor and hasMore fields let you walk through a large follower base page by page to assemble a complete audience snapshot.
Enumerating the follower list lets you discover and segment the real accounts that make up a creator's audience.
Use cases
Audience Analysis
Analyze a creator's follower base for demographics and interests.
Follower Overlap
Find common followers between creators for partnership insights.
Quick start
Copy this snippet and start making calls.
const res = await fetch('https://api.yepapi.com/v1/tiktok/user-followers', {
method: 'POST',
headers: {
'x-api-key': 'YOUR_API_KEY',
'Content-Type': 'application/json',
},
body: JSON.stringify({
"user_id": "6753174029657301",
"cursor": "0",
"count": "20"
}),
});
const data = await res.json();
console.log(data);TikTok User Followers API for audience analysis
The YepAPI TikTok User Followers API enumerates the accounts that follow a creator. Pass their numeric user ID and page through the follower list — each follower with a username and nickname — to turn a single follower count into an actual, analyzable audience.
It is the endpoint for audience research and overlap analysis. Resolve the user ID with the TikTok User Profile API first, then enrich any interesting follower with that same Profile API to study who is really in a creator's audience.
What is a TikTok User Followers API?
A TikTok User Followers API returns the list of accounts that follow a given creator, rather than just the headline follower number. With YepAPI you POST a numeric user_id to /v1/tiktok/user-followers and receive a followers array where each entry carries a uniqueId and nickname, plus a cursor and hasMore flag for paging. Because TikTok has no open follower endpoint, this provides structured access to the makeup of an audience — letting you move beyond counts to study the actual profiles that constitute a creator's following.
Build your own audience analysis tool
This endpoint powers audience-analysis and follower-overlap tools. Page through a creator's followers, collect their handles, then enrich a sample with the User Profile API to estimate audience demographics and interests. Compare two creators' follower sets to find shared audiences — invaluable for partnership and co-marketing decisions. Because the call requires a numeric user_id, start with the User Profile API to resolve it. The same YepAPI key reaches Instagram and YouTube audience data as well.
TikTok User Followers API pricing — $0.01 per call
Each call costs $0.01 and returns one page of followers plus a cursor. You pay per page, so the cost scales with how deep you crawl. Sampling 1,000 followers across 50 pages costs about $0.50, while a full enumeration of a very large account costs more — you control the depth and therefore the spend.
From follower counts to follower overlap
A raw follower number tells you reach but nothing about who is listening. By enumerating actual follower profiles, you can compute the overlap between two creators, identify shared communities, and judge whether an influencer's audience matches your target. This overlap analysis — comparing follower lists across creators — is something a simple profile count can never reveal, and it is exactly what this endpoint is built to enable.
Try the TikTok User Followers API free
Start with $5 in free credit and no card required. That is 500 page fetches — enough to sample several audiences and build an overlap tool before paying. Sign up, copy your key, and pull your first follower list now.
Start making API calls in 30 seconds
$5 free credit on signup. No credit card required. Pay per call.
What developers say
“Switched from SerpAPI and cut our SERP costs by 80%. Same data quality, way simpler billing.”
“One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.”
“The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.”
Frequently asked questions
Fetch the followers list for any TikTok user. Returns follower profiles with basic metadata and pagination support.
Each API call costs $0.01. No monthly minimums or subscriptions — you only pay for what you use.
Sign up for a free API key, then send a POST request to /v1/tiktok/user-followers. Check the code example above for a ready-to-use snippet in JavaScript, cURL, or Python.
YepAPI bundles SEO, AI, and web scraping APIs under one key with no monthly minimums. You get lower per-call pricing, a unified dashboard, and one billing account instead of managing multiple providers.
Ready to integrate?
Get your API key and start making calls in 30 seconds. $5 free credit on signup — no credit card required.
More tiktok api endpoints
Search
$0.01Search TikTok videos by keyword with sorting and filtering. Content discovery and trend research from $0.01/call.
Search Users
$0.01Search TikTok users by keyword. Find creators and influencers from $0.01/call.
Search Challenges
$0.01Search TikTok challenges and hashtag trends. Trend tracking from $0.01/call.