douyin/search/user-search-v2
Fetch a list of users from Douyin App based on search keywords. Supports filtering by fan count and user type.
Input
Idle
Example output — click Run to generate your own
API README
Fetch user search V2
Purpose:
- Fetch a list of users from Douyin App based on search keywords.
- Supports filtering by fan count and user type.
Notes:
- Set
cursorto 0. - Only user information is returned. No videos, music, or hashtags.
Parameters:
- keyword: Search keyword, e.g., "AI"
- cursor: Pagination cursor (0 for first page)
Request Body Example:
payload = {
"keyword": "AI",
"cursor": 0
}
Response (common fields, actual response may contain more fields):
cursor: Cursor for next pagehas_more: Whether more data is available (1=Yes, 0=No)user_list[]: List of usersuser_info:uid: User IDnickname: Nicknamegender: Gender (0=Unknown, 1=Male, 2=Female)unique_id: Douyin IDsec_uid: Secured UIDsignature: Personal biofollower_count: Number of followersavatar_thumb.url_list: List of thumbnail avatar URLsavatar_medium.url_list: List of medium avatar URLsavatar_larger.url_list: List of large avatar URLsfollow_status: Whether followedlive_status: Whether liveenterprise_verify_reason: Enterprise verification info (if any)versatile_display: Display text (e.g., "Douyin ID: xxx")
extra:now: Current server timestamplogid: Request log IDsearch_request_id: Search request ID
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

