# Gaming Companies TikTok Profile Scraper

**Use case:** 

Extract public TikTok profiles of major gaming companies. Gather contact emails, follower stats, and more for your analysis.

## Input

```json
{
  "profiles": [
    "ea",
    "activision",
    "ubisoft",
    "epicgames",
    "roblox",
    "twitch",
    "blizzard_ent",
    "playstation",
    "xbox",
    "nintendoamerica"
  ],
  "onlyWithEmail": false,
  "maxConcurrency": 8,
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "nickname": {
    "label": "Name",
    "format": "text"
  },
  "followerCount": {
    "label": "Followers",
    "format": "number"
  },
  "heartCount": {
    "label": "Likes",
    "format": "number"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  }
}
```

## About this Actor

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