Bilibili Scraper (哔哩哔哩) - Video Stats, Comments & Search
Pricing
from $10.00 / 1,000 item scrapeds
Bilibili Scraper (哔哩哔哩) - Video Stats, Comments & Search
Scrape Bilibili (哔哩哔哩) videos and comments - no login, no cookie. Get views, likes, coins, favorites, shares, danmaku count, tags and uploader for any video by URL or keyword search, or export a video's comment threads. Export to CSV, JSON or Excel.
Pricing
from $10.00 / 1,000 item scrapeds
Rating
0.0
(0)
Developer
Zaver
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Bilibili Scraper (哔哩哔哩) 📺
Bilibili Scraper extracts video statistics and comments from Bilibili (哔哩哔哩) — no login, no cookie, no API key. Give it video URLs or search keywords and get views, likes, coins, favorites, shares, danmaku count, tags and uploader for any video, or export a video's full comment threads. Export to CSV, Excel or JSON, or pull it via the API.
Built for creator and video analytics, trend research, competitor tracking and China-market social listening.
- ✅ No login, no cookie, no API key — public Bilibili data, read anonymously
- ✅ Full engagement set — views, likes, coins, favorites, shares, comments, danmaku (弹幕) count
- ✅ Video details by URL, BV ID or av ID
- ✅ Keyword search — find videos by topic, with stats
- ✅ Comment export — full comment threads for any video
- ✅ CSV, Excel, JSON, XML export + full API, scheduler and integrations
What data does it extract?
Video details — one row per video:
| Field | Description | Example |
|---|---|---|
title | Video title | 我的视频 |
owner_name / owner_mid | Uploader | creator / 1920908011 |
views | Play count | 319635 |
likes | Likes | 15760 |
coins | Coins (Bilibili's paid upvote) | 1665 |
favorites | Saves | 1435 |
shares | Shares | 77 |
comments | Comment count | 275 |
danmaku | Bullet-comment count | 346 |
duration_seconds | Length | 454 |
category / tags | Topic | Comedy / ["funny","life"] |
url | Video URL | https://www.bilibili.com/video/BV…/ |
Comments mode — one row per comment: username, user_mid, message, likes, reply_count, ctime, video_aid.
What can it scrape?
- Video URLs / BV IDs / av IDs → full video details + stats (+ tags)
- Search keywords → matching videos with play counts and metadata
- Comments → set Comments mode and pass video URLs to export their comment threads
How to scrape Bilibili (step by step)
- Add video URLs (
https://www.bilibili.com/video/BV…), BV/av IDs, and/or search keywords. - Choose Video details & stats or Comments.
- Set max items per input.
- Click Start, then download from the Storage → Dataset tab as CSV, Excel, JSON or XML — or read via the API.
Example input
{"startUrls": ["https://www.bilibili.com/video/BV1fytx6LEB5"],"searchQueries": ["python tutorial"],"resultsType": "videoDetails","maxItems": 100}
Example output
{"bvid": "BV1fytx6LEB5","title": "我的视频","owner_name": "creator","views": 319635,"likes": 15760,"coins": 1665,"favorites": 1435,"shares": 77,"comments": 275,"danmaku": 346,"duration_seconds": 454,"category": "Comedy","tags": ["funny", "life"],"url": "https://www.bilibili.com/video/BV1fytx6LEB5/"}
Run it via the Apify API
curl "https://api.apify.com/v2/acts/YOUR~ACTOR/runs?token=YOUR_TOKEN" \-X POST -H "Content-Type: application/json" \-d '{"startUrls": ["https://www.bilibili.com/video/BV1fytx6LEB5"]}'
Works with the Apify SDK, scheduled runs, webhooks, and integrations for Make, Zapier, n8n, Google Sheets and LangChain.
Pricing — pay only for results
You are billed per item delivered (a video or a comment). Failed or unavailable inputs cost nothing.
| Result type | Price |
|---|---|
| Video (details + stats) | $0.01 per video ($10 / 1,000) |
| Comment | $0.01 per comment ($10 / 1,000) |
That's half what the established Bilibili Actor charges (which bills items at $0.02 each), and proxies are included.
Frequently asked questions
Do I need a Bilibili account or cookies?
No. The scraper reads Bilibili's public web data anonymously — no login, no cookie, no API key.
What are coins and danmaku?
Coins (硬币) are Bilibili's paid upvotes — a strong quality signal unique to the platform. Danmaku (弹幕) are the bullet comments that scroll over the video; this Actor returns the danmaku count per video.
Can I search by keyword?
Yes. Add keywords under Search keywords in video-details mode; each returns matching videos with their stats.
How do I export a video's comments?
Switch What to scrape to Comments and pass the video URLs — you'll get one row per comment.
Why did an input come back with an error?
The video may be deleted, private or region-locked, or the input wasn't a valid Bilibili video reference. Error rows are not billed.
Is this legal?
The scraper collects only publicly available data. You are responsible for using it in compliance with the laws that apply to you and Bilibili's terms.
Support & roadmap
Open an issue on the Actor's Issues tab. On the roadmap: danmaku text export, per-creator video lists, and popular/ranking feeds.