List TikTok profile followers
Get followers from a specific TikTok profile.
Use `lookupStatus` to distinguish found, hidden, private, and not_found. Call `GET /v1/tiktok/profiles/{handle}` when you need full profile details.
An empty `data.followers` array with `lookupStatus: "found"` means the profile resolved but this page returned no followers (for example a zero-follower account).
Headers
Get your API keyAPI key (`sfk_...`)
TikTok handle whose followers should be listed.
min 1 chars · max 128 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.
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.
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 available.
≥ 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
curl "https://api.socialfetch.dev/v1/tiktok/profiles/charlidamelio/followers" \
-H "x-api-key: YOUR_API_KEY"Responses
TikTok followers for the requested profile.