Bilibili: Get Channel Videos
Bilibili via Parse · streaming_video
Fetches the paginated video list for a Bilibili channel (user space). Returns video metadata including title, description, thumbnail, duration, view/comment/danmaku counts, and publish timestamp. Also returns the channel's video category breakdown. Sorted by publish date by default; supports sorting by play count or favorites. Each call makes up to 8 upstream requests (session warmup + signed API call with one retry). Pagination is caller-controlled via page and page_size; total video count is returned in the response. Retrieve the video feed for a Bilibili user channel, with sorting, filtering, and pagination. Fulfilled by Parse from space.bilibili.com.
- bilibili
- entertainment
- parse
- platform-key
- social-media
- space-bilibili-com
- streaming-video
Price and execution
- Price
- $0.20 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- streaming_video
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/e2c6ce2c-d987-4efe-9785-ce57978ea8ab/get_channel_videos
- Interface artifact
- sha256:c811a6a8a2edd67232169c97931df81c77d8076ed2db1128421a97cb13d4ac58
- Manifest digest
- sha256:fc5fa197651b755db188fa922de90edef0ed999ca22035a89c5c81d90ab66bb4
Request fields
- mid (string, required): Bilibili user/channel numeric ID (e.g. '261168118').
- tid (string): Category/type ID to filter videos. Use '0' for all categories. Category IDs are returned in the categories field of the response.
- page (integer): Page number for pagination (1-indexed).
- order (string): Sort order for videos. Omitted defaults to pubdate (newest first).: Allowed values: pubdate, click, stow
- keyword (string): Search keyword to filter videos within this channel. Omitted returns all videos.
- page_size (integer): Number of videos per page (1-50).
Example queries
- {"mid":"261168118","order":"pubdate"}