Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
data 字段中的 status_code 不为0,说明搜索请求未成功,此时请检查响应里的异常,有可能你在搜索 TikTok 不允许的关键词,或者搜索了敏感内容,请更换关键词重试。status_code in the data field of the interface response is not 0, it means that the search request was not successful. Please check the exceptions in the response. You may be searching for keywords that TikTok does not allow, or searching for sensitive content. Please change the keywords and try again.Authorization: Bearer ********************curl --location --request GET 'https://api.tikhub.io/api/v1/tiktok/web/fetch_search_user?keyword=TikTok&cursor&search_id&cookie' \
--header 'Authorization: Bearer <token>'{
"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
}