Bilibili Scraper 哔哩哔哩采集器 - Videos, Profiles, Comments & Search avatar

Bilibili Scraper 哔哩哔哩采集器 - Videos, Profiles, Comments & Search

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Bilibili Scraper 哔哩哔哩采集器 - Videos, Profiles, Comments & Search

Bilibili Scraper 哔哩哔哩采集器 - Videos, Profiles, Comments & Search

Bilibili scraper API / 哔哩哔哩(B站)数据采集. Extract videos, creator profiles, stats, tags and comments by keyword or URL. 视频/UP主/评论/搜索数据导出 Excel/CSV/JSON. No login required 无需登录. Fast, Cheap. AI-Agent friendly.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Lofomachines

Lofomachines

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Bilibili Scraper – Videos, Creators, Search & Comments Data Export

Extract clean, structured data from Bilibili in seconds – no login, no cookies, no setup. Search by keyword, paste any Bilibili link, or pull an entire creator channel, and get a rich, ready-to-use dataset of videos, statistics, tags, creator profiles and comments.

Bilibili (哔哩哔哩 / B站) is one of the largest video platforms in the world, with hundreds of millions of active users. This Bilibili Scraper turns that public content into spreadsheet-ready data for market research, trend analysis, influencer discovery, competitive intelligence and content strategy – all without an account.

⚡ Fast • 🧱 Structured • 💸 Cost-efficient • 🔓 No login required • 📊 Export to Excel, CSV, JSON, Google Sheets & API

🌐 中文说明请见下方 中文版 (Chinese)


What this Bilibili Scraper does

  • 🔎 Search Bilibili by keyword – collect the top videos or creators for any topic, hashtag, brand or trend.
  • 🔗 Scrape any Bilibili URL – paste a video link, a creator/channel link (space.bilibili.com), a search link, or even a short b23.tv link.
  • 👤 Scrape full creator profiles – follower counts, verification status, bio, level, and their full video catalogue.
  • 📈 Get complete video analytics – views, likes, coins, favorites, shares, danmaku (bullet comments), comment counts and a ready-made engagement rate.
  • 🏷️ Capture tags & categories – understand how content is positioned and discovered.
  • 💬 Collect top comments – pull the most relevant comments for sentiment and audience research (optional).
  • 📦 Export anywhere – download as Excel, CSV, JSON, XML or connect through the Apify API to your own apps and dashboards.

Who is it for?

You are a…Use this Bilibili scraper to…
📣 Marketer / BrandTrack how your brand, product or campaign is discussed on Bilibili
🤝 Influencer / AgencyDiscover and vet creators by niche, audience size and engagement
📊 Market researcherMeasure trends, demand and content saturation in any category
🎬 Content creatorFind winning topics, formats and tags before you produce
🏢 Competitor analystMonitor rival channels, their output and performance over time
🧠 Data / AI teamBuild datasets for trend models, recommendation and NLP research

Use cases

1. Keyword & trend research

Enter terms like minecraft, k-pop dance, 电动汽车 or 美食, choose Most viewed or Newest first, and export the top-performing videos for any topic.

2. Influencer & creator discovery

Search for creators by niche, or paste channel links, to build a shortlist of Bilibili influencers with follower counts, verification status and engagement signals.

3. Channel / competitor monitoring

Paste a creator profile URL to export their entire video catalogue with full statistics – perfect for tracking competitors or measuring a partner's output.

4. Content performance benchmarking

Compare views, likes, coins, favorites and engagement rate across hundreds of videos to learn what actually works in a category.

5. Audience & sentiment analysis

Enable comments to capture the most relevant audience reactions on each video for sentiment, feedback and community research.

6. Hashtag & tag intelligence

Capture the tags and categories attached to top videos to reverse-engineer discovery and SEO on Bilibili.


Input

First pick a scraping mode, then fill in only the fields for that mode.

