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
Whentype
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.
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.