Back to Bilibili
TikHub·Bilibili

Bilibili App: search all

/api/v1/bilibili/app/fetch_search_allsync$0.0015 / call

search all (returns all types of search results) (TikHub · Bilibili App)

Input
FieldTypeRequiredDescription
keywordstringyesSearch keyword
cursorstringPagination cursor, leave empty for the first page; for the next page pass back data.pagination.next from the previous response (default "")
page_sizeintegerPage size (default 20)
orderinteger/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.