Bilibili Creator Scraper
Pricing
Pay per event
Bilibili Creator Scraper
Find bilibili (B站) creators by keyword or UID. Get followers, level, official verification, live stream status, and recent video engagement (views, coins, danmaku, favorites).
Pricing
Pay per event
Rating
0.0
(0)
Developer
BowTiedRaccoon
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Find creators on bilibili (B站), China's largest long-form video platform, by keyword or UID. Returns follower counts, level, official verification, live stream status, recent video engagement (views, coins, danmaku, favorites), and direct links to each creator's space — without a login, a token, or a residential proxy.
Bilibili Creator Scraper Features
- Searches bilibili by keyword and pages through up to 1,000 matching creators per query
- Looks up creators directly by UID when you already know the IDs you want
- Returns 21 fields per creator, including follower count, level, gender, and official verification role
- Flags creators currently live streaming and includes the live room ID
- Pulls recent video samples with engagement stats — views, coins, danmaku, favorites, duration, posted date
- Optional per-video enrichment fetches full like and partition data via the per-video endpoint
- Pure JSON API — no browser, no Cloudflare bypass, no proxies
- No bilibili account or token required
Who Uses Bilibili Creator Data?
- Influencer marketing agencies — discover Chinese creators by partition, follower threshold, or recent engagement
- Brand monitoring teams — track which bilibili creators are running branded content for competitors
- Live commerce operators — surface creators currently live streaming to spot real-time partnership opportunities
- AI / MMM data scientists — feed bilibili-specific engagement signals (coins, danmaku, favorites) into media-mix models
- Competitive intelligence analysts — benchmark creator audience size and engagement across niches
- Localization & expansion teams — build a shortlist of Chinese-language creators in a vertical before entering the market
How Bilibili Creator Scraper Works
- Pick an input mode. Provide a list of search keywords, a list of explicit creator UIDs, or both.
- The scraper searches bilibili (or fetches creator profiles directly by UID) and pulls the structured profile for each match.
- Each creator is enriched with a follower / following count and live stream status from bilibili's relation and live endpoints.
- Optionally enable per-video enrichment to attach full like, coin, and favorite counts to each creator's recent video samples.
Input
{"searchTerms": ["anime"],"searchOrder": "fans","maxItems": 15}
| Field | Type | Default | Description |
|---|---|---|---|
searchTerms | string[] | [] | Keywords to search bilibili creators by. One paginated query per keyword. Leave empty if you only want to look up explicit UIDs. |
startUids | string[] | [] | List of bilibili UIDs (e.g. "2", "1850091") to look up directly via the card endpoint. Use this when you already know the creator IDs. |
searchOrder | string | "fans" | How to rank search hits. One of "fans" (most followers), "totalrank" (best match), "pubdate" (recently active), "click" (most viewed videos). |
enrich_video_stats | boolean | false | When true, each creator's sample videos are re-fetched from the per-video endpoint to add full like / coin / favorite counts plus the partition and tags. Adds ~3 extra API calls per creator. |
maxItems | integer | 15 | Maximum number of creator records to return across all keywords and UIDs. |
Look up creators by UID
{"startUids": ["2", "1850091"],"maxItems": 5}
Combine search and direct lookup
{"searchTerms": ["cooking", "gaming"],"startUids": ["2"],"searchOrder": "fans","enrich_video_stats": true,"maxItems": 50}
Bilibili Creator Scraper Output Fields
{"creator_uid": "2061838341","creator_name": "WBJ_Anime","creator_sign": "华纳兄弟日本动画 Warner Bros Japan Anime","creator_avatar_url": "https://i1.hdslb.com/bfs/face/3e30bae9619df3db3f81546dc61ea6e89abda4fb.jpg","creator_level": 6,"creator_official_role": "verified-organization","creator_official_desc": "华纳兄弟日本动画 Warner Bros Japan Anime 官方账号","creator_gender": "unknown","creator_space_url": "https://space.bilibili.com/2061838341","follower_count": 195561,"following_count": 7,"video_count": 141,"article_count": 0,"total_view_count": 9404,"total_like_count": 0,"is_live_streaming": false,"live_room_id": "23303408","videos": ["BV1cdohBvEq2 | 【JOJO EPISODE总决选SELECTION】《JOJO石之海》名场面:第34话~第38话 | 3030 | | 4 | 16 | 1 | 96 | 2026-04-30T11:50:00.000Z"],"partition": "","tags": [],"scraped_at": "2026-05-01T15:48:36.631Z"}
| Field | Type | Description |
|---|---|---|
creator_uid | string | Bilibili user ID (mid). Stable identifier for the creator. |
creator_name | string | Creator display name (uname). |
creator_sign | string | Creator bio / signature line. |
creator_avatar_url | string | URL to the creator's avatar image (hdslb.com CDN). |
creator_level | integer | Creator level on bilibili. Range 0-6. |
creator_official_role | string | Official verification status. One of "none", "verified-personal", "verified-organization". |
creator_official_desc | string | Official verification description (e.g. "bilibili 创始人"). |
creator_gender | string | Creator gender — "male", "female", or "unknown". |
creator_space_url | string | Direct URL to the creator's bilibili space (profile page). |
follower_count | integer | Number of followers (fans). Refreshed from the relation/stat endpoint. |
following_count | integer | Number of accounts the creator follows. |
video_count | integer | Total number of videos uploaded by the creator. |
article_count | integer | Total number of long-form articles published by the creator. |
total_view_count | integer | Approximate total view count summed across the creator's recent video samples. |
total_like_count | integer | Total likes received across all the creator's content. Populated when looking up by UID; defaults to 0 when discovered via search. |
is_live_streaming | boolean | True if the creator is currently live streaming. |
live_room_id | string | Bilibili live room ID, if the creator has one. |
videos | string[] | Recent videos as pipe-delimited strings: "bvid | title | views | likes | coins | favorites | danmaku | duration_seconds | posted_at". Likes is only populated when enrich_video_stats is enabled. |
partition | string | Primary content partition (e.g. "游戏", "音乐"). Best-effort, populated only when enrich_video_stats is enabled. |
tags | string[] | Sub-partition tags inferred from recent videos. Best-effort. |
scraped_at | string | ISO-8601 timestamp when the record was scraped. |
FAQ
How do I scrape bilibili creators?
Bilibili Creator Scraper takes a list of search keywords or UIDs and returns one structured record per creator. You don't need a bilibili account, a cookie jar, or a Chinese IP — the public search and card endpoints work from any datacenter.
How much does Bilibili Creator Scraper cost to run?
Bilibili Creator Scraper uses Apify pay-per-event pricing — $0.10 per run start and $0.001 per creator returned. A run that pulls 1,000 creators costs $1.10. Enabling per-video enrichment doesn't change the price; the extra API calls are absorbed.
Does Bilibili Creator Scraper need proxies?
Bilibili Creator Scraper doesn't need proxies. The endpoints it uses are reachable from US datacenter IPs, and the scraper auto-bootstraps the buvid cookies bilibili expects from a fresh visitor. No residential proxy spend.
Can I get a creator's full video list?
Bilibili Creator Scraper returns up to three recent video samples per creator with engagement stats. Bilibili's per-creator video listing endpoint is gated behind a browser-only fingerprint check, so a full back-catalog isn't available without a real browser. If you need full video catalogs at scale, file an issue and we'll talk options.
Can I find creators currently live streaming?
Bilibili Creator Scraper flags every record with is_live_streaming and the live_room_id. Filter the output for is_live_streaming: true to surface creators broadcasting right now — useful for live commerce monitoring and real-time partnership outreach.
How fresh is the data?
Bilibili Creator Scraper pulls follower counts, live status, and video stats live on every run. There's no caching; what you get is what bilibili was serving when the run executed.
Need More Features?
Need custom fields, full video catalogs, or a different bilibili surface? File an issue or get in touch.
Why Use Bilibili Creator Scraper?
- Affordable — $0.10 per run start, $0.001 per creator. A 1,000-creator pull is $1.10.
- Marketer-first output — every other bilibili scraper on the store targets video downloaders. This one returns the fields a brand or agency actually uses: followers, live status, engagement signals, official verification.
- No browser, no proxy, no token — pure JSON API scraping that runs on the smallest Apify memory tier and costs nothing in proxy bandwidth.