Query Bilibili Replies
Free Bilibili replies API. Fetch comment data for any video without logging in. Supports hot replies, newest replies, and pagination. Returns reply content, user info, like count, reply count, and other complete fields. Suitable for sentiment analysis, data mining, content moderation, and creator-operations tools. Reliable and high-throughput. · Suitable for sentiment analysis, reply mining, user-interaction analytics, content moderation, sentiment scoring, community-operation tools, and creator-data analysis. · Query Bilibili Replies
free Bilibili replies API, Bilibili replies, video reply lookup, hot replies API, reply data analytics, Bilibili interaction data, comment-area API, Bilibili replies lookup, bilibili replies API, video reply scraping
GET /social/bilibili/replies - Query Bilibili Replies
Want to analyse a Bilibili video's comment section? This endpoint makes it easy to fetch reply data — including hot replies and newest replies — with pagination support.
Overview
Given a video's oid (typically the video's aid), the endpoint returns the video's replies page by page. Choose a sort order and pagination parameters to fetch exactly the data you need.
Parameters
- sort (sort order)
- 0 or time: sort by time
- 1 or like: sort by likes
- 2 or reply: sort by reply count
- 3 or hot (also hottest, Newest): sort by hotness
Response fields
- hots (hot replies): Returned only on page 1; may contain a hot-replies list whose items share the same shape as items in replies.
- replies (reply list): An array of replies for the current page. Inside each item:
- root: ID of the root reply. 0 when the reply itself is top-level.
- parent: ID of the reply being replied to. Also 0 when the comment is the root.