# Monitor TikTok UK trending hashtags last 30 days

**Use case:** 

Scrape United Kingdom trending hashtags from TikTok over 30 days with industry tags, publish counts, and trend velocity.

## Input

```json
{
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "countryCode": "GB",
  "period": "30",
  "maxItems": 10,
  "cookies": []
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "hashtag_name": {
    "label": "Hashtag Name",
    "format": "text"
  },
  "hashtag_id": {
    "label": "Hashtag ID",
    "format": "text"
  },
  "publish_cnt": {
    "label": "Publish Count",
    "format": "number"
  },
  "video_views": {
    "label": "Video Views",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Tiktok Trending Hashtags Scraper](https://apify.com/lexis-solutions/tiktok-trending-hashtags-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/tiktok-trending-hashtags-scraper) to learn more, explore other use cases, and run it yourself.