TikTok Followers API avatar
TikTok Followers API

Pricing

$29.00/month + usage

Go to Store
TikTok Followers API

TikTok Followers API

Developed by

Novi

Novi

Maintained by Community

This API provides a list of followers for a given TikTok user. It retrieves follower information, including details like username, ID, and profile picture.

1.6 (3)

Pricing

$29.00/month + usage

4

Total users

162

Monthly users

43

Runs succeeded

99%

Issues response

16 hours

Last modified

2 months ago

YE

I want to get more followers than the limit of 10,000.

Closed

yechiel5555 opened this issue
11 days ago

Is there a way for me to maybe run multiple times with an offset to get the full list of followers from an account? E.G. I have an account with 70k followers, and I want the full list

novi avatar

Novi (novi)

10 days ago

Hello, we will check about this and get back to you

novi avatar

Novi (novi)

6 days ago

Hello,

As you know, when you have to store a huge amount of videos, you can not put them in one disk. You should move them to different disk classes: from fastest to slowest. TikTok also does the same: It will put most popular and recent videos in the fastest SSD and cache to serve them fastly, while old videos and least reaction videos will be in cheaper HDD disks. Sometimes, to make sure API response standards, TikTok will limit the number of videos you can get by a keyword. This is not only for keeping API response time standard but also saving their system from network attacks because access to HDD disks is also expensive.

The same situation happens with Followers. Our suggest solution is you could retry multiple times, then TikTok will extend the limit for followers of that user.