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
传空字符串。cursor
和 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=无)challenge_list[]
: 话题列表challenge_info
:cid
: 话题IDcha_name
: 话题名称(如 "#美食探店")desc
: 话题描述(通常为空)schema
: 抖音内部跳转链接(schema协议)share_info
:share_url
: 话题分享H5链接share_title
: 分享标题share_desc
: 分享描述view_count
: 话题总浏览量user_count
: 话题参与人数hashtag_profile
: 话题封面图URLchallenge_status
: 话题状态(1=正常,0=异常)author
:uid
: 创建者用户IDnickname
: 创建者昵称follower_count
: 粉丝数量is_verified
: 是否认证region
: 地区avatar_thumb.url_list
: 小头像URL列表avatar_medium.url_list
: 中头像URL列表avatar_larger.url_list
: 高清头像URL列表extra
:now
: 当前服务器时间戳(毫秒)search_request_id
: 搜索请求唯一IDcursor
to 0 and search_id
to an empty string for the first request.cursor
and search_id
from the last response.0
: Comprehensive1
: Most likes2
: Latest0
: Unlimited1
: Last day7
: Last week180
: Last half year0
: Unlimited0-1
: Under 1 minute1-5
: 1-5 minutes5-10000
: Over 5 minutes0
: Unlimited1
: Video2
: Image3
: Articlepayload = {
"keyword": "food",
"cursor": 0,
"sort_type": "0",
"publish_time": "0",
"filter_duration": "0",
"content_type": "0",
"search_id": ""
}
cursor
: Cursor for next pagehas_more
: Whether more results are available (1=Yes, 0=No)challenge_list[]
: List of hashtagschallenge_info
:cid
: Challenge IDcha_name
: Challenge name (e.g., "#FoodHunt")desc
: Challenge descriptionschema
: Deep link for Douyin Appshare_info
:share_url
: H5 shareable linkshare_title
: Share titleshare_desc
: Share descriptionview_count
: Total view countuser_count
: Total participant counthashtag_profile
: Cover image URLchallenge_status
: Challenge status (1=Normal, 0=Abnormal)author
:uid
: Author's user IDnickname
: Author's nicknamefollower_count
: Follower countis_verified
: Verified statusregion
: Regionavatar_thumb.url_list
: Thumbnail avatar URLsavatar_medium.url_list
: Medium avatar URLsavatar_larger.url_list
: Large avatar URLsextra
:now
: Server timestampsearch_request_id
: Unique search session 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_challenge_search_v1' \
--header 'Authorization: Bearer <token>' \
--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,
"request_id": "string",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "2025-09-16 03:14:36",
"time_stamp": 1758017676,
"time_zone": "America/Los_Angeles",
"docs": "string",
"router": "",
"params": {},
"data": null
}