# 快手博主信息 API | Kuaishou Kwai creator profile

**Use case:** 

快手博主信息 API，通过主页链接获取快手创作者资料、用户 ID、昵称、简介、粉丝数和账号基础字段，支持 JSON 和 Apify Dataset。Kuaishou / Kwai creator profile data by SocialDataX.

## Input

```json
{
  "operation": "get_user_info",
  "keyword": "露营",
  "profile_url": "https://www.kuaishou.com/profile/3x5ijbmydjhrcng",
  "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": "Creator name",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile URL",
    "format": "string"
  },
  "avatar_url": {
    "label": "Avatar URL",
    "format": "string"
  },
  "kuaishou_id": {
    "label": "Kuaishou ID",
    "format": "string"
  },
  "bio": {
    "label": "Bio",
    "format": "string"
  },
  "gender": {
    "label": "Gender",
    "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"
  },
  "received_like_count": {
    "label": "Received like count",
    "format": "integer"
  }
}
```

## About this Actor

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