# B站用户专栏 API | Bilibili user articles

**Use case:** 

B站用户专栏 / Bilibili user articles with SocialDataX. 通过主页链接导出用户专栏、标题、互动指标和分页信息。

## Input

```json
{
  "operation": "list_user_articles",
  "keyword": "露营",
  "category": "all",
  "publish_time_range": "all",
  "duration_range": "all",
  "profile_url": "https://space.bilibili.com/402951597",
  "page_token": "***",
  "max_items": 20,
  "auto_paginate": true
}
```

## Output

```json
{
  "operation": {
    "label": "Operation",
    "format": "string"
  },
  "item_index": {
    "label": "Item index",
    "format": "integer"
  },
  "query_profile_url": {
    "label": "Query profile URL",
    "format": "string"
  },
  "query_user_id": {
    "label": "Query user ID",
    "format": "string"
  },
  "post_id": {
    "label": "Post ID",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "cover_image_url": {
    "label": "Cover image URL",
    "format": "string"
  },
  "share_url": {
    "label": "Share URL",
    "format": "string"
  },
  "like_count": {
    "label": "Like 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.