Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
keyword 匹配的是主播的抖音号或昵称,传入内容类关键词(如 "游戏")通常匹配不到结果。cursor 传 0,翻页时传上一页响应里返回的 cursor。payload = {
"keyword": "小耳朵",
"cursor": 0
}cursor、是否还有更多数据)keyword matches the streamer's Douyin ID or nickname; a content keyword (e.g., "games")cursor to 0 for the first request, then pass the cursor from the previous response.payload = {
"keyword": "小耳朵",
"cursor": 0
}cursor, whether more results are available)Authorization: Bearer ********************curl --location 'https://api.tikhub.io/api/v1/douyin/search/fetch_live_search_v2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"keyword": "小耳朵",
"cursor": 0
}'{
"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
}