# Build a TikTok influencer outreach list with emails

**Use case:** 

Turn TikTok creators into a contactable outreach list — verified emails and socials for influencer marketing, brand partnerships and lead gen.

## Input

```json
{
  "searchTerms": [
    "fitness coach"
  ],
  "directUrls": [],
  "maxResults": 3,
  "scrapeEmails": true,
  "scrapeSocials": true
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "fullName": {
    "label": "Name",
    "format": "text"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  },
  "allEmails": {
    "label": "Emails",
    "format": "array"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "externalUrl": {
    "label": "External url"
  },
  "socialLinks": {
    "label": "Social links"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "profileUrl": {
    "label": "Profile url"
  }
}
```

## About this Actor

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