# Collect Chinese AI & ML videos from Bilibili · B站AI视频数据采集

**Use case:** 

Search Bilibili for AI & ML videos and export structured metadata — BV-id, title, author, views, danmaku, date. A ready Chinese-language corpus for AI training

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