Bilibili Scraper — Trending, Ranking & Video Stats avatar

Bilibili Scraper — Trending, Ranking & Video Stats

Pricing

from $0.002 / video scraped

Go to Apify Store
Bilibili Scraper — Trending, Ranking & Video Stats

Bilibili Scraper — Trending, Ranking & Video Stats

Scrape Bilibili videos: title, uploader, views, likes, coins, favorites, danmaku, category, duration and cover. Popular feed, category rankings, or video details by BV id. Public API, no key.

Pricing

from $0.002 / video scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

24 minutes ago

Last modified

Share

Scrape Bilibili (哔哩哔哩) videos into clean JSON, CSV or Excel — title, uploader, views, likes, coins, favorites, danmaku, replies, category, duration, publish date, description and cover. Pull the popular/trending feed, category rankings (top 100), or video details by BV id. Uses Bilibili's public API — fast, no browser, no key.

Great for China video & creator intelligence, trend tracking and content research.

What you get

  • 📈 Rich engagement stats — views, likes, coins, favorites, danmaku (bullet comments), replies, shares
  • 🎬 Video metadata — title, uploader (+ mid), category, duration, publish date, description, cover
  • 🔀 Three modes — popular feed, category ranking, or details by BV id
  • Fast — fast and reliable

Example input

{ "mode": "popular", "maxItems": 200 }

Video details:

{ "mode": "videos", "bvids": ["BV1GJ411x7h7", "BV1xx411c7XX"] }

Output

{
"bvid": "BV1xx...",
"title": "抵抗者2026实机演示",
"uploader": "浩汤科技",
"views": 4693132,
"likes": 120000,
"coins": 30000,
"favorites": 45000,
"danmaku": 8000,
"category": "游戏",
"durationSec": 605,
"publishedAt": "2026-07-28T10:00:00.000Z",
"coverImage": "https://i0.hdslb.com/...",
"url": "https://www.bilibili.com/video/BV1xx...",
"collectedAt": "2026-07-30T12:00:00.000Z"
}

Input fields

FieldDescription
modepopular, ranking, or videos.
rankingCategoryIdCategory id for ranking mode (0 = all).
bvidsBV ids for videos mode.
maxItemsMax videos to scrape.

FAQ

Do I need a key or browser? No — this uses Bilibili's public web API directly.

Can it search by keyword? Keyword search requires Bilibili's signed WBI request; this Actor covers the public popular/ranking/detail endpoints.

How does billing work? A tiny per-request charge plus pay per video scraped.

Notes

Original clean-room implementation using Bilibili's public API. You are responsible for how you use the data. Not affiliated with or endorsed by Bilibili.