# Monitor Competitor TikTok Content & Performance

**Use case:** 

Scrape top posts from competitor-relevant hashtags to analyze their content strategy and identify high-performing video formats. Leverage these insights to opti

## Input

```json
{
  "hashtags": [
    "ecommercehacks",
    "dropshippingtips",
    "onlinemarketing",
    "socialmediamarketing",
    "brandbuilding"
  ],
  "mode": "topPosts",
  "maxPostsPerHashtag": 30,
  "includeHashtagMetadata": true
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "text"
  },
  "searchedHashtag": {
    "label": "Hashtag",
    "format": "text"
  },
  "hashtagName": {
    "label": "Hashtag Name",
    "format": "text"
  },
  "videoCount": {
    "label": "Video Count",
    "format": "text"
  },
  "viewCount": {
    "label": "View Count",
    "format": "text"
  },
  "postId": {
    "label": "Post ID",
    "format": "text"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "playCount": {
    "label": "Plays",
    "format": "number"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "link"
  }
}
```

## About this Actor

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