Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
offset 传入 0,search_id 传空字符串。cursor 和 search_id。"0_1k": 1000以下"1k_1w": 1000-1万"1w_10w": 1万-10万"10w_100w": 10万-100万"100w_": 100万以上"common_user": 普通用户"enterprise_user": 企业认证"personal_user": 个人认证status_code: 状态码(0表示成功)type: 结果类型cursor: 翻页游标,用于获取下一页数据has_more: 是否还有更多数据(1=有,0=无)user_list[]: 用户数据列表,每个用户包含:user_info: 用户基本信息uid: 用户IDshort_id: 短ID(抖音号)unique_id: 唯一标识符(自定义抖音号)nickname: 昵称signature: 个性签名sec_uid: 加密用户IDavatar_thumb.url_list: 缩略头像URL列表avatar_medium.url_list: 中等头像URL列表avatar_larger.url_list: 大头像URL列表follower_count: 粉丝数total_favorited: 获赞总数follow_status: 关注状态enterprise_verify_reason: 企业 认证信息custom_verify: 个人认证信息room_id: 直播间ID(0表示未开播)user_tags[]: 用户标签type: 标签类型description: 标签描述type_label[]: 类型标签列表relative_users: 相关用户challenge_list[]: 相关话题列表music_list[]: 相关音乐列表extra: 额外信息logid: 日志ID,可用作下次搜索的 search_idnow: 服务器时间戳log_pb: 日志追踪信息impr_id: 展示ID,可用作下次搜索的 search_idoffset to 0 and search_id to an empty string for the first request.cursor and search_id from the last response."0_1k": Below 1000"1k_1w": 1000-10,000"1w_10w": 10,000-100,000"10w_100w": 100,000-1 million"100w_": More than 1 million"common_user": Ordinary user"enterprise_user": Enterprise certification"personal_user": Personal certificationstatus_code: Status code (0 means success)type: Result typecursor: Pagination cursor for next pagehas_more: Whether more results exist (1=Yes, 0=No)user_list[]: List of user data, each user contains:user_info: User basic informationuid: User IDshort_id: Short ID (Douyin ID)unique_id: Unique identifier (custom Douyin ID)nickname: Nicknamesignature: Bio/signaturesec_uid: Encrypted user IDavatar_thumb.url_list: Thumbnail avatar URL listavatar_medium.url_list: Medium avatar URL listavatar_larger.url_list: Large avatar URL listfollower_count: Follower counttotal_favorited: Total likes receivedfollow_status: Follow statusenterprise_verify_reason: Enterprise verification infocustom_verify: Personal verification inforoom_id: Live room ID (0 means not streaming)user_tags[]: User tagstype: Tag typedescription: Tag descriptiontype_label[]: Type label listrelative_users: Related userschallenge_list[]: Related challenge/hashtag listmusic_list[]: Related music listextra: Extra informationlogid: Log ID, can be used as search_id for next searchnow: Server timestamplog_pb: Log tracking informationimpr_id: Impression ID, can be used as search_id for next searchpayload = {
"keyword": "游戏",
"offset": 0,
"douyin_user_fans": "",
"douyin_user_type": "",
"search_id": ""
}Authorization: Bearer ********************{
"keyword": "猫咪",
"offset": 0,
"douyin_user_fans": "",
"douyin_user_type": "",
"search_id": ""
}curl --location --request POST 'https://api.tikhub.io/api/v1/douyin/search/fetch_user_search_v3' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "猫咪",
"offset": 0,
"douyin_user_fans": "",
"douyin_user_type": "",
"search_id": ""
}'{
"code": 200,
"request_id": "string",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "string",
"time_stamp": 0,
"time_zone": "America/Los_Angeles",
"docs": "string",
"cache_message": "string",
"cache_message_zh": "string",
"cache_url": "string",
"router": "",
"params": {},
"data": null
}