# Analyze UK TikTok Hashtag Trends (30-Day)

**Use case:** 

Gain insight into sustained trending TikTok hashtags in the United Kingdom over a 30-day period. This is crucial for brands planning longer-term content campaig

## Input

```json
{
  "country": "GB",
  "period": "30",
  "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.