# Compare US and UK TikTok Hashtag Trends

**Use case:** 

Compare TikTok hashtag momentum across US and UK 7-day and 30-day trend charts, with views, posts, popularity curves, and creators.

## Input

```json
{
  "countries": [
    "US",
    "GB"
  ],
  "periods": [
    "7",
    "30"
  ],
  "scanAllIndustries": true,
  "maxResults": 100,
  "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.