Skip to main content
GET
Get a user's followers
Returns a page of the user’s followers. Pagination uses max_time rather than a cursor — pass the next_max_time value from the previous response as ?max_time= to get the next page.

Authorizations

x-rapidapi-key
string
header
required

Your RapidAPI subscription key. Injected automatically by the RapidAPI gateway in production.

Path Parameters

username
string
required

TikTok username

Query Parameters

count
integer
default:20

Number of followers to return (1–100)

Required range: 1 <= x <= 100
max_time
integer<int64>

Unix timestamp cursor for pagination; use the next_max_time from the previous response

Response

Success

meta
object

Response metadata present in every API response

data
object[]
pagination
object | null

Max-time pagination info (used by followers and following endpoints)

error
object | null

Error details. Present only when the request failed; null on success.