# Monitor Product Launch Videos on TikTok Fast

**Use case:** 

Monitor Product Launch Videos on TikTok Fast from hashtags and searches to analyze buzz, creators, captions, and engagement after launch.

## Input

```json
{
  "profiles": [
    "tiktok"
  ],
  "hashtags": [
    "productlaunch",
    "newproduct",
    "techreview"
  ],
  "searchQueries": [
    "new product launch",
    "first impressions tech",
    "unboxing review"
  ],
  "maxTotalVideos": 180,
  "maxVideosPerInput": 30,
  "profileVideoSort": "latest",
  "profileScrapeSections": [
    "videos"
  ]
}
```

## Output

```json
{
  "id": {
    "label": "Video ID",
    "format": "text"
  },
  "input": {
    "label": "Input",
    "format": "text"
  },
  "inputType": {
    "label": "Input type",
    "format": "text"
  },
  "profile": {
    "label": "Profile",
    "format": "text"
  },
  "profileSection": {
    "label": "Profile section",
    "format": "text"
  },
  "hashtag": {
    "label": "Hashtag",
    "format": "text"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "text"
  },
  "videoUrl": {
    "label": "Input video URL",
    "format": "link"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "webVideoUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "createTime": {
    "label": "Created",
    "format": "number"
  },
  "createTimeISO": {
    "label": "Created ISO",
    "format": "date"
  },
  "duration": {
    "label": "Duration",
    "format": "number"
  },
  "playCount": {
    "label": "Plays",
    "format": "number"
  },
  "diggCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "shareCount": {
    "label": "Shares",
    "format": "number"
  },
  "collectCount": {
    "label": "Collects",
    "format": "number"
  },
  "downloadCount": {
    "label": "Downloads",
    "format": "number"
  },
  "mediaUrls": {
    "label": "Media URLs",
    "format": "object"
  },
  "authorMeta": {
    "label": "Author",
    "format": "object"
  },
  "musicMeta": {
    "label": "Music",
    "format": "object"
  },
  "videoMeta": {
    "label": "Video media",
    "format": "object"
  }
}
```

## About this Actor

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