get_tiktok_profile
Fetch a TikTok user's profile data as JSON, including bio, follower count, and video stats. Provide username or sec_user_id to get account details.
Instructions
Get a TikTok user's profile data as JSON. Returns username, display name, bio, follower/following counts, video count, total likes, and avatar URL. Use when the user wants info about a TikTok account. Provide either username or sec_user_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | No | TikTok handle without the @ symbol, e.g. 'charlidamelio'. | |
| sec_user_id | No | Secure user ID. Use this if you already have it from a previous request. |