# Discover Trending Food & Drink Hashtags on TikTok (UK)

**Use case:** 

Find trending TikTok food and drink hashtags in the UK (last 7 days). Perfect for restaurants and food brands. Export to CSV or JSON.

## Input

```json
{
  "trendType": "hashtags",
  "maxItems": 100,
  "saveMedia": false,
  "countryCode": "GB",
  "hashtagPeriod": "7",
  "industryId": "27000000000",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "Rank": {
    "label": "Rank",
    "format": "number"
  },
  "Hashtag": {
    "label": "Hashtag",
    "format": "text"
  },
  "Hashtag ID": {
    "label": "ID",
    "format": "text"
  },
  "Posts": {
    "label": "Posts",
    "format": "number"
  },
  "Video Views": {
    "label": "Video Views",
    "format": "number"
  },
  "Industries": {
    "label": "Industries",
    "format": "array"
  },
  "Country": {
    "label": "Country",
    "format": "text"
  },
  "Country Code": {
    "label": "Code",
    "format": "text"
  },
  "Period": {
    "label": "Period",
    "format": "text"
  },
  "TikTok URL": {
    "label": "TikTok",
    "format": "link"
  },
  "Trend Direction": {
    "label": "Trend",
    "format": "text"
  },
  "Trend Stats": {
    "label": "Trend stats"
  },
  "Trend Data": {
    "label": "Trend data"
  },
  "Top Creators": {
    "label": "Top creators"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Trends](https://apify.com/data_xplorer/tiktok-trends) with a specific input configuration. Visit the [Actor detail page](https://apify.com/data_xplorer/tiktok-trends) to learn more, explore other use cases, and run it yourself.