# Nike Mention Tracker on TikTok

**Use case:** 

Track TikTok videos mentioning Nike, including engagement stats. Get data for keywords like 'just do it' and 'nikeair' within 30 days.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.tiktok.com/@scout2015/video/6718335390845095173"
    }
  ],
  "maxResults": 1,
  "region": "US",
  "fallbackToOfficialMetadata": true,
  "concurrency": 1,
  "includeRawRecord": false
}
```

## Output

```json
{
  "id": {
    "label": "Post ID",
    "format": "text"
  },
  "mediaType": {
    "label": "Media type",
    "format": "text"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "authorUsername": {
    "label": "Author",
    "format": "text"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "downloadUrl": {
    "label": "Best download URL",
    "format": "link"
  },
  "audioUrl": {
    "label": "Audio",
    "format": "link"
  },
  "tiktokUrl": {
    "label": "TikTok URL",
    "format": "link"
  },
  "metadataOnly": {
    "label": "Metadata only",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Video Downloader for TikTok — Bulk HD, Slideshows & Audio](https://apify.com/logiover/tiktok-video-downloader) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/tiktok-video-downloader) to learn more, explore other use cases, and run it yourself.