# 微信视频号用户资料 API | WeChat Channels creator profile

**Use case:** 

获取微信视频号用户资料，使用 SocialDataX 导出结构化 WeChat Channels creator profile data，包括用户 ID、昵称、头像、简介、地区和原创内容数，适合账号分析、KOL 研究、CSV、Excel 和 API workflows。

## Input

```json
{
  "operation": "get_user_info",
  "keyword": "露营",
  "sort_type": "all",
  "duration_range": "all",
  "user_id": "v2_060000231003b20faec8c4e08910c4d4ce00eb31b0779cdde2c934582503cdf5ce79dd283d4a@finder",
  "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"
  },
  "user_id": {
    "label": "User ID",
    "format": "string"
  },
  "name": {
    "label": "User name",
    "format": "string"
  },
  "avatar_url": {
    "label": "Avatar URL",
    "format": "string"
  },
  "bio": {
    "label": "Bio",
    "format": "string"
  },
  "gender": {
    "label": "Gender",
    "format": "string"
  },
  "ip_location": {
    "label": "IP location",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "original_content_count": {
    "label": "Original content count",
    "format": "integer"
  }
}
```

## About this Actor

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