Supported Link Types
TikTok User
Details for the TIKTOK_USER link type
Type Value: TIKTOK_USER
Status: PRODUCTION
A TIKTOK_USER
link type represents a TikTok creator’s profile. Along with the common preview attributes (title
, description
, image
), TIKTOK_USER
links provide enriched user information—like follower and like counts, display names, and verification status—helping you showcase creator profiles with greater depth.
What It Includes
When type
is TIKTOK_USER
, the response includes a tiktokUser
object with fields such as:
- username & name: The user’s handle and display name.
- avatar: Responsive images for the user’s profile picture.
- bio: A short biography describing the creator’s background or style.
- followersCount, followingCount, likesCount: Metrics that highlight the creator’s popularity and engagement.
- visibility: Indicates if the account is
PUBLIC
orPRIVATE
. - verified: Whether the creator’s profile is verified by TikTok.
- url: Direct link to the user’s TikTok profile.
By tapping into these attributes, you can give users a clear sense of a creator’s scale, authenticity, and content focus.
Example Request
Example Response
Special Notes
- Fallback Strategies: If certain metadata fields are missing, Peekalink infers defaults to maintain a coherent preview.
- User Metrics: Leverage follower counts, like counts, and verification status to highlight established creators.
- Public vs. Private: Adjust how you present or link to user profiles based on the visibility field.
Schema reference
For a full technical breakdown of all fields and validation rules, including detailed JSON schemas, please refer to the API Reference.