# Analyze TikTok Hashtag Trends & Popularity

**Use case:** 

Gain insights into the most trending TikTok hashtags and their performance metrics for content strategy. Understand audience engagement and identify emerging vi

## Input

```json
{
  "hashtags": [
    "fyp",
    "viral",
    "tiktokmademebuyit",
    "smallbusinesscheck",
    "marketingtips"
  ],
  "mode": "metadata",
  "maxPostsPerHashtag": 5,
  "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.