# Bilibili Trending / Popular Videos — daily feed

**Use case:** 

Bilibili's most-popular videos on a schedule — titles, view/like stats, channels — spot the content and creators gaining traction in China before rivals.

## Input

```json
{
  "mode": "popular",
  "searchQuery": "人工智能教程",
  "autoLocalize": true,
  "sortOrder": "totalrank",
  "durationFilter": "any",
  "deltaMode": false,
  "deltaStateKey": "default",
  "videoUrls": [
    "https://www.bilibili.com/video/BV1GJ411x7h7"
  ],
  "category": "all",
  "maxResults": 100,
  "maxComments": 20,
  "sortComments": "hot",
  "sentimentAnalysis": false
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "bvid": {
    "label": "BVID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "danmakuCount": {
    "label": "Danmaku",
    "format": "number"
  },
  "coinCount": {
    "label": "Coins",
    "format": "number"
  },
  "authorName": {
    "label": "Author",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Bilibili Scraper - Chinese Video Intelligence](https://apify.com/zhorex/bilibili-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zhorex/bilibili-scraper) to learn more, explore other use cases, and run it yourself.