# Research Brazil TikTok Hashtag Trends (180-Day)

**Use case:** 

Discover long-term, foundational TikTok hashtag trends in Brazil over 180 days to inform evergreen content strategies. This data assists market researchers and 

## Input

```json
{
  "country": "BR",
  "period": "180",
  "maxRanks": 3
}
```

## Output

```json
{
  "rankIndex": {
    "label": "Rank",
    "format": "number"
  },
  "hashtagName": {
    "label": "Hashtag",
    "format": "text"
  },
  "publishCnt": {
    "label": "Post Count",
    "format": "number"
  },
  "vv": {
    "label": "Video Views",
    "format": "number"
  },
  "observedCountry": {
    "label": "Country",
    "format": "text"
  },
  "observedPeriod": {
    "label": "Period (Days)",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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