# Daily Bilibili Brand Video Monitor — newest first

**Use case:** 

Track your brand across new Bilibili videos daily, newest-first and sentiment-tagged. Auto-localizes your brand to its Chinese name (e.g. Nike → 耐克).

## Input

```json
{
  "mode": "search",
  "searchQuery": "Nike",
  "autoLocalize": true,
  "sortOrder": "pubdate",
  "durationFilter": "any",
  "deltaMode": false,
  "deltaStateKey": "default",
  "videoUrls": [
    "https://www.bilibili.com/video/BV1GJ411x7h7"
  ],
  "category": "all",
  "maxResults": 100,
  "maxComments": 20,
  "sortComments": "hot",
  "sentimentAnalysis": true
}
```

## 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.