# 抖音博主信息 API | Douyin creator profile

**Use case:** 

抖音博主信息 API，通过主页链接获取抖音创作者资料、sec_user_id、抖音号、昵称、简介、粉丝数和账号基础字段，支持 JSON 和 Apify Dataset。Douyin creator profile data by SocialDataX.

## Input

```json
{
  "operation": "get_user_info",
  "keyword": "露营",
  "sort_type": "general",
  "publish_time_range": "all",
  "duration_range": "all",
  "content_type": "all",
  "profile_url": "https://www.douyin.com/user/MS4wLjABAAAAVbcQXT1UykaJ9ceFzkeTICuowUGwD57JWzQTd5UjN2A",
  "max_items": 50,
  "auto_paginate": true
}
```

## Output

```json
{
  "operation": {
    "label": "Operation",
    "format": "string"
  },
  "item_index": {
    "label": "Item index",
    "format": "integer"
  },
  "query_sec_user_id": {
    "label": "Query sec user ID",
    "format": "string"
  },
  "query_profile_url": {
    "label": "Query profile URL",
    "format": "string"
  },
  "sec_user_id": {
    "label": "Sec user ID",
    "format": "string"
  },
  "douyin_id": {
    "label": "Douyin ID",
    "format": "string"
  },
  "name": {
    "label": "Creator name",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile URL",
    "format": "string"
  },
  "avatar_url": {
    "label": "Avatar URL",
    "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 [抖音 / Douyin API - 热榜、搜索、评论、博主数据](https://apify.com/socialdatax/socialdatax-douyin-data-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/socialdatax/socialdatax-douyin-data-api) to learn more, explore other use cases, and run it yourself.