ModeWhat it doesYou provide
🔎 Search by keywordTop videos for any keywordSearch terms
🎬 Video detailsFull data for specific videosVideo URLs
👤 Creator profilesChannel profiles + top videosKeywords or creator URLs
💬 CommentsOne comment per row (great for sentiment & charged per comment)Video URLs
FieldDescription
Scraping modeSearch, Video details, Creator profiles, or Comments.
Search termsKeywords (Search and Creator-profile modes).
Bilibili URLsVideo / creator / b23.tv links (Video, Creator-profile and Comments modes).
Sort search results byMost relevant, viewed, newest, commented, favorited or danmaku.
Published after / beforeOnly collect content between two dates (Search & Comments modes). Accepts a date or relative value like "3 months".
Also attach commentsIn Search/Video/Profile modes, attach comments to each video.
Sort comments byTop (most liked) or Recent (newest first).
Comments per videoMax comments collected per video.
Maximum resultsTotal rows to return (in Comments mode, total comments).

Example – search with a date range

{
"mode": "search",
"searchTerms": ["minecraft", "lo-fi music"],
"sortBy": "views",
"onlyPostsAfter": "2024-01-01",
"onlyPostsBefore": "2024-12-31",
"maxItems": 200
}

Example – comments from a video (one comment per row)

{
"mode": "comments",
"startUrls": [ { "url": "https://www.bilibili.com/video/BV1oe4y1Y7n5" } ],
"commentsSort": "top",
"maxCommentsPerVideo": 100,
"maxItems": 500
}

Output

Every run produces a clean, consistent dataset. Each record is either a video or a creator. Download it as Excel, CSV, JSON or access it via API.

Video record (sample)

{
"type": "video",
"bvid": "BV1oe4y1Y7n5",
"url": "https://www.bilibili.com/video/BV1oe4y1Y7n5",
"title": "起床战争",
"description": "希望观众老爷喜欢这个系列!",
"category": "Gaming",
"publishedAt": "2022-10-20T11:29:54.000Z",
"durationText": "19:53",
"thumbnailUrl": "https://i1.hdslb.com/bfs/archive/...jpg",
"tags": ["搞笑", "我的世界", "minecraft", "起床战争"],
"viewCount": 23303614,
"danmakuCount": 67368,
"commentCount": 10611,
"favoriteCount": 249323,
"coinCount": 344149,
"shareCount": 31495,
"likeCount": 871876,
"engagementRate": 0.0629,
"creatorName": "小潮院长",
"creatorUrl": "https://space.bilibili.com/5970160",
"topComments": [
{ "message": "我的箭术还可以吧", "likeCount": 122964, "authorName": "..." }
],
"scrapedAt": "2026-06-28T11:00:00.000Z"
}

Creator record (sample)

{
"type": "creator",
"mid": 2,
"url": "https://space.bilibili.com/2",
"name": "碧诗",
"bio": "We Are Star Dust",
"avatarUrl": "https://i2.hdslb.com/bfs/face/...jpg",
"level": 6,
"isVerified": true,
"verifiedTitle": "bilibili创始人(站长)",
"followerCount": 1399869,
"followingCount": 424,
"videoCount": 42,
"topVideos": [
{ "title": "极限竞速:地平线 新疆DLC", "viewCount": 1310699, "url": "https://www.bilibili.com/video/..." }
],
"scrapedAt": "2026-06-28T11:00:00.000Z"
}

Comment record (Comments mode – one comment per row)

{
"type": "comment",
"videoBvid": "BV1oe4y1Y7n5",
"videoTitle": "起床战争",
"videoUrl": "https://www.bilibili.com/video/BV1oe4y1Y7n5",
"message": "我的箭术还可以吧",
"likeCount": 122964,
"replyCount": 1082,
"authorName": "小傲想睡觉",
"authorUrl": "https://space.bilibili.com/446430908",
"publishedAt": "2022-10-20T11:37:16.000Z",
"scrapedAt": "2026-06-28T11:00:00.000Z"
}

Output fields

Videos: bvid, url, title, description, category, publishedAt, durationSeconds, durationText, thumbnailUrl, width, height, tags, viewCount, danmakuCount, commentCount, favoriteCount, coinCount, shareCount, likeCount, engagementRate, creatorName, creatorUrl, pages, topComments.

Creators: mid, url, name, bio, avatarUrl, level, isVip, isVerified, verifiedTitle, followerCount, followingCount, videoCount, topVideos.

