TikTok doesn’t make it easy to browse who follows a creator. A TikTok followers API pulls that list programmatically—usernames, regions, avatars, and bios in structured JSON.
That unlocks real workflows:
- Audience research on competitor creators
- Lead lists built from niche followers
- Demographic breakdowns when you enrich profile data
Manual scrolling stops at a few dozen profiles. An API turns follower lists into data you can filter, enrich, and analyze at scale.
In this guide, you’ll learn:
- What fields you get from the followers endpoint
- How to paginate through large follower lists with min_time
- Ways to enrich followers with profiles, videos, and demographics
- Why an API beats browser automation for TikTok follower data
Here’s how to pull a list at scale.
What You Can Get
Using our TikTok Followers endpoint, you can grab:
- Username (
unique_id) - Region (country)
- Avatar (profile picture URL)
- Biography (
signature)
Example JSON snippet: *you can’t view the avatars because the url’s expire after a while
{
"followers": [
{
"avatar_larger": {
"url_list": [
"https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/a99ae12f4a7d4d3684ca661043441961~tplv-tiktokx-cropcenter-q:1080:1080:q70.heic?dr=13360&idc=no1a&ps=87d6e48a&s=COMMON_RELATION_LIST&sc=avatar&shcp=65db1d19&shp=30310797&t=223449c4",
"https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/a99ae12f4a7d4d3684ca661043441961~tplv-tiktokx-cropcenter-q:1080:1080:q70.webp?dr=13360&idc=no1a&ps=87d6e48a&s=COMMON_RELATION_LIST&sc=avatar&shcp=65db1d19&shp=30310797&t=223449c4"
]
},
"follower_count": 224,
"following_count": 1686,
"language": "en",
"nickname": "chance_bradley",
"region": "US",
"signature": "✞ Proverbs 3:6 ✞\nsc:chancetb10\nig:chancebradley10",
"uid": "7287081570401567786",
"unique_id": "chance_bradley"
},
{
"avatar_larger": {
"url_list": [
"https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/ed6dc8b1952f462908036cf50ee48918~tplv-tiktokx-cropcenter-q:1080:1080:q70.heic?dr=13360&idc=no1a&ps=87d6e48a&s=COMMON_RELATION_LIST&sc=avatar&shcp=65db1d19&shp=30310797&t=223449c4",
"https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/ed6dc8b1952f462908036cf50ee48918~tplv-tiktokx-cropcenter-q:1080:1080:q70.webp?dr=13360&idc=no1a&ps=87d6e48a&s=COMMON_RELATION_LIST&sc=avatar&shcp=65db1d19&shp=30310797&t=223449c4"
]
},
"follower_count": 173,
"following_count": 353,
"language": "en",
"nickname": "Corey",
"region": "US",
"uid": "6763704013219316741",
"unique_id": "slowaf5oh"
},
{
"avatar_larger": {
"url_list": [
"https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/f9383631e777f149c78eefff138a4fa5~tplv-tiktokx-cropcenter-q:1080:1080:q70.heic?dr=13360&idc=no1a&ps=87d6e48a&s=COMMON_RELATION_LIST&sc=avatar&shcp=65db1d19&shp=30310797&t=223449c4",
"https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/f9383631e777f149c78eefff138a4fa5~tplv-tiktokx-cropcenter-q:1080:1080:q70.webp?dr=13360&idc=no1a&ps=87d6e48a&s=COMMON_RELATION_LIST&sc=avatar&shcp=65db1d19&shp=30310797&t=223449c4"
]
},
"follower_count": 68,
"following_count": 621,
"language": "en",
"nickname": "Jose Hernandez",
"region": "US",
"uid": "6820529861485331462",
"unique_id": "hoehernandez"
}
],
"has_more": true,
"max_time": 1754342057,
"min_time": 1754339219,
"next_page_token": "eyJtYXhfY3Vyc29yIjoxNzU0MzQyMDUyLCJtaW5fY3Vyc29yIjoxNzU0MzM5MjE5fQ==",
"offset": 0,
"total": 4462674
}
How to Get the Data
Check out the docs: https://docs.scrapecreators.com/v1/tiktok/user/followers
- Sign Up** For an API Key**
- Make a
GETrequest to ****https://api.scrapecreators.com/v1/tiktok/user/followers*Make sure you put the API key in ax-api-keyheader - **Paginate with min_time **
Use
min_timefrom the response and pass that as a query parameter to get more followers!
The Cool Stuff You Can Do With That Data
Once you’ve got a creator’s followers, that’s just the start. Here’s where it gets interesting:
- Enrich with profile info – Use our TikTok Profile endpoint to get bios, follower counts,
- See their content – Use our TikTok Profile Videos endpoint to pull their videos to understand what they post and how well they perform.
- Audience demographics – Use our Detect Age & Gender endpoint to figure out the gender and approximate age of each follower. Combine that with the
regionfield and you’ve got a full breakdown of where a creator’s audience is from and who they are. - Competitor analysis – See who follows your competitors, then reach out or target similar audiences.
- Lead generation – Build marketing lists of highly engaged users in your niche.
Why Use Scrape Creators?
We make it dead simple to get clean, structured TikTok data without dealing with browser automation or getting blocked:
- High request limits
- Multiple social media platforms (TikTok, Instagram, YouTube, X/Twitter, and more)
- Fast, clean JSON output you can plug straight into your tools or database
Try It
If you’re ready to get a list of someone’s TikTok followers (and unlock all the insights that come with it), sign up here and start pulling data in minutes.

