Get the full profile for a single TikTok user by username, user ID, or profile URL. Returns bio, bio link, follower / following counts, total likes, video count, verification status, join date, and linked Instagram, X/Twitter, and YouTube accounts.
curl "https://apidirect.io/v1/tiktok/user?username=gordonramsayofficial" \
-H "X-API-Key: YOUR_API_KEY"
{
"user": {
"username": "gordonramsayofficial",
"nickname": "Gordon Ramsay",
"user_id": "6747935906352907269",
"sec_uid": "MS4wLjABAAAAv3zolJLlWp-WbKXqSZwVSflDdwcbjPADRG-dhb68k30dQjkFpkRs4HiMvWeeIyVv",
"bio": "I cook sometimes too.....",
"bio_link": "GordonRamsay.com/",
"verified": true,
"is_private": false,
"followers": 40817126,
"following": 573,
"likes": 728577233,
"video_count": 839,
"videos_liked": 0,
"avatar": "https://p19-common-sign.tiktokcdn-us.com/.../photo.webp",
"avatar_hd": "https://p19-common-sign.tiktokcdn-us.com/.../photo_1080.webp",
"date_joined": "2019-10-18 17:42:11",
"date_joined_timestamp": 1571420531,
"instagram_username": "",
"twitter_id": "",
"youtube_channel_id": "",
"youtube_channel_title": "",
"url": "https://www.tiktok.com/@gordonramsayofficial"
}
}
Yes. Provide exactly one of username (e.g. tiktok), user_id (e.g. 107955), or url (e.g. https://www.tiktok.com/@tiktok). User IDs are returned by the Search Users endpoint.
Yes. Private accounts return their public profile data (username, nickname, bio, follower / following counts, verification status) with is_private set to true.
The endpoint returns 404 with code: "not_found". You are not charged for not_found responses.
instagram_username, twitter_id, youtube_channel_id, and youtube_channel_title are the social accounts the user has linked to their TikTok profile. They are empty strings when no account is linked.
You only pay for successful requests. The TikTok User Profile API costs $0.006 per request. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 3 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key