GET /v1/bilibili/app/fetch_search_by_type
search by type
stable · 2 credits per success
search by type;keyword: Search keyword (required);search_type: Search type;- video: Videos;- bangumi: Anime;- pgc: Movies/TV;- live: Live streams;- article: Articles;- user: Users;cursor: Pagination cursor. Leave empty for the first page; for the next page pass;back `data.pagination.next` from the previous response. This endpoint uses cursor;pagination and does not support random access by page n…
Request parameters
| Name | Type | In | Required | Description | Example |
|---|---|---|---|---|---|
| order | integer | query | no | 排序方式 | demo |
| cursor | string | query | no | 翻页游标,首页留空;翻页时传回上一页响应的 data.pagination.next | demo |
| keyword | string | query | yes | 搜索关键词 | 原神 |
| page_size | integer | query | no | 每页数量 | demo |
| search_type | string | query | no | 搜索类型 | demo |
Response fields
Field dictionary coming soon — the executable panel shows the live shape.
Errors
| code | HTTP | Meaning | Billed |
|---|---|---|---|
| 40001 | 400 | Invalid parameters | no |
| 40102 | 401 | Invalid or revoked API Key | no |
| 40201 | 402 | Insufficient credits | no |
| 40402 | 404 | Resource not found | no |
| 42201 | 422 | Quality gate failed | no |
| 42901 | 429 | Rate limit exceeded | no |
| 50401 | 504 | Upstream timeout | no |
| 50201 | 502 | Upstream error | no |
Billing
Success costs 2 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.