# Audit a Brand Account - TikTok

**Use case:** 

Audit a brand's TikTok account with username, name, verified status, business, followers, likes and videos. Export to JSON, CSV or Excel.

## Input

```json
{
  "profiles": [
    "duolingo",
    "chipotle"
  ],
  "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": false,
  "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.