Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
cursor
传 0,search_id
传空字符串。0
: 综合排序1
: 最多点赞2
: 最新发布0
: 不限1
: 最近一天7
: 最近一周180
: 最近半年0
: 不限0-1
: 1 分钟以内1-5
: 1-5 分钟5-10000
: 5 分钟以上0
: 不限1
: 视频2
: 图片3
: 文章payload = {
"keyword": "人工智能",
"cursor": 0,
"sort_type": "0",
"publish_time": "0",
"filter_duration": "0",
"content_type": "0",
"search_id": ""
}
cursor
: 下一页翻页游标has_more
: 是否还有更多数据(1=有,0=无)business_data[]
: 搜索结果列表data_id
: 结果数据编号type
: 结果类型1
: 视频(aweme_info)2
: 用户(user_info)4
: 音乐(music_info)6
: 话题(cha_info)data
: 具体数据内容,按type类型解析aweme_info
:aweme_id
: 视频IDdesc
: 视频描述author
: 作者信息uid
: 用户IDnickname
: 用户昵称avatar_thumb.url_list
: 小头像is_verified
: 是否认证region
: 地区music
: 音乐信息id_str
: 音乐IDtitle
: 音乐标题video
: 视频播放与封面信息play_addr.url_list
: 播放地址cover.url_list
: 封面duration
: 视频时长(毫秒)statistics
:comment_count
: 评论数digg_count
: 点赞数share_count
: 分享数play_count
: 播放数status
:is_delete
: 是否被删除is_private
: 是否私密share_url
: 视频外链user_info
:uid
: 用户IDnickname
: 用户昵称signature
: 个人签名follower_count
: 粉丝数avatar_thumb.url_list
: 小头像region
: 地区is_verified
: 是否认证music_info
:id_str
: 音乐IDtitle
: 音乐标题author
: 作者名play_url.url_list
: 播放地址cha_info
:cha_name
: 话题名desc
: 话题描述share_url
: 话题分享链接user_count
: 话题参与人数view_count
: 话题浏览次数extra
:now
: 当前服务器时间戳logid
: 请求日志IDcursor
to 0 and search_id
to an empty string for the first request.0
: Comprehensive1
: Most likes2
: Latest0
: Unlimited1
: Last day7
: Last week180
: Last half year0
: Unlimited0-1
: Within 1 minute1-5
: 1 to 5 minutes5-10000
: More than 5 minutes0
: Unlimited1
: Video2
: Picture3
: Articlepayload = {
"keyword": "Artificial Intelligence",
"cursor": 0,
"sort_type": "0",
"publish_time": "0",
"filter_duration": "0",
"content_type": "0",
"search_id": ""
}
cursor
: Cursor for the next pagehas_more
: Whether there are more results (1=Yes, 0=No)business_data[]
: List of search result itemsdata_id
: Data IDtype
: Result type1
: Video (aweme_info)2
: User (user_info)4
: Music (music_info)6
: Hashtag (cha_info)data
: Content depending on type
aweme_info
: Detailed video infouser_info
: Detailed user infomusic_info
: Music detailscha_info
: Hashtag detailsextra
:now
: Current server timestamplogid
: Request log IDAuthorization: Bearer ********************
{
"keyword": "猫咪",
"cursor": 0,
"sort_type": "0",
"publish_time": "0",
"filter_duration": "0",
"content_type": "0",
"search_id": ""
}
curl --location --request POST 'https://api.tikhub.io/api/v1/douyin/search/fetch_multi_search' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "猫咪",
"cursor": 0,
"sort_type": "0",
"publish_time": "0",
"filter_duration": "0",
"content_type": "0",
"search_id": ""
}'
{
"code": 200,
"router": "",
"params": {},
"data": null
}