Skip to main content
GET
Search Users
💳 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

query
string
required

Search query for users

cursor
integer

Cursor to get more users. Get 'cursor' from previous response.

Example:

10

trim
boolean

Set to true to get a trimmed response

Response

Successful response

Key Response Fields:

  • data.user_list[].user_info.unique_id: User's TikTok username
  • data.user_list[].user_info.nickname: User's display name
  • data.user_list[].user_info.uid: User's numeric ID
  • data.user_list[].user_info.sec_uid: User's secure user ID (use for profile lookups)
  • data.user_list[].user_info.signature: User's bio
  • data.user_list[].user_info.follower_count: Follower count
  • data.user_list[].user_info.following_count: Following count
  • data.user_list[].user_info.total_favorited: Total likes received across all videos
  • data.user_list[].user_info.aweme_count: Number of videos posted
  • data.user_list[].user_info.custom_verify: Verification label (e.g. Verified account)
  • data.user_list[].user_info.avatar_larger.url_list[0]: Profile picture (high-res)
  • data.user_list[].user_info.avatar_medium.url_list[0]: Profile picture (medium)
  • data.user_list[].user_info.search_user_desc: User bio with search highlighting
  • data.user_list[].user_info.search_user_name: Username with search highlighting
  • data.cursor: Pagination cursor — pass as cursor parameter to get the next page
  • data.has_more: Whether more results are available (1 = yes)