# Find TikTok creators in the skincare niche

**Use case:** 

Discover one public TikTok skincare creator with profile, follower, bio, and available contact data.

## Input

```json
{
  "keywords": [
    "skincare"
  ],
  "minFollowers": 0,
  "maxFollowers": 0,
  "maxCreatorsPerKeyword": 1,
  "onlyWithContact": false,
  "maxConcurrency": 1,
  "maxRequestRetries": 2,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "avatar": {
    "label": "头像",
    "format": "image"
  },
  "username": {
    "label": "用户名 Username",
    "format": "text"
  },
  "nickname": {
    "label": "昵称 Name",
    "format": "text"
  },
  "followerCount": {
    "label": "粉丝 Followers",
    "format": "number"
  },
  "email": {
    "label": "邮箱 Email",
    "format": "text"
  },
  "instagram": {
    "label": "Instagram",
    "format": "text"
  },
  "twitter": {
    "label": "X / Twitter",
    "format": "text"
  },
  "verified": {
    "label": "认证 Verified",
    "format": "boolean"
  },
  "region": {
    "label": "地区 Region",
    "format": "text"
  },
  "keyword": {
    "label": "关键词 Keyword",
    "format": "text"
  },
  "profileUrl": {
    "label": "主页 Profile",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Influencer Finder — Emails & Contacts](https://apify.com/funny_ground/tiktok-influencer-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/funny_ground/tiktok-influencer-finder) to learn more, explore other use cases, and run it yourself.