WellbyteWellbyte

GET /v1/bilibili/web/fetch_general_search

Get general search data

stable · 2 credits per success

Get general search data;keyword: Search keyword;order: Order method;- totalrank Comprehensive sorting;- click Most played;- pubdate Latest release;- dm Most barrage;- stow Most collection;page: Page number;page_size: Number per page;duration: Duration filter;- 0 All durations;- 1 Under 10 minutes;- 2 10-30 minutes;- 3 30-60 minutes;- 4 Over 60 minutes;pubtime_begin_s: Start date, 10-digit timesta…

Sign up for 500 credits and run with your own API key. Sign up free

Request

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_…"

Response

Sample captured 2026-08-27

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"
}

No calls yet. Get one green run first, then switch to your own data.

    Request parameters

    NameTypeInRequiredDescriptionExample
    pageintegerqueryyes页码1
    orderstringqueryyes排序方式totalrank
    keywordstringqueryyes搜索关键词火影忍者
    durationintegerqueryno时长筛选demo
    page_sizeintegerqueryyes每页数量42
    pubtime_end_sintegerqueryno结束日期demo
    pubtime_begin_sintegerqueryno开始日期demo

    Response fields

    Field dictionary coming soon — the executable panel shows the live shape.

    Errors

    codeHTTPMeaningBilled
    40001400Invalid parametersno
    40102401Invalid or revoked API Keyno
    40201402Insufficient creditsno
    40402404Resource not foundno
    42201422Quality gate failedno
    42901429Rate limit exceededno
    50401504Upstream timeoutno
    50201502Upstream errorno

    Billing

    Success costs 2 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.

    Search

    Search endpoints and docs