# B站赞转列表 API | Bilibili likes reposts

**Use case:** 

B站赞转列表 / Bilibili likes and reposts with SocialDataX. 导出专栏或动态的点赞、转发相关用户和分页信息。

## Input

```json
{
  "operation": "get_content_likes_and_reposts",
  "keyword": "露营",
  "category": "all",
  "publish_time_range": "all",
  "duration_range": "all",
  "url": "https://www.bilibili.com/opus/488865671698440311",
  "page_token": "***",
  "max_items": 20,
  "auto_paginate": true
}
```

## Output

```json
{
  "operation": {
    "label": "Operation",
    "format": "string"
  },
  "item_index": {
    "label": "Item index",
    "format": "integer"
  },
  "query_url": {
    "label": "Query content URL",
    "format": "string"
  },
  "query_post_id": {
    "label": "Query post ID",
    "format": "string"
  },
  "page_post_id": {
    "label": "Page post ID",
    "format": "string"
  },
  "post_id": {
    "label": "Post ID",
    "format": "string"
  },
  "action_type": {
    "label": "Action type",
    "format": "string"
  },
  "action_text": {
    "label": "Action text",
    "format": "string"
  },
  "user_user_id": {
    "label": "User object ID",
    "format": "string"
  },
  "user_name": {
    "label": "User object name",
    "format": "string"
  },
  "user_profile_url": {
    "label": "User object profile URL",
    "format": "string"
  },
  "page_like_repost_count": {
    "label": "Page like/repost count",
    "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.