Social Fetch
TikTok

Get TikTok profile

Get a TikTok profile for a creator or account.

GET/v1/tiktok/profiles/{handle}
1credit
x-api-key*stringheader

API key (`sfk_...`)

Parameters
1
handle*stringpath

TikTok handle to look up, with or without a leading @.

min 1 chars · max 128 chars

Response fields
51

Endpoint-specific response payload.

datalookupStatus
string

Whether the profile was resolved.

one of: found, private, not_found

Profile details when available.

dataprofileplatform
string

Social platform for this profile.

one of: tiktok

dataprofilehandle
string

TikTok username without the leading @.

dataprofiledisplayName
stringnullable

Public display name shown on the TikTok profile.

dataprofilebio
stringnullable

Profile biography text.

dataprofileavatarUrl
stringnullable

Best available avatar image URL for the profile.

dataprofileverified
boolean

Whether TikTok marks the profile as verified.

dataprofileprofileUrl
string

Canonical public TikTok profile URL.

min 1 chars

dataprofileprivateAccount
booleanoptional

Whether the TikTok account is private.

dataprofileplatformUserId
stringoptional

TikTok numeric user id as a string (stable within TikTok).

dataprofilesecUid
stringoptional

TikTok opaque stable user identifier (for advanced integrations).

dataprofileaccountCreatedAt
integeroptional

Account creation time as Unix epoch seconds from TikTok, when provided.

≥ 0

Avatar URLs at multiple resolutions when available.

dataprofileavatarUrlslarge
stringoptional

Large avatar URL (typically 1080px class).

dataprofileavatarUrlsmedium
stringoptional

Medium avatar URL (typically 720px class).

dataprofileavatarUrlsthumb
stringoptional

Thumbnail avatar URL (typically 100px class).

Profile link-in-bio when TikTok provides it.

dataprofilebioLinkurl
string

Destination URL for the profile link.

min 1 chars

dataprofilebioLinkriskLevel
integer

TikTok-assigned link risk indicator (vendor-defined).

dataprofilelanguage
stringoptional

Profile language code reported by TikTok.

dataprofileisCommerceUser
booleanoptional

Whether TikTok marks the account as a commerce/creator shop user.

dataprofileisSeller
booleanoptional

Whether TikTok marks the account as a TikTok Shop seller.

dataprofileopenFavorite
booleanoptional

Whether the user’s liked-videos list is public.

dataprofileisAdVirtual
booleanoptional

Whether TikTok flags the profile as an AD virtual account.

dataprofileisEmbedBanned
booleanoptional

Whether embeds are disallowed for this profile.

dataprofilecanExpandPlaylist
booleanoptional

Whether playlist expansion is allowed for this profile.

dataprofileprofileEmbedPermission
integeroptional

TikTok profile embed permission code (vendor-defined).

dataprofilefollowingVisibility
integeroptional

Who can see accounts this user follows (TikTok vendor-defined code).

dataprofileroomId
stringoptional

Live room id when TikTok provides a non-empty value.

Comment, duet, stitch, and download settings from TikTok.

dataprofilecontentSettingscomment
integer

TikTok comment-setting code (vendor-defined).

dataprofilecontentSettingsduet
integer

TikTok duet-setting code (vendor-defined).

dataprofilecontentSettingsstitch
integer

TikTok stitch-setting code (vendor-defined).

dataprofilecontentSettingsdownload
integer

TikTok download-setting code (vendor-defined).

Which profile tabs TikTok exposes.

dataprofileprofileTabsshowMusicTab
boolean

Whether the Music tab is shown on the profile.

dataprofileprofileTabsshowQuestionTab
boolean

Whether the Q&A tab is shown on the profile.

dataprofileprofileTabsshowPlayListTab
boolean

Whether the playlist tab is shown on the profile.

Profile metrics when available.

datametricsfollowers
integer

Total follower count reported by TikTok.

≥ 0

datametricsfollowing
integer

Total following count reported by TikTok.

≥ 0

datametricslikes
integer

Total profile likes reported by TikTok.

≥ 0

datametricsposts
integer

Total public posts or videos reported by TikTok.

≥ 0

datametricsfriends
integeroptional

Mutual friend count when TikTok reports it.

≥ 0

datametricsdiggs
integeroptional

Profile digg count when TikTok reports it (often zero).

≥ 0

Metadata describing the request and billing outcome.

metarequestId
string

Unique request identifier for tracing this API call.

min 1 chars

metacreditsCharged
integer

Credits charged for this request.

≥ 0

metaversion
string

Public API version that served the response.

one of: v1

Code example

curl "https://api.socialfetch.dev/v1/tiktok/profiles/charlidamelio" \
  -H "x-api-key: YOUR_API_KEY"

Responses

Lookup result. Check `data.lookupStatus` for `found`, `private`, or `not_found`.

On this page

No Headings