# TikTok Email Finder

**Use case:** Influencer & creator outreach

Find TikTok creator emails by searching niche keywords. Extract bio links, contact details, and follower stats from influencer profiles for outreach campaigns.

## Input

```json
{
  "hashtags": [
    "fyp"
  ],
  "resultsPerPage": 1,
  "profileScrapeSections": [
    "videos"
  ],
  "profileSorting": "latest",
  "excludePinnedPosts": false,
  "maxFollowersPerProfile": 0,
  "maxFollowingPerProfile": 0,
  "searchQueries": [
    "makeup artist",
    "skincare routine",
    "makeup tutorial"
  ],
  "searchSection": "/user",
  "maxProfilesPerQuery": 20,
  "videoSearchSorting": "MOST_RELEVANT",
  "videoSearchDateFilter": "ALL_TIME",
  "scrapeRelatedVideos": false,
  "shouldDownloadVideos": false,
  "shouldDownloadCovers": false,
  "shouldDownloadSlideshowImages": false,
  "shouldDownloadAvatars": false,
  "shouldDownloadMusicCovers": false,
  "downloadSubtitlesOptions": "NEVER_DOWNLOAD_SUBTITLES",
  "commentsPerPost": 0,
  "topLevelCommentsPerPost": 0,
  "maxRepliesPerComment": 0,
  "proxyCountryCode": "None"
}
```

## Output

```json
{
  "authorMeta.avatar": {
    "label": "Avatar",
    "format": "string"
  },
  "authorMeta.name": {
    "label": "Name",
    "format": "string"
  },
  "authorMeta.nickName": {
    "label": "Nickname",
    "format": "string"
  },
  "authorMeta.verified": {
    "label": "Verified?",
    "format": "boolean"
  },
  "authorMeta.signature": {
    "label": "Signature",
    "format": "string"
  },
  "authorMeta.fans": {
    "label": "Author Fans",
    "format": "number"
  },
  "authorMeta.video": {
    "label": "Author videos",
    "format": "number"
  },
  "authorMeta.privateAccount": {
    "label": "Private account?",
    "format": "boolean"
  },
  "authorMeta.ttSeller": {
    "label": "TikTok seller?",
    "format": "boolean"
  },
  "authorMeta.bioLink": {
    "label": "Bio link",
    "format": "string"
  },
  "authorMeta.id": {
    "label": "Author ID",
    "format": "string"
  },
  "text": {
    "label": "Text",
    "format": "string"
  }
}
```

## About this Actor

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