# Douyin Creator Profile — Full Xingtu Record

**Use case:** 

Export a full Douyin Xingtu creator profile: followers, categories, verification, content channels and marketplace standing. CSV or JSON.

## Input

```json
{
  "operation": "creatorProfile",
  "oAuthorId": "7015873824226820127",
  "itemId": "7643365207473534373",
  "keyword": "美妆",
  "searchType": "NICKNAME",
  "followerRange": "10-100",
  "platformSource": "_1",
  "platform": "SHORT_VIDEO",
  "linkType": "CONNECTED",
  "authorType": "FAN",
  "range": "DAY_30",
  "startDate": "2026-04-26",
  "endDate": "2026-05-26",
  "onlyAssign": false,
  "flowType": "EXCLUDE",
  "maxPages": 3
}
```

## Output

```json
{
  "_operation": {
    "label": "🎯 Op",
    "format": "text"
  },
  "oAuthorId": {
    "label": "👤 Creator ID",
    "format": "text"
  },
  "nickname": {
    "label": "📛 Nickname",
    "format": "text"
  },
  "uniqueId": {
    "label": "🔗 Handle",
    "format": "text"
  },
  "follower": {
    "label": "👥 Followers",
    "format": "number"
  },
  "lowestPrice": {
    "label": "💰 Lowest Price",
    "format": "number"
  },
  "assignCpmSuggestPrice": {
    "label": "📈 CPM",
    "format": "number"
  },
  "ecomScore": {
    "label": "🛒 Ecom Score",
    "format": "number"
  },
  "city": {
    "label": "🏙️ City",
    "format": "text"
  },
  "dimension": {
    "label": "📊 Dimension",
    "format": "text"
  },
  "date": {
    "label": "📅 Date",
    "format": "text"
  },
  "fansCount": {
    "label": "👥 Fans",
    "format": "number"
  },
  "commentToken": {
    "label": "💬 Token",
    "format": "text"
  },
  "hotRate": {
    "label": "🔥 Hot Rate",
    "format": "number"
  },
  "itemTitle": {
    "label": "📝 Item",
    "format": "text"
  },
  "playCount": {
    "label": "▶️ Plays",
    "format": "number"
  },
  "likeCount": {
    "label": "❤️ Likes",
    "format": "number"
  },
  "userPageUrl": {
    "label": "🔗 Creator URL",
    "format": "link"
  },
  "status": {
    "label": "✅ Status",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Douyin Influencer Marketing Analytics — Xingtu KOL Data](https://apify.com/sian.agency/douyin-xingtu-kol-analytics.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/douyin-xingtu-kol-analytics.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/douyin-xingtu-kol-analytics.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
