Bilibili Scraper - Trending, Video Stats & Danmaku
Pricing
from $6.00 / 1,000 video details
Bilibili Scraper - Trending, Video Stats & Danmaku
Mine Bilibili (哔哩哔哩) like nobody else can: trending videos, full stats, and the danmaku comment stream that no Western tool bothers to extract. Cookie-free, straight off the public API, agent-ready output.
Pricing
from $6.00 / 1,000 video details
Rating
0.0
(0)
Developer
Creator Fusion
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 days ago
Last modified
Categories
Share
Bilibili Scraper — Trending, Video Stats & Danmaku
Cookie-free Bilibili / 哔哩哔哩 scraper. Two modes plus the one dataset nobody else in the West has:
- Trending feed — pull Bilibili's popular/trending videos. No input, no login. Great for China trend spotting, KOL discovery, and content research.
- Video details — paste video URLs or BVIDs and get the full stat block: views, likes, coins, favorites, shares, replies, danmaku count, category, duration, publish date, and UP creator info.
- Danmaku (弹幕) — optionally pull the on-screen scrolling comment stream for each video: comment text, its timestamp in the video, and when it was sent. This behavioral signal is unique to Bilibili and doesn't exist on any Western platform.
No account, no session cookie, no CAPTCHA. Clean typed JSON, one dataset per run.
Quick start
Trending feed (just press Start):
{}
Video details + danmaku:
{ "videoUrls": ["https://www.bilibili.com/video/BV1oyhM6AETw"], "includeDanmaku": true }
Output (by rowType)
- trending / video:
bvid,title,desc,url,category,durationSec,publishedAt,views,likes,coins,favorites,shares,replies,danmakuCount,upName,upMid,cover. - danmaku:
bvid,text,videoTimeSec(position in the video),sentAt.
Why this one
- Cookie-free — pure public-API extraction, no login token to paste.
- Danmaku included — the scrolling-comment stream is real audience-reaction data most scrapers skip.
- Agent-ready — every row carries a
rowTypediscriminator and there's a machine-readable SUMMARY in the key-value store. - Self-healing — requests go direct first (free); on a rate-limit or failure the Actor automatically retries through Apify residential proxy with a fresh rotating session before giving up, so proxy is billed to you only when it's actually needed.
中文说明(B站数据采集)
无需登录 Cookie 的哔哩哔哩采集工具:
- 热门视频 — 拉取 B 站热门/排行视频,无需任何输入。适合国内趋势洞察、UP 主发现、内容选题。
- 视频详情 — 粘贴视频链接或 BV 号,获取播放量、点赞、投币、收藏、分享、评论、弹幕数、分区、时长、发布时间及 UP 主信息。
- 弹幕采集 — 可选提取每个视频的弹幕流(弹幕内容、出现的视频时间点、发送时间),这是 B 站独有的观众反应数据。
无需账号、无需 Cookie、无需验证码。
{ "videoUrls": ["https://www.bilibili.com/video/BVxxxxxxxxxx"], "includeDanmaku": true }
Apify 平台在中国大陆及台湾地区可正常访问,每月 $5 免费额度,无需信用卡即可试用。
For AI agents
curl -X POST "https://api.apify.com/v2/acts/apricot_blackberry~bilibili-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \-H "Content-Type: application/json" -d '{}'
Empty input returns the trending feed (never an error), so speculative agent calls always get data. Filter on rowType (trending / video / danmaku).
Honest limits
- Keyword search and UP-creator video catalogs require Bilibili's
wbirequest signing and are not in this cookie-free version (trending + by-id video details + danmaku are). - Very old or removed videos return a not-found row in the SUMMARY, not the dataset.