Back to Bilibili
TikHub·Bilibili
Bilibili App: search by type
/api/v1/bilibili/app/fetch_search_by_typesync$0.0015 / callsearch by type via TikHub's Bilibili App endpoint. (TikHub · Bilibili App)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| keyword | string | yes | Search keyword |
| search_type | string | — | Search type (video / bangumi / pgc / live / article / user) (default "video") |
| cursor | string | — | Pagination cursor, leave empty for the first page; for the next page pass back data.pagination.next from the previous response (default "") |
| page_size | integer | — | Page size (default 20) |
| order | integer | — | /Sort order (0= , 1= , 2= , 3= ) (default 0) |
Run it
curl -s https://sooma.dev/v1/run \
-H "Authorization: Bearer $SOOMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"tikhub","endpoint":"/api/v1/bilibili/app/fetch_search_by_type","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.