Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
cursor、offset 和 page 参数进行翻页。cursor、offset 和 page 均传 0,search_id 传空字符串。cursor、offset 和 search_id,page 每次加 1。config (业务配置) 和 data (业务数据) 两部分。payload = {
"keyword": "美食博主",
"cursor": 0,
"offset": 0,
"page": 0,
"search_id": ""
}config: 业务配置信息cursor: 下一页的游标has_more: 是否还有更多数据 (1=有, 0=无)search_id: 搜索ID (用于翻页)data[]: 用户搜索结果列表type: 结果类型 (通常为用户类型)user_info: 用户基本信息uid: 用户IDsec_uid: 加密用户IDshort_id: 短ID (抖音号)unique_id: 唯一标识 (自定义抖音号)nickname: 用户昵称signature: 个人签名avatar_thumb: 头像缩略图avatar_medium: 中等尺寸头像avatar_larger: 高清头像gender: 性别 (0=未知, 1=男, 2=女)region: 地区verification_type: 认证类型 (0=未认证, 1=个人认证, 2=企业认证)custom_verify: 自定义认证信息enterprise_verify_reason: 企业认证说明follower_count: 粉丝数total_favorited: 获赞总数aweme_count: 作品数量favoriting_count: 关注数mplatform_followers_count: 跨平台粉丝数is_blocking: 是否被当前用户拉黑is_blocked_v2: 是否被拉黑 V2user_tags: 用户标签列表white_cover_url: 白底封面图cursor, offset, and page parameters.cursor, offset, and page to 0, search_id to empty string.cursor, offset, and search_id from the previous response, increment page by 1.config (business configuration) and data (business data).payload = {
"keyword": "food blogger",
"cursor": 0,
"offset": 0,
"page": 0,
"search_id": ""
}config: Business configurationcursor: Next page cursorhas_more: Whether there are more results (1=yes, 0=no)search_id: Search ID for paginationdata[]: User search results listtype: Result type (usually user type)user_info: User basic informationuid: User IDsec_uid: Encrypted user IDshort_id: Short ID (Douyin ID)unique_id: Unique identifier (custom Douyin ID)nickname: User nicknamesignature: Personal signatureavatar_thumb: Avatar thumbnailavatar_medium: Medium size avataravatar_larger: Large size avatargender: Gender (0=unknown, 1=male, 2=female)region: Regionverification_type: Verification type (0=none, 1=personal, 2=enterprise)custom_verify: Custom verification infoenterprise_verify_reason: Enterprise verification descriptionfollower_count: Follower counttotal_favorited: Total likes receivedaweme_count: Video countfavoriting_count: Following countmplatform_followers_count: Cross-platform follower countis_blocking: Whether blocked by current useris_blocked_v2: Whether blocked V2user_tags: User tags listwhite_cover_url: White background cover imageAuthorization: Bearer ********************{
"keyword": "猫咪",
"cursor": 0,
"offset": 0,
"page": 0,
"search_id": ""
}curl --location --request POST 'https://api.tikhub.io/api/v1/douyin/search/fetch_user_search_v4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "猫咪",
"cursor": 0,
"offset": 0,
"page": 0,
"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
}