# Get a U.S. TikTok hashtag trend snapshot

**Use case:** 

Collect the latest U.S. trending TikTok hashtags for a broad content-planning snapshot with ranks, post counts, views, and trend movement.

## Input

```json
{
  "timePeriod": "7",
  "country": "US",
  "industry": "All Industries",
  "maxResults": 10
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "rank_diff": {
    "label": "Rank Change",
    "format": "number"
  },
  "hashtag_name": {
    "label": "Hashtag Name",
    "format": "string"
  },
  "post_count": {
    "label": "Post Count",
    "format": "number"
  },
  "video_views": {
    "label": "Total Video Views",
    "format": "number"
  },
  "is_new_to_top100": {
    "label": "New to Top 100",
    "format": "boolean"
  },
  "is_promoted": {
    "label": "Promoted / Sponsored",
    "format": "boolean"
  },
  "country_code": {
    "label": "Country Code",
    "format": "string"
  },
  "industry_name": {
    "label": "Industry",
    "format": "string"
  },
  "time_period_days": {
    "label": "Time Period (Days)",
    "format": "number"
  }
}
```

## About this Actor

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