获取话题推荐搜索/Fetch hashtag suggestions
Douyinapi
About
获取话题推荐搜索/Fetch hashtag suggestions
Documentation
获取话题推荐搜索/Fetch hashtag suggestions
[中文]
用途:
- 获取抖音 App 中话题(挑战/标签)的推荐搜索结果。
- 根据输入的关键词,返回相关的话题建议列表,包含话题名称、浏览量等信息。
备注:
- 本接口可用于话题联想推荐场景,如输入关键词实时展示相关热门话题。
- 初次请求时
cursor传入 0,search_id传空字符串。
参数:
- keyword: 搜索关键词,如 "游戏"
请求体示例:
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(日志追踪用)
[English]
Purpose:
- Fetch hashtag/challenge suggestions from Douyin App based on the input keyword.
- Returns a list of related hashtags including name and view count.
Notes:
- Suitable for implementing keyword suggestion features in search bars.
- Set
cursorto 0 andsearch_idto an empty string for the first request.
Parameters:
- keyword: Search keyword, e.g., "game"
Request Body Example:
payload = {
"keyword": "game"
}
Response (common fields, actual response may contain more fields):
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)
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.
Try 获取话题推荐搜索/Fetch hashtag suggestions
Test this model in the Sandbase Playground with your own prompts.
Open in PlaygroundRelated Models
获取话题搜索 V1/Fetch hashtag search V1Douyinapi获取话题搜索 V2/Fetch hashtag search V2Douyinapi获取讨论搜索/Fetch discussion searchDouyinapi获取经验搜索/Fetch experience searchDouyinapi获取综合搜索 V1/Fetch general search V1Douyinapi获取综合搜索 V2/Fetch general search V2Douyinapi获取图片搜索/Fetch image searchDouyinapi获取图文搜索 V3/Fetch image-text search V3Douyinapi