# B站内容详情 API | Bilibili content details

**Use case:** 

B站内容详情 / Bilibili content details with SocialDataX. 通过视频、专栏或动态链接导出标题、作者、正文、媒体字段和互动指标。

## Input

```json
{
  "operation": "get_content_detail",
  "keyword": "露营",
  "category": "all",
  "publish_time_range": "all",
  "duration_range": "all",
  "url": "https://www.bilibili.com/video/BV1VCVS6PEAd",
  "max_items": 50,
  "auto_paginate": true
}
```

## Output

```json
{
  "operation": {
    "label": "Operation",
    "format": "string"
  },
  "item_index": {
    "label": "Item index",
    "format": "integer"
  },
  "content_id": {
    "label": "Content ID",
    "format": "string"
  },
  "content_type": {
    "label": "Content type",
    "format": "string"
  },
  "bvid": {
    "label": "BV ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "content": {
    "label": "Content",
    "format": "string"
  },
  "author_user_id": {
    "label": "Author user ID",
    "format": "string"
  },
  "author_name": {
    "label": "Author name",
    "format": "string"
  },
  "view_count": {
    "label": "View count",
    "format": "integer"
  },
  "danmaku_count": {
    "label": "Danmaku count",
    "format": "integer"
  },
  "like_count": {
    "label": "Like count",
    "format": "integer"
  },
  "collect_count": {
    "label": "Collect count",
    "format": "integer"
  },
  "comment_count": {
    "label": "Comment count",
    "format": "integer"
  },
  "share_url": {
    "label": "Share URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [B站 / Bilibili API - 视频搜索、Bilibili comments、专栏、用户数据](https://apify.com/socialdatax/socialdatax-bilibili-data-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/socialdatax/socialdatax-bilibili-data-api) to learn more, explore other use cases, and run it yourself.