# B站评论回复 API | Bilibili comment replies

**Use case:** 

B站评论回复 / Bilibili comment replies with SocialDataX. 从评论 Dataset 字段导出二级回复、回复用户、互动指标和分页信息。

## Input

```json
{
  "operation": "get_content_comment_replies",
  "keyword": "露营",
  "category": "all",
  "publish_time_range": "all",
  "duration_range": "all",
  "comment_object_id": "1317705",
  "comment_object_type": 12,
  "comment_id": "1124008638",
  "page_token": "***",
  "max_items": 20,
  "auto_paginate": true
}
```

## Output

```json
{
  "operation": {
    "label": "Operation",
    "format": "string"
  },
  "item_index": {
    "label": "Item index",
    "format": "integer"
  },
  "query_comment_object_id": {
    "label": "Query comment object ID",
    "format": "string"
  },
  "query_comment_object_type": {
    "label": "Query comment object type",
    "format": "integer"
  },
  "query_comment_id": {
    "label": "Query comment ID",
    "format": "string"
  },
  "comment_id": {
    "label": "Comment ID",
    "format": "string"
  },
  "content": {
    "label": "Content",
    "format": "string"
  },
  "author_user_id": {
    "label": "Author user ID",
    "format": "string"
  },
  "author_name": {
    "label": "Author name",
    "format": "string"
  },
  "parent_comment_id": {
    "label": "Parent comment ID",
    "format": "string"
  },
  "reply_to_author_name": {
    "label": "Reply-to author name",
    "format": "string"
  },
  "like_count": {
    "label": "Like count",
    "format": "integer"
  },
  "publish_time": {
    "label": "Publish time",
    "format": "integer"
  },
  "page_request_index": {
    "label": "Page request index",
    "format": "integer"
  },
  "page_has_more": {
    "label": "Page has more",
    "format": "boolean"
  }
}
```

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