Bilibili Video Scraper avatar

Bilibili Video Scraper

Pricing

Pay per usage

Go to Apify Store
Bilibili Video Scraper

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

Monkey Coder

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

  1. Set Mode to "Keyword Search"
  2. Enter your Search Query (e.g., "猫咪", "gaming", "music")
  3. Set Max Results (default: 50, up to 1000)
  4. Click Save & Start

URL Mode

  1. Set Mode to "Video URLs"
  2. Add Bilibili video URLs (e.g., https://www.bilibili.com/video/BV17x411w7KC)
  3. 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

FieldTypeDefaultDescription
ModeSelectSearch"Keyword Search" or "Video URLs"
Search QueryTextcatKeyword to search (search mode)
Video URLsURL listBilibili video URLs (URL mode)
Max ResultsInteger50Max 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