获取搜索关键词推荐/Fetch search keyword suggestions
Douyinapi
About
获取搜索关键词推荐/Fetch search keyword suggestions
Documentation
获取搜索关键词推荐/Fetch search keyword suggestions
[中文]
用途:
- 获取抖音 App 中搜索关键词的联想推荐结果。
- 根据用户输入的关键词,返回相关搜索词建议,用于提升搜索体验。
备注:
- 通常用于实现搜索框实时推荐(如输入时下拉补全)。
- 返回的推荐词经过抖音推荐系统内部打分排序。
参数:
- keyword: 输入的关键词,如 "人工智能"
请求体示例:
payload = {
"keyword": "人工智能"
}
返回(部分常用字段,实际返回字段更多,一切以实际响应为准):
status_code: 状态码(0 表示成功)status_msg: 返回信息(一般为空)rid: 请求IDsug_list[]: 搜索建议列表content: 推荐的搜索关键词(如 "人工智能ai软件免费版下载")sug_type: 建议类型(一般为空,预留字段)pos[]: 匹配位置(标记关键词在原搜索词中的起止位置)begin: 开始字符位置end: 结束字符位置
word_record:group_id: 推荐词组IDwords_position: 在本次推荐列表中的位置words_content: 词内容(同content)words_source: 词来源(通常为 "sug")
extra_info:client_server_extra: 附加配置信息(JSON字符串)poi_id: 关联POI ID(通常为空)search_params: 搜索参数(带内部推荐得分)
words_query_record:info: 附加信息(通常为空)words_source: 推荐来源query_id: 推荐查询ID
extra:now: 当前服务器时间戳(毫秒)logid: 日志IDfatal_item_ids: 错误项列表(通常为空)search_request_id: 搜索请求ID(通常为空)
log_pb:impr_id: 曝光日志ID
time_cost:stream_inner: 内部处理耗时(毫秒)server_engine_cost: 搜索引擎处理耗时(毫秒)
cache_conf:enable: 是否命中缓存(布尔值)
[English]
Purpose:
- Fetch keyword suggestion results from Douyin App.
- Based on the user's input, returns a list of recommended search keywords to improve search experience.
Notes:
- Typically used for real-time keyword suggestions in the search box.
- The returned suggestions are scored and sorted internally by Douyin's recommendation system.
Parameters:
- keyword: Input keyword, e.g., "Artificial Intelligence"
Request Body Example:
payload = {
"keyword": "Artificial Intelligence"
}
Response (common fields, actual response may contain more fields):
status_code: Status code (0 means success)status_msg: Response message (usually empty)rid: Request IDsug_list[]: List of suggested search keywordscontent: Suggested keyword (e.g., "AI software free download")sug_type: Suggestion type (usually empty, reserved field)pos[]: Position markingbegin: Begin character positionend: End character position
word_record:group_id: Suggestion group IDwords_position: Position in the current suggestion listwords_content: The word content (same ascontent)words_source: Word source (typically "sug")
extra_info:client_server_extra: Extra client-server config (JSON string)poi_id: Related POI ID (usually empty)search_params: Search parameters (with recommendation scores)
words_query_record:info: Additional info (usually empty)words_source: Source of suggestionsquery_id: Suggestion query ID
extra:now: Current server timestamp (milliseconds)logid: Log IDfatal_item_ids: List of fatal error items (usually empty)search_request_id: Search request ID (usually empty)
log_pb:impr_id: Impression log ID
time_cost:stream_inner: Internal stream processing time (milliseconds)server_engine_cost: Server search engine processing time (milliseconds)
cache_conf:enable: Whether cache was hit (boolean)
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.
Try 获取搜索关键词推荐/Fetch search keyword 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 hashtag suggestionsDouyinapi获取讨论搜索/Fetch discussion searchDouyinapi获取经验搜索/Fetch experience searchDouyinapi获取综合搜索 V1/Fetch general search V1Douyinapi获取综合搜索 V2/Fetch general search V2Douyinapi获取图片搜索/Fetch image searchDouyinapi