List TikTok profile following
Get accounts followed by 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.accounts` array with `lookupStatus: "found"` means the profile resolved but this page returned no accounts (for example the profile follows nobody).
Headers
Get your API keyAPI key (`sfk_...`)
TikTok handle whose following list should be listed.
min 1 chars · max 128 chars
Pagination cursor returned by a previous response.
min 1 chars
Optional flag for a smaller response with fewer fields.
Endpoint-specific response payload.
Whether following could be listed for this handle.
one of: found, hidden, private, not_found
Accounts followed by the requested TikTok profile on this page.
TikTok username without the leading @.
min 1 chars
Public display name shown on the TikTok profile.
Profile biography text.
Best available avatar image URL for the account.
Canonical public TikTok profile URL.
min 1 chars
TikTok numeric user id as a string, when available.
TikTok opaque stable user identifier, when available.
Whether TikTok marks the account as verified.
Whether TikTok marks the account as private.
Region code reported by TikTok, when available.
Language code reported by TikTok, when available.
Account creation time as Unix epoch seconds from TikTok, when provided.
≥ 0
Aggregate metrics for the account.
Follower count reported by TikTok for the account.
≥ 0
Following count reported by TikTok for the account.
≥ 0
Public post or video count reported by TikTok for the account.
≥ 0
Additional TikTok-native fields for this account that were not mapped into canonical fields.
Pagination state for the current response.
Cursor to pass in the next request when more accounts are available.
Whether another page of accounts is available.
Total following count reported by TikTok 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/following" \
-H "x-api-key: YOUR_API_KEY"Responses
Accounts followed by the requested TikTok profile.