# 微博用户资料 API | Weibo user profile data

**Use case:** 

微博用户资料 / Weibo user profile data with SocialDataX. 通过微博主页链接获取用户资料，导出用户 ID、昵称、简介、粉丝数、关注数和账号基础信息，适合账号分析、KOL 研究、CSV、Excel、JSON 和 API workflows。

## Input

```json
{
  "operation": "get_user_info",
  "keyword": "露营",
  "sort_type": "hot",
  "profile_url": "https://weibo.com/u/7855890912",
  "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"
  },
  "screen_name": {
    "label": "Screen name",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile URL",
    "format": "string"
  },
  "follower_count": {
    "label": "Follower count",
    "format": "integer"
  },
  "following_count": {
    "label": "Following count",
    "format": "integer"
  },
  "post_count": {
    "label": "Post count",
    "format": "integer"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [微博 / Weibo API - 热搜、搜索、评论、用户数据](https://apify.com/socialdatax/socialdatax-weibo-data-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/socialdatax/socialdatax-weibo-data-api) to learn more, explore other use cases, and run it yourself.