🇨🇳 Bilibili Video Search by Keyword · B站视频搜索 (No Login)
Pricing
from $50.00 / 1,000 videos
🇨🇳 Bilibili Video Search by Keyword · B站视频搜索 (No Login)
Search Bilibili (B站, Chinese video platform) for videos by keyword — no login, no API key, no cookie. Returns BV-id, title, author, play count, likes, danmaku, duration, publish date and thumbnail. Keyword search (not URL-by-URL) for Chinese AI corpora & trends.
Pricing
from $50.00 / 1,000 videos
Rating
0.0
(0)
Developer
NexGenData
Maintained by CommunityActor stats
0
Bookmarked
35
Total users
11
Monthly active users
9 hours ago
Last modified
Categories
Share
Turn any keyword into a ranked dataset of Bilibili (B站) videos — BV-id, title, uploader, play count, likes, danmaku (弹幕) count, duration, publish date and thumbnail — with no login, no official API key, and no cookie. Unlike URL-by-URL Bilibili scrapers, this actor is built around keyword search: feed it 人工智能 or "machine learning" and get the newest-and-hottest matches back as clean JSON or CSV. It serves two jobs especially well — assembling Chinese-language video/text training corpora for AI teams, and tracking what's trending with China's Gen-Z audience.
Pricing: $1 ≈ 20 videos (Pay-Per-Event, $0.05 per video). Optional add-ons: sentiment +$0.02/video, social-handle extraction +$0.10/video (both off by default).
中文说明
Bilibili 视频搜索让你用一个关键词批量获取 B 站视频数据,无需登录或 Cookie。每条结果包含标题、UP主、播放量、点赞、收藏、弹幕数与发布时间,可导出为 JSON、CSV 或 Excel,方便做品牌、市场与消费趋势研究。
定价:按视频计费,每条 $0.05(约 $1 = 20 条)。可选附加项:情感打分 +$0.02/条、创作者社交账号提取 +$0.10/条,默认关闭,仅在开启时计费。
定时运行:在 Apify 的「Schedules」中新建计划任务,设置关键词与数量上限,即可按天或按周自动追踪某一话题的热度变化。
AI 智能体:本 Actor 采用按事件计费(PPE),支持通过 Apify 的 x402 让智能体用 USDC 直接调用,无需账号。
说明:关键词搜索在匿名状态下可能受限;无结果时仅返回一条状态记录,不计费。所有字段均来自公开数据。
🤖 For AI agents & automation
An agent can research Chinese social and consumer trends on Bilibili — search a keyword and rank videos by engagement (plays, likes, danmaku) to gauge topic momentum. Note: a search that returns no results emits a single status record (billing-fair); keyword search may require a login cookie for some queries.
Sample agent prompt:
Search Bilibili for '智能手表' and return the top videos by play count with author and likes.
Output fields (one item per result):
bvid— Bilibili video idurl— video URLtitle— video titledescription— video descriptionauthor— uploader nameplay_count— view countdanmaku_count— on-screen comment countfavorites— favorite countlikes— like counttag— video tagspub_date— publish date
Agentic payment (x402): this Actor uses Pay-Per-Event pricing, so AI agents can run it via Apify's experimental x402 agentic-payment support — pay per call in USDC on Base, no Apify account or API key required ($1 minimum).
🧩 Optional add-ons (opt-in — you pay only if you switch them on)
Base price is $0.05/video. Flip either flag in the input to enrich every result:
addonSentimentScored— adds a sentiment label + score (title + description) to each video, so you can rank results by audience mood with no post-processing. +$0.02/video ($20 / 1,000).addonSocialHandlesExtracted— pulls creator/brand handles out of each description for outreach and lead lists. +$0.10/video ($100 / 1,000).
Both default to off; leave them off and you pay only the base per-video price.
Use cases
- Build a Chinese-language video metadata corpus (titles + danmaku signals) for LLM / NLP training.
- Trend tracking — surging topics and creators on B站 for a keyword.
- Brand & campaign monitoring with China's Gen-Z audience.
- Equity / consumer research on Chinese media, gaming, anime, EV and streaming.
- KOL / creator discovery by topic, ranked by play count and danmaku.
Sample input
{ "keyword": "人工智能", "max_results": 100 }
keyword is required; max_results caps the number of videos returned.
Sample output
Each record returns bvid, title, author, play, like, danmaku, duration, pubdate, pic:
{ "bvid": "BV1xx411c7mD", "title": "10分钟看懂大语言模型", "author": "AI科技频道", "play": 482000, "like": 31200, "danmaku": 4870, "duration": "10:42", "pubdate": "2026-06-18" }
FAQ
Does the Bilibili scraper need login, an API key, or cookies? No — it runs out of the box with none.
Can I search Bilibili by keyword (not just by URL)? Yes — keyword search is the core function; it returns a ranked list, unlike URL-only scrapers.
What is danmaku and why does it matter? Danmaku (弹幕) are on-screen scrolling comments; the count is a high-signal Gen-Z engagement metric per video.
Can it output Chinese-language AI training data? Yes — structured titles and metadata across many videos per keyword, ready for a notebook, vector DB, or training pipeline.
Does it work outside China without a VPN? Yes — it runs on Apify with a proxy; no VPN on your side.
Related NexGenData actors
Part of the NexGenData China social & sentiment suite — most teams pair the search actor (discovery) with the comments actor (depth):
Built and maintained by NexGenData. Home: thenextgennexus.com.