Skip to main content
GET
Followers
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

handle
string

TikTok handle

Example:

"stoolpresidente"

user_id
string

User id. Use this for faster response times.

Example:

"6659752019493208069"

min_time
integer

Used to paginate. Get 'min_time' from previous response.

Example:

1605663376

trim
boolean

Set to true to get a trimmed response

Response

Successful response

Key Response Fields:

  • data.followers[].unique_id: Follower's TikTok username
  • data.followers[].nickname: Follower's display name
  • data.followers[].uid: Follower's numeric ID
  • data.followers[].sec_uid: Follower's secure user ID (use for profile lookups)
  • data.followers[].signature: Follower's bio
  • data.followers[].follower_count: Follower's own follower count
  • data.followers[].following_count: Follower's following count
  • data.followers[].total_favorited: Total likes received across all videos
  • data.followers[].aweme_count: Number of videos posted
  • data.followers[].favoriting_count: Number of videos they've liked
  • data.followers[].avatar_larger.url_list[0]: Profile picture (high-res)
  • data.followers[].avatar_medium.url_list[0]: Profile picture (medium)
  • data.followers[].region: 2-letter country code
  • data.followers[].verification_type: Verification status (1 = verified)
  • data.followers[].create_time: Account creation Unix timestamp
  • data.total: Total number of followers
  • data.has_more: Whether more results are available
  • data.min_time: Pagination cursor — pass as min_time parameter to get the next page