Bilibili Scraper - Chinese Video Intelligence avatar

Bilibili Scraper - Chinese Video Intelligence

Pricing

from $5.00 / 1,000 item scrapeds

Go to Apify Store
Bilibili Scraper - Chinese Video Intelligence

Bilibili Scraper - Chinese Video Intelligence

Extract videos, comments, creator profiles, and trending content from Bilibili (哔哩哔哩), China's largest video platform. 300M+ users. Danmaku, coins, favorites included. No API key, no browser needed. Part of the Chinese Digital Intelligence Suite.

Pricing

from $5.00 / 1,000 item scrapeds

Rating

0.0

(0)

Developer

Sami

Sami

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

2 days ago

Last modified

Share

Extract videos, comments, and creator analytics from Bilibili (哔哩哔哩) — China's YouTube with 300M+ monthly active users. The most comprehensive Bilibili scraper on Apify. No API key, no browser needed.

No API key required. No browser. No proxy. Pure HTTP — fast and cheap.

How to scrape Bilibili in 3 easy steps

  1. Go to the Bilibili Scraper page on Apify and click "Try for free"
  2. Configure your input — choose a mode (search, video_detail, video_comments, user_videos, or popular), enter your keywords or video URLs, and set the number of results
  3. Click "Run", wait for the scraper to finish, then download your data in JSON, CSV, or Excel format

No coding required. No API key. Works with Apify's free plan.

Chinese Digital Intelligence Suite by Zhorex: Bilibili (video) + RedNote/Xiaohongshu (social commerce) + Zhihu (Q&A) + Weibo (microblogging). The only developer on Apify specializing in Chinese platforms.

What is Bilibili?

Bilibili is China's premier video platform, known for anime, gaming, tech content, and education. Unlike YouTube, Bilibili features danmaku (弹幕) — real-time scrolling comments that overlay the video. With 300M+ monthly active users, it's where Chinese Gen Z and millennials consume and create content.

Bilibili-specific data points this actor captures:

  • Danmaku count (弹幕) — live scrolling comments overlaid on videos
  • Coin count (投币) — Bilibili's tipping system where users "throw coins" at creators
  • Favorite count (收藏) — equivalent to "save" on other platforms
  • Standard metrics: views, likes, shares, replies

Bilibili API alternative

There is no official public Bilibili API available for international developers. Bilibili's internal APIs require Chinese phone verification, are undocumented, and frequently change. This Bilibili Scraper is the best Bilibili API alternative in 2026 — it handles all the complexity for you, returns structured data, and requires zero authentication. Extract videos, comments, danmaku counts, and creator analytics without dealing with Bilibili's internal endpoints.

What can this actor do?

ModeDescriptionInput needed
searchSearch videos by keyword (Chinese or English)Search query
video_detailFull video info with all engagement metricsVideo URLs or BVIDs
video_commentsComments with author info and likesVideo URLs or BVIDs
user_videosRecent videos from specific creatorsUser IDs (mid)
popularTrending/popular videos, filterable by categoryOptional category filter

Bilibili categories

Animation (动画), Music (音乐), Dance (舞蹈), Gaming (游戏), Knowledge (知识), Tech (科技), Sports (运动), Cars (汽车), Life (生活), Food (美食), Animal (动物圈), Fashion (时尚), Entertainment (娱乐)

Use cases

  • Gaming/anime brand monitoring — Track game launches and anime reactions on China's largest anime community
  • Content research — Analyze trending topics in Chinese youth culture and Gen Z interests
  • Creator analytics — Evaluate Bilibili KOLs (Key Opinion Leaders) for partnerships and sponsorships
  • Ad placement research — Understand which categories and content types perform best
  • Academic research — Study Chinese digital culture, danmaku behavior, and content trends
  • Market intelligence — Monitor product launches, brand mentions, and competitor content in China

Scrape Bilibili with Python, JavaScript, or no code

