# Find TikTok influencer emails & contact info

**Use case:** 

Pull contact details for any TikTok creator — email from bio, website link, follower count and category — ready for outreach.

## Input

```json
{
  "operationMode": "analyzeSpecificAccounts",
  "targetUsernames": [
    "willsmith"
  ],
  "analyzeFollowers": true,
  "analyzeFollowing": false,
  "maxCount": 0,
  "specificUsernamesList": [
    "khaby.lame"
  ],
  "maxCountList": 10,
  "engagedAudienceTargetUsernames": [
    "willsmith"
  ],
  "maxEngagedProfiles": 0,
  "extractEmail": true,
  "extractWebsiteUrl": true,
  "postExtractionMode": "none",
  "numberOfPosts": 8,
  "keywords": [],
  "keywordLocation": "bio_or_name",
  "profileLanguages": "any",
  "minFollowers": 0,
  "maxFollowers": 0,
  "minLikes": 0,
  "minMedianViews": 0,
  "minAvgShares": 0,
  "minEngagementRatio": 0,
  "lastPostDays": 0,
  "accountType": "any",
  "mustBeVerified": false,
  "filterForInfluencers": false,
  "categoryFilter": "any",
  "clearSavedData": true,
  "maxBudgetUsd": 0
}
```

## Output

```json
{
  "Account": {
    "label": "TikTok account URL",
    "format": "string"
  },
  "Profile Picture": {
    "label": "Avatar URL",
    "format": "string"
  },
  "Full Name": {
    "label": "Display name",
    "format": "string"
  },
  "Followers Count": {
    "label": "Followers",
    "format": "integer"
  },
  "Following Count": {
    "label": "Following",
    "format": "integer"
  },
  "Likes Count": {
    "label": "Total likes",
    "format": "integer"
  },
  "Videos Count": {
    "label": "Videos posted",
    "format": "integer"
  },
  "Median Views": {
    "label": "Median views (recent)",
    "format": "integer"
  },
  "Most Viewed Video Plays": {
    "label": "Top video plays",
    "format": "integer"
  },
  "Avg. Shares (Recent)": {
    "label": "Avg shares",
    "format": "number"
  },
  "ER (incl. shares) (%)": {
    "label": "ER %",
    "format": "number"
  },
  "Last Post Date": {
    "label": "Last post timestamp",
    "format": "string"
  },
  "Biography": {
    "label": "Bio text",
    "format": "string"
  },
  "Profile Language": {
    "label": "Detected language",
    "format": "string"
  },
  "Email": {
    "label": "Email (from bio)",
    "format": "string"
  },
  "Website": {
    "label": "Website (from bio link)",
    "format": "string"
  },
  "Verified": {
    "label": "Verification badge",
    "format": "string"
  },
  "Category": {
    "label": "Business category",
    "format": "string"
  }
}
```

## About this Actor

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