WellbyteWellbyte

GET /v1/bilibili/web/fetch_general_search

获取综合搜索信息

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

获取综合搜索信息;keyword: 搜索关键词;order: 排序方式;- totalrank 综合排序;- click 最多播放;- pubdate 最新发布;- dm 最多弹幕;- stow 最多收藏;page: 页码;page_size: 每页数量;duration: 时长筛选;- 0 全部时长;- 1 10分钟以下;- 2 10-30分钟;- 3 30分钟-60分钟;- 4 60分钟以上;pubtime_begin_s: 开始日期,10位时间戳,需要小于结束日期;pubtime_end_s: 结束日期,10位时间戳,需要大于开始日期;综合搜索信息

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

请求

curl -s 'https://api.wellbyte.net/v1/bilibili/web/fetch_general_search?page=1&order=totalrank&keyword=%E7%81%AB%E5%BD%B1%E5%BF%8D%E8%80%85&duration=NaN&page_size=42&pubtime_end_s=NaN&pubtime_begin_s=NaN' \
  -H "Authorization: Bearer dg_live_…"

响应

示例采集于 2026-08-25

data{
code:0
data{
ttl:1
code:0
data{ 15 items }
message:"OK"
}
meta{
endpoint:"bilibili.web.fetch_general_search"
cache_hit:false
elapsed_ms:0
request_id:"req_sample"
credits_charged:0
}
message:"ok"
}

请求历史

打开完整日志

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

    请求参数

    参数类型位置必填说明示例
    pageintegerquery页码1
    orderstringquery排序方式totalrank
    keywordstringquery搜索关键词火影忍者
    durationintegerquery时长筛选demo
    page_sizeintegerquery每页数量42
    pubtime_end_sintegerquery结束日期demo
    pubtime_begin_sintegerquery开始日期demo

    响应字段

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

    错误码

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

    计费

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

    搜索

    搜索端点与文档