# TikTok creator account extractor

**Use case:** 

Find TikTok user accounts for fitness niches and export profile-style search results for influencer research and lead lists.

## Input

```json
{
  "keywords": [
    "personal trainer",
    "pilates coach",
    "home workout"
  ],
  "maxResultsPerKeyword": 20,
  "searchType": "user"
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "id": {
    "label": "Video ID",
    "format": "text"
  },
  "text": {
    "label": "Caption",
    "format": "text"
  },
  "webVideoUrl": {
    "label": "URL",
    "format": "link"
  },
  "playCount": {
    "label": "Plays",
    "format": "number"
  },
  "diggCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "shareCount": {
    "label": "Shares",
    "format": "number"
  },
  "createTimeISO": {
    "label": "Created",
    "format": "text"
  },
  "authorMeta": {
    "label": "Author",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Search Scraper](https://apify.com/automation-lab/tiktok-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/tiktok-search-scraper) to learn more, explore other use cases, and run it yourself.