# Track TikTok Campaign Hashtag Engagement

**Use case:** 

Monitor multiple TikTok campaign hashtags and compare video engagement, authors, and captions in one dataset.

## Input

```json
{
  "hashtags": [
    "summerstyle",
    "outfitoftheday",
    "fashiontok"
  ],
  "maxVideosPerHashtag": 75
}
```

## Output

```json
{
  "id": {
    "label": "Video ID"
  },
  "text": {
    "label": "Caption"
  },
  "webVideoUrl": {
    "label": "URL",
    "format": "link"
  },
  "authorMeta.name": {
    "label": "Author"
  },
  "authorMeta.verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "playCount": {
    "label": "Plays",
    "format": "number"
  },
  "diggCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "shareCount": {
    "label": "Shares",
    "format": "number"
  },
  "collectCount": {
    "label": "Saves",
    "format": "number"
  },
  "videoMeta.duration": {
    "label": "Duration (s)",
    "format": "number"
  },
  "hashtags": {
    "label": "Hashtags"
  },
  "createTimeISO": {
    "label": "Created at"
  },
  "searchHashtag": {
    "label": "Search hashtag"
  },
  "input": {
    "label": "Input hashtag"
  }
}
```

## About this Actor

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