get_user_info
Get TikTok user information by username (uniqueId)
get_user_videos
Get list of videos posted by a TikTok user
IMPORTANT:
- This endpoint requires secUid.
- If you only have a username, you MUST first call 'get_user_info' to obtain secUid from the user profile.
get_user_follower
Get list of followers for a TikTok user (by secUid)
IMPORTANT:
- This endpoint requires secUid.
- If you only have a username, you MUST first call 'get_user_info' to obtain secUid from the user profile.
get_user_following
Get list of accounts a TikTok user is following (by secUid)
IMPORTANT:
- This endpoint requires secUid.
- If you only have a username, you MUST first call 'get_user_info' to obtain secUid from the user profile.
get_user_story
Get active stories of a TikTok user (by userId)
IMPORTANT:
- This endpoint requires a numeric userId.
- If you only have a username (uniqueId), you MUST first call 'get_user_info' to retrieve userId from the profile response before calling this tool.
get_video_detail
Get detailed information of a TikTok video by video ID. Use this to fetch metadata like description, stats, creator, etc.
get_video_comments
Get list of top-level comments on a TikTok video by video ID. Supports pagination via cursor.
get_video_comment_replies
Get reply comments for a specific comment on a TikTok video. Supports pagination via cursor.
search_videos
Search TikTok videos by keyword. Supports pagination via cursor and search_id.
search_accounts
Search TikTok accounts (users) by keyword. Supports pagination via cursor and search_id.
search_live
Search TikTok live streams by keyword. Supports pagination via cursor and search_id
download_user_videos
Get downloadable videos from a specific TikTok user by their secUid.
This tool returns a list of the user’s videos along with direct download information. It also supports cursor-based pagination to retrieve large video lists in multiple requests.