- MoreAPI接口说明
- 更新记录
- 抖音API
- 获取视频详情POST
- 获取视频详情 V3POST
- 获取视频详情V4POST
- 获取用户信息POST
- 获取用户信息 _V2POST
- 获取用户信息 _V3POST
- 获取用户信息 _V4POST
- 获取直播间信息与视频流直链POST
- 获取视频一级评论POST
- 获取视频子评论POST
- 综合搜索POST
- 获取开放直播间用户列表POST
- 搜索话题POST
- 获取话题视频POST
- 获取视频弹幕POST
- 搜索用户POST
- 搜索用户V2POST
- 搜索用户V3POST
- 搜索直播用户POST
- 搜索直播用户V2POST
- 获取视频短连接POST
- 生成视频抖音码POST
- 获取用户主页发布POST
- 获取直播间商品列表POST
- 搜索视频POST
- 搜索音乐POST
- 获取音乐详情POST
- 获取话题详情POST
- 获取音乐相关视频POST
- 搜索视频V2POST
- 获取用户最新作品V2POST
- 获取用户合集POST
- 获取合集视频列表POST
- 搜索用户指定作品POST
- 用户喜欢的作品POST
- 搜索长尾关键词POST
- 热点讨论POST
- 获取短剧详细信息POST
- 获取短剧视频列表POST
- 获取用户短剧集POST
- 用户橱窗销售信息POST
- 获取合集信息POST
- TikTok
- Lemon8
- 快手API
- 小红书API
- 微博API
- 哔哩哔哩API
- 头条 | 西瓜 API
- 榜单API
- youtube
- cookie池
- 创作者API
搜索话题
正式环境
正式环境
POST
请求参数
Body 参数application/json
keyword
string
关键词
count
integer
返回条数
cursor
integer
下一个锚点
示例
{
"keyword":"高压锅",
"count":"12",
"cursor":"0"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/douyin/search_topic' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword":"高压锅",
"count":"12",
"cursor":"0"
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
cursor
integer
下一页锚点
has_more
integer
是否有下一页
challenge_list
array [object]
可选
示例
{ "code": 200, "msg": "请求成功", "data": { "ad_info": {}, "challenge_list": [ { "challenge_info": { "author": { "accept_private_policy": false, "account_region": "", "ad_cover_url": null, "apple_account": 0, "authority_status": 0, "avatar_168x168": { "height": 720, "uri": "168x168/c16000003f97583dac4", "url_list": [ "https://p3-pc.douyinpic.com/img/c16000003f97583dac4~c5_168x168.jpeg?from=273881474" ], "width": 720 }, "avatar_300x300": { "height": 720, "uri": "300x300/c16000003f97583dac4", "url_list": [ "https://p3-pc.douyinpic.com/img/c16000003f97583dac4~c5_300x300.jpeg?from=273881474" ], "width": 720 }, "avatar_larger": { "height": 720, "uri": "1080x1080/c16000003f97583dac4", "url_list": [ "https://p3-pc.douyinpic.com/aweme/1080x1080/c16000003f97583dac4.jpeg?from=273881474" ], "width": 720 }, "avatar_medium": { "height": 720, "uri": "720x720/c16000003f97583dac4", "url_list": [ "https://p3-pc.douyinpic.com/aweme/720x720/c16000003f97583dac4.jpeg?from=273881474" ], "width": 720 }, "avatar_schema_list": null, "avatar_thumb": { "height": 720, "uri": "100x100/c16000003f97583dac4", "url_list": [ "https://p3-pc.douyinpic.com/aweme/100x100/c16000003f97583dac4.jpeg?from=273881474" ], "width": 720 }, "avatar_uri": "c16000003f97583dac4", "aweme_control": { "can_comment": true, "can_forward": true, "can_share": true, "can_show_comment": true }, "aweme_count": 0, "aweme_hotsoon_auth": 1, "ban_user_functions": [], "can_set_geofencing": null, "card_entries": null, "card_entries_not_display": null, "card_sort_priority": null, "cf_list": null, "cha_list": null, "close_friend_type": 0, "comment_filter_status": 0, "comment_setting": 0, "commerce_user_level": 0, "constellation": 10, "contacts_status": 2, "contrail_list": null, "cover_url": [ { "height": 720, "uri": "c8510002be9a3a61aad2", "url_list": [ "https://p6-pc-sign.douyinpic.com/obj/c8510002be9a3a61aad2?x-expires=1702555200&x-signature=YBtBII6E2sAhg1OZjocaOFTNeQo%3D&from=273881474", "https://p3-pc-sign.douyinpic.com/obj/c8510002be9a3a61aad2?x-expires=1702555200&x-signature=a5e4ZmTMuNQoBtzR6LzZfAY77vI%3D&from=273881474", "https://p9-pc-sign.douyinpic.com/obj/c8510002be9a3a61aad2?x-expires=1702555200&x-signature=R84ay3YRRwrVnKp%2BiHBXM0A5CrY%3D&from=273881474" ], "width": 720 } ], "create_time": 0, "custom_verify": "", "cv_level": "", "data_label_list": null, "display_info": null, "download_prompt_ts": 0, "download_setting": -1, "duet_setting": 0, "enable_nearby_visible": true, "endorsement_info_list": null,
修改于 2024-09-25 17:15:56