# Bulk Scrape TikTok Travel Brand Profiles

**Use case:** 

Extract profiles of major travel brands on TikTok along with follower counts, likes, and contact information to enhance your marketing data.

## Input

```json
{
  "profiles": [
    "expedia",
    "booking.com",
    "airbnb",
    "trivago",
    "kayak",
    "skyscanner",
    "tripadvisor",
    "marriott",
    "hilton",
    "hyatt"
  ],
  "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.