获取用户搜索 V2/Fetch user search V2
Douyinapi
About
获取用户搜索 V2/Fetch user search V2
Documentation
获取用户搜索 V2/Fetch user search V2
[中文]
用途:
- 获取抖音 App 中根据关键词搜索到的用户列表。
- 不支持粉丝数量、用户类型筛选查询。
备注:
- 初次请求
cursor传 0。 - 返回的数据仅包含「用户信息」,不包括视频、话题、音乐等内容。
参数:
- keyword: 搜索关键词,如 "人工智能"
- cursor: 翻页游标(首次请求传0)
请求体示例:
payload = {
"keyword": "人工智能",
"cursor": 0
}
返回(部分常用字段,实际返回字段更多,一切以实际响应为准):
cursor: 下一页游标has_more: 是否还有更多数据(1=有,0=无)user_list[]: 用户列表user_info:uid: 用户IDnickname: 用户昵称gender: 性别(0=未知,1=男,2=女)unique_id: 抖音号sec_uid: 安全UIDsignature: 个性签名follower_count: 粉丝数量avatar_thumb.url_list: 小头像地址avatar_medium.url_list: 中头像地址avatar_larger.url_list: 大头像地址follow_status: 是否已关注live_status: 是否正在直播(0=否,1=是)enterprise_verify_reason: 企业认证信息(若有)versatile_display: 抖音号展示文案(例如"抖音号:xxx")
extra:now: 当前服务器时间戳logid: 请求日志IDsearch_request_id: 搜索请求ID
[English]
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.
Try 获取用户搜索 V2/Fetch user search V2
Test this model in the Sandbase Playground with your own prompts.
Open in PlaygroundRelated Models
获取话题搜索 V1/Fetch hashtag search V1Douyinapi获取话题搜索 V2/Fetch hashtag search V2Douyinapi获取话题推荐搜索/Fetch hashtag suggestionsDouyinapi获取讨论搜索/Fetch discussion searchDouyinapi获取经验搜索/Fetch experience searchDouyinapi获取综合搜索 V1/Fetch general search V1Douyinapi获取综合搜索 V2/Fetch general search V2Douyinapi获取图片搜索/Fetch image searchDouyinapi