# Global TikTok Hashtag Trend Radar

**Use case:** 

Scan TikTok hashtag trends across the US, UK, Germany, Brazil, and Japan over 7, 30, and 90 days.

## Input

```json
{
  "countries": [
    "US",
    "GB",
    "DE",
    "BR",
    "JP"
  ],
  "periods": [
    "7",
    "30",
    "90"
  ],
  "scanAllIndustries": true,
  "maxResults": 300,
  "requestDelayMs": 150,
  "requestRetries": 3
}
```

## Output

```json
{
  "hashtag": {
    "label": "Hashtag",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "periodDays": {
    "label": "Period",
    "format": "number"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "posts": {
    "label": "Posts",
    "format": "number"
  },
  "momentum": {
    "label": "Momentum",
    "format": "number"
  },
  "trendStage": {
    "label": "Stage",
    "format": "text"
  },
  "industryId": {
    "label": "Industry ID",
    "format": "text"
  },
  "tiktokUrl": {
    "label": "TikTok",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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