# Track Germany's Top 15 TikTok Trends (7-Day)

**Use case:** 

Pinpoint the top 15 rapidly emerging TikTok hashtags in Germany for immediate content opportunities. This enables social media managers to react swiftly to loca

## Input

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