# Track China Gen-Z Brand Sentiment on Bilibili · B站品牌口碑追踪

**Use case:** 

Search Bilibili for videos about a brand or product and export views, likes, and danmaku — measure how a brand lands with China's Gen-Z for brand monitoring and

## Input

```json
{
  "keyword": "新能源汽车",
  "max_results": 100,
  "addonSentimentScored": false,
  "addonSocialHandlesExtracted": false
}
```

## Output

```json
{
  "bvid": {
    "label": "Bvid",
    "format": "string"
  },
  "aid": {
    "label": "Aid",
    "format": "integer"
  },
  "url": {
    "label": "Url",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "string"
  },
  "mid": {
    "label": "Mid",
    "format": "integer"
  },
  "duration": {
    "label": "Duration",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [🇨🇳 Bilibili Video Search by Keyword · B站视频搜索 (No Login)](https://apify.com/nexgendata/bilibili-video-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexgendata/bilibili-video-search) to learn more, explore other use cases, and run it yourself.