Back to Bilibili
TikHub·Bilibili
Bilibili App: search all
/api/v1/bilibili/app/fetch_search_allsync$0.0015 / callsearch all (returns all types of search results) (TikHub · Bilibili App)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| keyword | string | yes | Search keyword |
| 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= ) (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_all","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.