Comments: message, likeCount, replyCount, authorName, authorId, authorUrl, publishedAt, videoBvid, videoTitle, videoUrl.


Why choose this Bilibili Scraper?

  • No login or account needed – works entirely on public data.
  • Fast & scalable – built to handle hundreds of thousands of records.
  • Clean, consistent schema – import straight into Excel, BI tools or your database.
  • One tool, many jobs – search, single-URL, channel and comment scraping in one place.
  • Reliable – automatic retries and self-healing keep runs stable.
  • Pay only for what you use – lightweight and cost-efficient by design.

FAQ

Do I need a Bilibili account or cookies? No. This scraper only works with publicly available data and requires no login.

Which links are supported? Video links, creator/channel links (space.bilibili.com/...), search links (search.bilibili.com/...), and short b23.tv links.

Can I export to Excel or Google Sheets? Yes. Download results as Excel, CSV, JSON or XML, or pull them live through the Apify API and integrations.

How many results can I get? Set any limit you need with Maximum results. Start small to preview, then scale up.

Can I automate it? Yes – schedule runs and connect the output to Make, Zapier, Google Sheets or your own systems via the Apify API.


This Actor collects only publicly accessible information. You are responsible for using the exported data in compliance with applicable laws, Bilibili's terms, and data-protection regulations (such as GDPR). Do not use it to collect personal data unlawfully.



🌐 哔哩哔哩采集器 Bilibili Scraper – 中文说明

几秒钟从 B 站(哔哩哔哩)提取干净、结构化的数据 —— 无需登录、无需 Cookie、无需配置。 按关键词搜索、粘贴任意 B 站链接,或抓取整个 UP 主频道,即可获得可直接使用的视频、统计数据、标签、UP 主资料与评论数据集。

哔哩哔哩(B站)是全球最大的视频平台之一,拥有数亿活跃用户。本采集器将这些公开内容转化为表格化数据,可用于 市场调研、趋势分析、网红 / KOL 发现、竞品分析和内容策略 —— 全程无需账号。

⚡ 快速 • 🧱 结构化 • 💸 低成本 • 🔓 无需登录 • 📊 导出 Excel、CSV、JSON、Google Sheets 与 API

🌐 English version: see top of page


这个 B 站采集器能做什么

  • 🔎 按关键词搜索哔哩哔哩 —— 针对任意话题、标签、品牌或趋势采集热门视频或 UP 主。
  • 🔗 抓取任意 B 站链接 —— 视频链接、UP 主 / 频道链接(space.bilibili.com)、搜索链接,甚至 b23.tv 短链接。
  • 👤 抓取完整 UP 主资料 —— 粉丝数、认证状态、签名、等级,以及其全部视频列表。
  • 📈 获取完整视频数据 —— 播放量、点赞、投币、收藏、转发、弹幕、评论数,以及自动计算的互动率。
  • 🏷️ 采集标签与分区 —— 了解内容如何被定位与发现。
  • 💬 采集评论 —— 按 热度(最多点赞)最新 排序抓取评论,用于情感与受众分析。
  • 📦 随处导出 —— 下载为 Excel、CSV、JSON、XML,或通过 Apify API 接入你自己的应用与看板。

适合谁使用?

你是…用本采集器来…
📣 营销 / 品牌方追踪你的品牌、产品或活动在 B 站上的讨论
🤝 网红 / MCN 机构按领域、粉丝量与互动率发现并筛选 UP 主
📊 市场研究人员衡量任意品类的趋势、需求与内容饱和度
🎬 内容创作者在制作前找到爆款选题、形式与标签
🏢 竞品分析师长期监控竞争对手频道、产出与表现
🧠 数据 / AI 团队为趋势模型、推荐与 NLP 研究构建数据集

使用场景

1. 关键词与趋势研究

输入如 minecraft美食电动汽车国创 等关键词,选择 最多播放最新发布,导出任意话题的高表现视频。

2. 网红 / UP 主发现

按领域 搜索 UP 主,或粘贴频道链接,构建带粉丝数、认证状态与互动信号的 B 站达人候选名单。

3. 频道 / 竞品监控

粘贴一个 UP 主资料链接,即可导出其 全部视频列表 与完整数据 —— 非常适合追踪竞品或衡量合作方产出。

