# TikTok product launch monitor

**Use case:** 

Monitor TikTok search results for product launch keywords and collect engagement metrics, comments counts, shares, and video URLs.

## Input

```json
{
  "keywords": [
    "ai note taker",
    "meeting assistant",
    "productivity app"
  ],
  "maxResultsPerKeyword": 50,
  "searchType": "video"
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "id": {
    "label": "Video ID",
    "format": "text"
  },
  "text": {
    "label": "Caption",
    "format": "text"
  },
  "webVideoUrl": {
    "label": "URL",
    "format": "link"
  },
  "playCount": {
    "label": "Plays",
    "format": "number"
  },
  "diggCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "shareCount": {
    "label": "Shares",
    "format": "number"
  },
  "createTimeISO": {
    "label": "Created",
    "format": "text"
  }
}
```

## About this Actor

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