# Tiktok Hashtag Product Launch Monitor

**Use case:** 

Scrape public TikTok hashtag videos for product launch monitor with captions, creator handles, URLs, timestamps, and public engagement metrics.

## Input

```json
{
  "hashtags": [
    "productlaunch"
  ],
  "maxItemsPerHashtag": 20,
  "sortMode": "top",
  "includeVideoDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "hashtag": {
    "label": "Hashtag",
    "format": "text"
  },
  "videoId": {
    "label": "Video ID",
    "format": "text"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "authorUsername": {
    "label": "Author username",
    "format": "text"
  },
  "authorProfileUrl": {
    "label": "Author profile",
    "format": "link"
  },
  "authorDisplayName": {
    "label": "Author display name",
    "format": "text"
  },
  "createTime": {
    "label": "Created",
    "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"
  },
  "coverUrl": {
    "label": "Cover",
    "format": "image"
  },
  "musicTitle": {
    "label": "Music",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  },
  "videoWidth": {
    "label": "Video width",
    "format": "number"
  },
  "videoHeight": {
    "label": "Video height",
    "format": "number"
  },
  "bitrate": {
    "label": "Bitrate",
    "format": "number"
  }
}
```

## About this Actor

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