Back to Bilibili
TikHub·Bilibili

Bilibili App: search by type

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

search by type via TikHub's Bilibili App endpoint. (TikHub · Bilibili App)

Input
FieldTypeRequiredDescription
keywordstringyesSearch keyword
search_typestringSearch type (video / bangumi / pgc / live / article / user) (default "video")
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= , 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.