4. 内容表现基准分析

对比数百个视频的播放、点赞、投币、收藏与互动率,找出某品类真正有效的内容。

5. 受众与情感分析

开启评论采集,抓取每个视频的评论,用于情感、反馈与社区研究。

6. 标签与话题情报

采集热门视频所带的标签与分区,逆向分析 B 站的发现与 SEO 逻辑。


输入

先选择 采集模式,再填写该模式对应的字段。

模式作用你需提供
🔎 关键词搜索任意关键词的热门视频搜索关键词
🎬 视频详情指定视频的完整数据视频链接
👤 UP 主资料UP 主资料 + 热门视频关键词或 UP 主链接
💬 评论一条评论一行(适合情感分析,按条计费)视频链接
字段说明
采集模式搜索、视频详情、UP 主资料或评论。
搜索关键词关键词(搜索与 UP 主资料模式)。
B 站链接视频 / UP 主 / b23.tv 链接(视频、UP 主资料与评论模式)。
搜索结果排序综合、最多播放、最新、最多评论、最多收藏、最多弹幕。
发布时间起 / 止仅采集两个日期之间发布的内容(搜索与评论模式)。支持具体日期或相对值(如 "3 months")。
同时附带评论在搜索 / 视频 / UP 主模式下,为每个视频附带评论。
评论排序热度(最多点赞)或最新。
每个视频的评论数每个视频采集的最大评论数。
最大结果数返回的总行数(评论模式下为评论总数)。

示例 —— 带日期范围的搜索

{
"mode": "search",
"searchTerms": ["minecraft", "美食"],
"sortBy": "views",
"onlyPostsAfter": "2024-01-01",
"onlyPostsBefore": "2024-12-31",
"maxItems": 200
}

示例 —— 抓取某视频的评论(一条评论一行)

{
"mode": "comments",
"startUrls": [ { "url": "https://www.bilibili.com/video/BV1oe4y1Y7n5" } ],
"commentsSort": "top",
"maxCommentsPerVideo": 100,
"maxItems": 500
}

输出

每次运行都会生成干净、一致的数据集。每条记录为 视频UP 主评论。可下载为 Excel、CSV、JSON,或通过 API 访问。

视频字段

bvidurltitledescriptioncategorypublishedAtdurationSecondsdurationTextthumbnailUrlwidthheighttagsviewCountdanmakuCountcommentCountfavoriteCountcoinCountshareCountlikeCountengagementRatecreatorNamecreatorUrlpagestopComments

UP 主字段

midurlnamebioavatarUrllevelisVipisVerifiedverifiedTitlefollowerCountfollowingCountvideoCounttopVideos

评论字段(评论模式 —— 一条评论一行)

messagelikeCountreplyCountauthorNameauthorIdauthorUrlpublishedAtvideoBvidvideoTitlevideoUrl


为什么选择本 B 站采集器?

  • 无需登录或账号 —— 完全基于公开数据。
  • 快速且可扩展 —— 可处理数十万条记录。
  • 干净一致的结构 —— 可直接导入 Excel、BI 工具或数据库。
  • 一站多用 —— 搜索、单链接、频道与评论采集合一。
  • 稳定可靠 —— 自动重试与自愈机制保障运行稳定。
  • 按量付费 —— 设计轻量、成本可控。

常见问题

需要 B 站账号或 Cookie 吗? 不需要。本采集器仅使用公开数据,无需登录。

支持哪些链接? 视频链接、UP 主 / 频道链接(space.bilibili.com/...)、搜索链接(search.bilibili.com/...),以及 b23.tv 短链接。

可以导出到 Excel 或 Google Sheets 吗? 可以。可下载为 Excel、CSV、JSON 或 XML,也可通过 Apify API 与集成实时获取。

可以自动化运行吗? 可以 —— 可定时运行,并通过 Apify API 将输出连接到 Make、Zapier、Google Sheets 或你自己的系统。


合法与合规使用

本 Actor 仅采集公开可访问的信息。你需自行负责,确保导出数据的使用符合相关法律、哔哩哔哩条款及数据保护法规(如 GDPR)。请勿用于非法收集个人数据。