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.