List TikTok profile followers
Get followers from a specific TikTok profile.
Operation
/v1/tiktok/profiles/{handle}/followersHeaders
API key (`sfk_...`)
Parameters
TikTok handle whose followers should be listed.
min 1 chars · max 64 chars
Pagination cursor returned by a previous response.
min 1 chars
Optional TikTok user id to speed up the request.
min 1 chars
Optional flag for a smaller response with fewer fields.
Response fields
Endpoint-specific response payload.
Whether followers could be listed for this handle.
one of: found, hidden, private, not_found
Followers for the requested profile page when `lookupStatus` is `found`. Empty when `lookupStatus` is `hidden`, `private`, or `not_found`, or when the resolved profile has no followers in this page.
Public TikTok username without a leading @.
min 1 chars
Display name shown on the follower profile.
Best available profile image URL when available.
Avatar URLs at multiple resolutions when available.
Large avatar URL when available.
Medium avatar URL when available.
Thumbnail avatar URL when available.
Numeric user id for the follower when available.
Opaque stable user identifier when available.
Profile biography text when available.
Whether TikTok marks the follower as verified.
Whether the follower account is private.
Follower and following counts for this account.
Follower count reported for this account.
≥ 0
Following count reported for this account.
≥ 0
Pagination state for the current response.
Cursor to pass in the next request when more followers are available.
Whether another page of followers is available.
Total follower count for the requested profile when `lookupStatus` is `found` and a count is available; otherwise null.
≥ 0
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
Responses
TikTok followers for the requested profile.
Error codes