# Current TikTok Trends in the US

**Use case:** 

Get the latest trending hashtags on TikTok in the US over the past week. Includes rank, post counts, video views, and popularity trends.

## Input

```json
{
  "proxyConfiguration": {
    "useApifyProxy": false,
    "apifyProxyGroups": []
  },
  "countryCode": "US",
  "period": "7",
  "maxItems": 100,
  "cookies": []
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "hashtagName": {
    "label": "Hashtag Name",
    "format": "text"
  },
  "hashtagId": {
    "label": "Hashtag ID",
    "format": "text"
  },
  "publishCount": {
    "label": "Publish Count",
    "format": "number"
  },
  "videoViews": {
    "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/ayen-data/tiktok-trending-hashtags-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ayen-data/tiktok-trending-hashtags-scraper) to learn more, explore other use cases, and run it yourself.