Bilibili Video Scraper
Pricing
Pay per usage
Go to Apify Store
Bilibili Video Scraper
Scrape video data from Bilibili. Search by keyword or provide video URLs to extract titles, view counts, likes, danmaku, comments, author info, and more.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Monkey Coder
Maintained by CommunityActor stats
1
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scrape video data from Bilibili (哔哩哔哩), China's leading video-sharing platform. Search by keyword or provide specific video URLs to extract rich metadata including view counts, likes, danmaku, comments, author info, and more.
✨ Features
- Keyword Search — Search Bilibili videos by keyword with automatic pagination
- URL Lookup — Provide specific Bilibili video URLs for detailed data extraction
- Rich Metadata — Views, likes, coins, favorites, shares, danmaku count, comments, duration
- Author Info — Username, user ID, and avatar URL
- Video Details — Category, publish date, thumbnail, description
- Batch Processing — Process multiple video URLs or fetch hundreds of search results
📖 How to Use
Search Mode
- Set Mode to "Keyword Search"
- Enter your Search Query (e.g., "猫咪", "gaming", "music")
- Set Max Results (default: 50, up to 1000)
- Click Save & Start
URL Mode
- Set Mode to "Video URLs"
- Add Bilibili video URLs (e.g.,
https://www.bilibili.com/video/BV17x411w7KC) - Click Save & Start
📦 Sample Output
{"bvid": "BV17x411w7KC","aid": 170001,"title": "【MV】保加利亚妖王AZIS视频合辑","description": "保加利亚超级天王 Azis...","views": 45678380,"likes": 549321,"coins": 294186,"favorites": 878811,"shares": 33767,"danmaku": 915436,"comments": 186565,"duration": 2412,"thumbnail": "https://i2.hdslb.com/bfs/archive/...","category": "MV","publish_date": "2011-11-09T17:55:33+00:00","author_name": "冰封.虾子","author_mid": 122541,"author_face": "https://i0.hdslb.com/bfs/face/...","url": "https://www.bilibili.com/video/BV17x411w7KC","fetched_at": "2026-05-12T08:00:00+00:00"}
⚙️ Input Options
| Field | Type | Default | Description |
|---|---|---|---|
| Mode | Select | Search | "Keyword Search" or "Video URLs" |
| Search Query | Text | cat | Keyword to search (search mode) |
| Video URLs | URL list | — | Bilibili video URLs (URL mode) |
| Max Results | Integer | 50 | Max videos to return (search mode, 1–1000) |
📝 Notes
- Search mode uses Bilibili's public search API with automatic pagination (20 results per page)
- URL mode uses the view API for detailed per-video data (includes coins and shares not available in search)
- Rate limiting is built-in with 0.3–0.5s delays between requests
- All timestamps are in UTC ISO 8601 format
- Bilibili APIs are public and do not require authentication