# 小红书博主信息 API | Xiaohongshu XHS creator profile

**Use case:** 

获取小红书 / Xiaohongshu / XHS / RedNote 博主主页信息，支持 user ID 或主页链接，导出博主 ID、昵称、主页、简介、粉丝数等结构化数据，适合 CSV、Excel 和 API 工作流。

## Input

```json
{
  "operation": "get_user_info",
  "keyword": "露营",
  "sort_type": "general",
  "note_type": "all",
  "publish_time_range": "all",
  "profile_url": "https://www.xiaohongshu.com/user/profile/638b68b6000000001f015fdb",
  "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"
  },
  "red_id": {
    "label": "Red ID",
    "format": "string"
  },
  "bio": {
    "label": "Bio",
    "format": "string"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "follower_count": {
    "label": "Follower count",
    "format": "integer"
  },
  "following_count": {
    "label": "Following count",
    "format": "integer"
  },
  "posted_note_count": {
    "label": "Posted note count",
    "format": "integer"
  },
  "received_like_count": {
    "label": "Received like count",
    "format": "integer"
  },
  "received_collect_count": {
    "label": "Received collect count",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [小红书数据 API | SocialDataX Xiaohongshu XHS RedNote](https://apify.com/socialdatax/socialdatax-xhs-data-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/socialdatax/socialdatax-xhs-data-api) to learn more, explore other use cases, and run it yourself.