Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
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
: 搜索请求IDcursor
to 0.payload = {
"keyword": "AI",
"cursor": 0
}
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 IDAuthorization: Bearer ********************
{
"keyword": "猫咪",
"cursor": 0
}
curl --location --request POST 'https://api.tikhub.io/api/v1/douyin/search/fetch_user_search_v2' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "猫咪",
"cursor": 0
}'
{
"code": 200,
"router": "",
"params": {},
"data": null
}