# Brazil TikTok Hashtag Trends Monitor

**Use case:** 

Track concrete TikTok hashtag rankings and metrics in Brazil over 30 days for campaign planning and recurring trend analysis.

## Input

```json
{
  "trendType": "hashtag",
  "countryCode": "BR",
  "period": 30,
  "maxResults": 100
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "publishedVideoCount": {
    "label": "Videos",
    "format": "number"
  },
  "videoViews": {
    "label": "Views",
    "format": "number"
  },
  "playCount": {
    "label": "Video plays",
    "format": "number"
  },
  "followerCount": {
    "label": "Followers",
    "format": "number"
  },
  "trend": {
    "label": "Trend",
    "format": "string"
  },
  "countryCode": {
    "label": "Country",
    "format": "string"
  },
  "period": {
    "label": "Period (days)",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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