# Audit TikTok Marketing Campaign Performance

**Use case:** 

Scrape videos and profile details from accounts involved in a specific marketing campaign to evaluate the campaign's organic reach and content virality. This al

## Input

```json
{
  "usernames": [
    "natgeo"
  ],
  "profileUrls": [
    "https://www.tiktok.com/@drinkprime",
    "https://www.tiktok.com/@loganpaul",
    "https://www.tiktok.com/@ksi"
  ],
  "contentTypes": [
    "profile",
    "videos"
  ],
  "maxPostsPerProfile": 60,
  "includeProfileInfo": true
}
```

## Output

```json
{
  "rowType": {
    "label": "Row Type",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "displayName": {
    "label": "Display Name",
    "format": "text"
  },
  "followerCount": {
    "label": "Followers",
    "format": "number"
  },
  "videoCount": {
    "label": "Videos",
    "format": "number"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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