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
传空字符串。payload = {
"keyword": "游戏"
}
sug_list[]
: 推荐话题列表cha_name
: 话题名称(如 "#游戏")view_count
: 话题总浏览量cid
: 话题IDgroup_id
: 话题关联的群组ID(可以用于跳转)tag
: 话题标签分类(0=普通话题,1=流量风向标)status_code
: 状态码(0=成功)status_msg
: 状态信息(通常为空)rid
: 请求IDwords_query_record
:info
: 额外信息(目前为空)words_source
: 关键词来源(固定"sug")query_id
: 查询ID(通常为空)extra
:now
: 当前服务器时间戳logid
: 日志IDfatal_item_ids
: 错误项目ID列表(通常为空)search_request_id
: 搜索请求ID(通常为空)log_pb
:impr_id
: 曝光ID(日志追踪用)cursor
to 0 and search_id
to an empty string for the first request.payload = {
"keyword": "game"
}
sug_list[]
: List of suggested hashtagscha_name
: Hashtag name (e.g., "#game")view_count
: Total view countcid
: Challenge IDgroup_id
: Associated group IDtag
: Tag category (0=normal, 1=hot trend)status_code
: Status code (0=success)status_msg
: Status message (usually empty)rid
: Request IDwords_query_record
:info
: Additional info (currently empty)words_source
: Words source ("sug")query_id
: Query ID (usually empty)extra
:now
: Server timestamplogid
: Log IDfatal_item_ids
: List of fatal item IDs (usually empty)search_request_id
: Search request ID (usually empty)log_pb
:impr_id
: Impression ID (for logging)Authorization: Bearer ********************
{
"keyword": "游戏"
}
curl --location --request POST 'https://api.tikhub.io/api/v1/douyin/search/fetch_challenge_suggest' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "游戏"
}'
{
"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-20 00:25:53",
"time_stamp": 1758353153,
"time_zone": "America/Los_Angeles",
"docs": "string",
"cache_message": "string",
"cache_message_zh": "string",
"cache_url": "string",
"router": "",
"params": {},
"data": null
}