You can use the Bilibili Scraper directly from the Apify Console (no code), or integrate it into your own scripts with Python or JavaScript.

Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run = client.actor("zhorex/bilibili-scraper").call(run_input={
"mode": "search",
"searchQuery": "人工智能教程",
"maxResults": 50
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

JavaScript

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });
const run = await client.actor('zhorex/bilibili-scraper').call({
mode: 'search',
searchQuery: '人工智能教程',
maxResults: 50,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => console.log(item));

Input examples

Search videos

{
"mode": "search",
"searchQuery": "人工智能教程",
"maxResults": 50
}

Video details

{
"mode": "video_detail",
"videoUrls": [
"https://www.bilibili.com/video/BV1GJ411x7h7",
"BV1xx411c7mD"
]
}

Video comments

{
"mode": "video_comments",
"videoUrls": ["https://www.bilibili.com/video/BV1GJ411x7h7"],
"maxComments": 50,
"sortComments": "hot"
}

User/creator videos

{
"mode": "user_videos",
"userIds": ["546195"],
"maxResults": 30
}

Find a user's mid in their profile URL: space.bilibili.com/{mid}

Popular/trending videos

{
"mode": "popular",
"category": "game",
"maxResults": 20
}

Output example

Video output

{
"type": "video",
"bvid": "BV1YXDfBUETP",
"aid": 116379604749273,
"title": "Example Video Title",
"description": "Video description...",
"url": "https://www.bilibili.com/video/BV1YXDfBUETP",
"thumbnailUrl": "https://i0.hdslb.com/bfs/...",
"duration": 167,
"durationFormatted": "2:47",
"viewCount": 1570113,
"likeCount": 182455,
"coinCount": 110535,
"favoriteCount": 63471,
"shareCount": 45918,
"danmakuCount": 7466,
"replyCount": 17276,
"authorName": "Creator Name",
"authorMid": 1340190821,
"publishDate": "2026-04-08T12:00:00+00:00",
"category": "Gaming",
"scrapedAt": "2026-04-10T10:00:00+00:00"
}

Comment output

{
"type": "comment",
"commentId": 295779210449,
"text": "Comment text in Chinese...",
"likeCount": 10010,
"replyCount": 42,
"createdAt": "2026-04-08T10:00:00+00:00",
"authorName": "Username",
"authorMid": 12345678,
"authorLevel": 6,
"videoBvid": "BV1YXDfBUETP",
"scrapedAt": "2026-04-10T10:00:00+00:00"
}

Pricing

This actor uses Apify's pay-per-event pricing:

EventPrice
1 item scraped$0.005
1,000 items$5.00

Technical details

  • No browser needed — uses Bilibili's public HTTP APIs
  • No proxy needed — Bilibili is accessible globally (some licensed content may be geo-restricted)
  • No API key needed — all endpoints are public
  • 256MB RAM — lightweight and efficient
  • Chinese text preserved — all content returned as-is in original language

FAQ

Is there a Bilibili API?

There is no official public Bilibili API for international developers. Bilibili's internal APIs are undocumented, require Chinese phone verification, and change frequently. This Bilibili Scraper acts as the best API alternative — giving you structured data without any authentication.

How much does it cost to scrape Bilibili?

The Bilibili Scraper costs $0.005 per item scraped ($5 per 1,000 results). You can start with Apify's free plan, which includes $5 of monthly credits — enough for 1,000 Bilibili videos, comments, or data points.

Can I scrape Bilibili in Python?

Yes. Install the Apify Python client (pip install apify-client), then use the ApifyClient to call the zhorex/bilibili-scraper actor with your desired input. See the Python code example above.

This scraper only accesses publicly available data through Bilibili's public HTTP endpoints — the same data any visitor can see without logging in. It does not bypass any authentication or access private data. Always review your local laws and Bilibili's terms of service.

What is the best Bilibili scraper in 2026?

The Bilibili Scraper by Zhorex is the most comprehensive Bilibili scraper on Apify in 2026. It supports 5 modes (search, video details, comments, user videos, popular/trending), captures Bilibili-specific metrics like danmaku and coin counts, and runs without a browser, proxy, or API key.

Integrations & data export

The Bilibili Scraper integrates with your existing workflow tools:

  • Google Sheets — Send scraped Bilibili data directly to a spreadsheet
  • Zapier / Make / n8n — Automate workflows triggered by new Bilibili data
  • REST API — Call the actor programmatically and retrieve results via Apify's REST API
  • Webhooks — Get notified when a scraping run finishes and process data in real time
  • Data formats — Download results in JSON, CSV, Excel, XML, or RSS

Chinese Digital Intelligence Suite

Build complete China market intelligence with our suite of scrapers:

PlatformUsersWhat it covers
Bilibili (this actor)300M+ MAUVideo content, danmaku, creator analytics
RedNote/Xiaohongshu200M+ MAUSocial commerce, lifestyle, product reviews
Zhihu100M+ MAUQ&A, expert opinions, long-form content
Weibo580M+ MAUMicroblogging, trending topics, celebrity content

All four actors: no browser, no proxy, no API keys. Built by Zhorex — the only developer on Apify specializing in Chinese platform intelligence.

More scrapers by Zhorex

Streaming

B2B Reviews

Other Tools


💡 Found this Actor useful? Please leave a star rating — it helps other users discover this tool.