Search code examples
javascriptapicurlsdktiktok

Getting TikTok Followers Usernames


Can anyone point me to a solution on how to get the usernames of all my followers from TikTok? Maybe an SDK or an API solution? I don't care on what language it's written, but I wouldn't mind if it could be JavaScript. Thanks


Solution

  • Take a look at https://www.npmjs.com/package/tiktok-api It has a method .listFollowers(params) which could be your solution