Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
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
: 推荐查询IDextra
:now
: 当前服务器时间戳(毫秒)logid
: 日志IDfatal_item_ids
: 错误项列表(通常为空)search_request_id
: 搜索请求ID(通常为空)log_pb
:impr_id
: 曝光日志IDtime_cost
:stream_inner
: 内部处理耗时(毫秒)server_engine_cost
: 搜索引擎处理耗时(毫秒)cache_conf
:enable
: 是否命中缓存(布尔值)payload = {
"keyword": "Artificial Intelligence"
}
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 positionword_record
:group_id
: Suggestion group IDwords_position
: Position in the current suggestion listwords_content
: The word content (same as content
)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 IDextra
: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 IDtime_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)Authorization: Bearer ********************
{
"keyword": "人工智能"
}
curl --location --request POST 'https://api.tikhub.io/api/v1/douyin/search/fetch_search_suggest' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "人工智能"
}'
{
"code": 200,
"router": "",
"params": {},
"data": null
}