WellbyteWellbyte

GET /v1/kuaishou/app/search_comprehensive

综合搜索

stable · 13 credits / 次(成功才计)

快手综合搜索接口,支持搜索视频、用户等内容,并提供多维度筛选功能。;keyword: 搜索关键词(必填);pcursor: 分页游标,首次请求为空,后续使用响应中的pcursor值;sort_type: 排序方式;- all: 综合排序(默认);- newest: 最新发布;- most_likes: 最多点赞;publish_time: 发布时间筛选;- all: 全部时间(默认);- one_day: 近一日;- one_week: 近一周;- one_month: 近一月;duration: 作品时长筛选;- all: 全部时长(默认);- under_1_min: 1分钟以内;- 1_to_5_min: 1-5分钟;- over_5_min: 5分钟以上;搜索结果数据

注册即送 500 credits,用自己的 Key 试调。 免费注册

请求

curl -s 'https://api.wellbyte.net/v1/kuaishou/app/search_comprehensive?keyword=%E6%B1%BD%E8%BD%A6%E4%B9%8B%E5%AE%B6&pcursor=demo&duration=demo&sort_type=demo&publish_time=demo' \
  -H "Authorization: Bearer dg_live_…"

响应

示例采集于 2026-08-25

data{
code:0
data{
llsid:"2006225470204764946"
ussid:"QUxBRERJTl9DT01CT19TRUFSQ0hfMTc4NzY3NzEzNF8xNzg3Njc3MTM0NzAyX18yOTU4"
result:1
pcursor:"1"
costInfo{ 3 items }
mixFeeds[ 2 items ]
extParams{ 23 items }
host-name:"public-bjy-c97-kce-node13.idchb1az2.hb1.kwaidc.com"
portalFlag:true
recoPcursor:"no_more"
recoPymkFlag:false
responseCode:0
jumpToSlideMode:true
recoInterestFlag:false
isRecommendResult:false
}
meta{
endpoint:"kuaishou.app.search_comprehensive"
cache_hit:false
elapsed_ms:0
request_id:"req_sample"
credits_charged:0
}
message:"ok"
}

请求历史

打开完整日志

还没有调用记录。先跑通一次,再换成你的数据。

    请求参数

    参数类型位置必填说明示例
    keywordstringquerykeyword汽车之家
    pcursorstringquerypcursordemo
    durationstringquery可选值: all(全部), under_1_min(1分钟以内), 1_to_5_min(1-5分钟), over_5_min(5分钟以上)demo
    sort_typestringquery可选值: all(综合排序), newest(最新发布), most_likes(最多点赞)demo
    publish_timestringquery可选值: all(全部), one_day(近一日), one_week(近一周), one_month(近一月)demo

    响应字段

    字段字典待补 —— 右侧可执行区可直接看到真实结构。

    错误码

    codeHTTP含义是否计费
    40001400参数缺失或格式错误
    40102401API Key 无效或已吊销
    40201402余额不足,请充值
    40402404目标资源不存在
    42201422质量门槛未通过
    42901429超出速率限制
    50401504上游超时
    50201502上游返回异常

    计费

    成功扣 13 credits;任何失败(含上游 200 但未过质量门槛)扣 0。

    搜索

    搜索端点与文档