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 ********************{
"keyword": "小耳朵",
"cursor": 0
}curl --location 'https://api.tikomni.com/api/u1/v1/douyin/search/fetch_live_search_v2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"keyword": "小耳朵",
"cursor": 0
}'{}