Skip to main content

What it does

Returns a paginated list of accounts following a TikTok user. Maximum 30 per page. Includes profile details for each follower account.

Tool details

Parameters

Example

Available data fields

  • @context
  • type
  • partOf
  • totalItems
  • cursor
  • nextCursor
  • next
  • itemCount
  • orderedItems

Available item fields

  • type
  • id
  • url
  • entityId
  • name
  • preferredUsername
  • summary
  • attachment
  • published
  • isPrivate
  • isVerified
  • isLive
  • hasLikes
  • hasPlaylists
  • followerCount
  • followingCount
  • language
  • likeCount
  • likedCount
  • mediaCount
  • icon
  • image

Response notes

Successful calls return a JSON object with a top-level data field and, when available, metadata.creditsUsed and metadata.creditsRemaining. See response format, pagination, and credits.