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。status_code: 状态码(0表示成功)cursor: 翻页游标,用于获取下一页数据has_more: 是否还有更多数据(1=有,0=无)data[]: 直播数据列表,每个直播间包含:type: 结果类型(固定为1)lives: 直播信息aweme_id: 关联内容IDauthor: 主播信息uid: 主播用户IDshort_id: 短IDnickname: 主播昵称avatar_thumb.url_list: 缩略头像URL列表avatar_medium.url_list: 中等头像URL列表avatar_larger.url_list: 大头像URL列表room_id: 直播间IDroom_cover.url_list: 直播间封面图URL列表video: 视频信息tags[]: 直播标签列表title: 标签标题url.url_list: 标签图标URLrawdata: 原始直播间数据(JSON字符串)title: 直播标题user_count: 当前观看人数stream_url: 拉流地址flv_pull_url: FLV 拉流地址(按清晰度分类)FULL_HD1: 蓝光HD1: 超清SD1: 标清SD2: 高清hls_pull_url: HLS 拉流地址(可选)cover.url_list: 直播间封面size: 分辨率(如 1920x1080)stats.total_user: 观众总数guide_search_words[]: 推荐搜索词列表word: 推荐词type: 类型extra: 额外信息now: 服务器时间戳logid: 日志ID,可用作下次搜索的 search_idsearch_request_id: 搜索请求IDlog_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.status_code: Status code (0 means success)cursor: Pagination cursor for next pagehas_more: Whether more results exist (1=Yes, 0=No)data[]: List of live stream data, each live room contains:type: Result type (fixed to 1)lives: Live stream informationaweme_id: Related content IDauthor: Streamer informationuid: Streamer's user IDshort_id: Short IDnickname: Streamer's nicknameavatar_thumb.url_list: Thumbnail avatar URLsavatar_medium.url_list: Medium avatar URLsavatar_larger.url_list: Large avatar URLsroom_id: Live room IDroom_cover.url_list: Room cover image URLsvideo: Video informationtags[]: Live stream tags listtitle: Tag titleurl.url_list: Tag icon URLsrawdata: Raw live room data (JSON string)title: Live titleuser_count: Current viewer countstream_url: Stream URLsflv_pull_url: FLV stream URLs by resolutionFULL_HD1: Ultra HDHD1: Super HDSD1: StandardSD2: Highhls_pull_url: HLS stream URL (optional)cover.url_list: Room cover imagesize: Resolution (e.g., 1920x1080)stats.total_user: Total viewer countguide_search_words[]: Recommended search words listword: Recommended wordtype: Typeextra: Extra informationnow: Server timestamplogid: Log ID, can be used as search_id for next searchsearch_request_id: Search request unique IDlog_pb: Log tracking informationimpr_id: Impression ID, can be used as search_id for next searchpayload = {
"keyword": "游戏",
"offset": 0,
"search_id": ""
}Authorization: Bearer ********************{
"keyword": "string",
"offset": 0,
"search_id": ""
}curl --location --request POST 'https://api.tikhub.io/api/v1/douyin/search/fetch_live_search_v3' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"offset": 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
}