# B站用户资料 API | Bilibili user profile data

**Use case:** 

B站用户资料 / Bilibili user profile with SocialDataX. 通过主页链接导出用户 ID、昵称、简介、粉丝数和账号基础字段。

## Input

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

## Output

```json
{
  "operation": {
    "label": "Operation",
    "format": "string"
  },
  "item_index": {
    "label": "Item index",
    "format": "integer"
  },
  "query_user_id": {
    "label": "Query user ID",
    "format": "string"
  },
  "query_profile_url": {
    "label": "Query profile URL",
    "format": "string"
  },
  "user_id": {
    "label": "User ID",
    "format": "string"
  },
  "name": {
    "label": "User name",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile URL",
    "format": "string"
  },
  "avatar_url": {
    "label": "Avatar URL",
    "format": "string"
  },
  "bio": {
    "label": "Bio",
    "format": "string"
  },
  "follower_count": {
    "label": "Follower count",
    "format": "integer"
  },
  "following_count": {
    "label": "Following count",
    "format": "integer"
  },
  "posted_content_count": {
    "label": "Posted content count",
    "format": "integer"
  },
  "posted_video_count": {
    "label": "Posted video count",
    "format": "integer"
  },
  "received_like_count": {
    "label": "Received like count",
    "format": "integer"
  },
  "video_view_count": {
    "label": "Video view count",
    "format": "integer"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "verification_label": {
    "label": "Verification label",
    "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.