# Bulk TikTok Profile Export for Tech Companies

**Use case:** 

Extract detailed TikTok profiles for major tech companies. Get email addresses, follower stats, and more in CSV or JSON format.

## Input

```json
{
  "profiles": [
    "apple",
    "samsung",
    "microsoft",
    "google",
    "meta",
    "amazon",
    "adobe",
    "spotify",
    "netflix",
    "tiktok"
  ],
  "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.