# Enrich an Influencer Lead List - TikTok

**Use case:** 

Enrich a TikTok influencer lead list with username, followers, likes, bio link, email, socials and lead score. Ready-to-use contact list.

## Input

```json
{
  "profiles": [
    "charlidamelio",
    "khaby.lame"
  ],
  "videoUrls": [
    "https://www.tiktok.com/@nasa.etw/video/7633321198176210190"
  ],
  "hashtags": [
    "space",
    "nasa"
  ],
  "searchQueries": [
    "mars rover",
    "space launch"
  ],
  "searchType": "video",
  "maxItems": 100,
  "maxVideosPerProfile": 0,
  "includeVideoDetails": false,
  "commentsPerVideo": 0,
  "enrichBioLink": true,
  "monitorMode": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "headful": true,
  "debugMode": false
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "username": {
    "label": "Username"
  },
  "nickname": {
    "label": "Name"
  },
  "url": {
    "label": "Profile URL"
  },
  "verified": {
    "label": "Verified"
  },
  "businessAccount": {
    "label": "Business"
  },
  "region": {
    "label": "Region"
  },
  "followerCount": {
    "label": "Followers"
  },
  "followingCount": {
    "label": "Following"
  },
  "heartCount": {
    "label": "Likes"
  },
  "videoCount": {
    "label": "Videos"
  },
  "bioLink": {
    "label": "Bio link"
  },
  "email": {
    "label": "Email"
  },
  "socialHandles": {
    "label": "Socials"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "signature": {
    "label": "Bio"
  }
}
```

## About this Actor

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