# Top Trending TikTok Hashtags in the US Right Now

**Use case:** 

Discover the most popular TikTok hashtags in the US with view counts, video counts, and commerce flags. For campaign planning and trend research. No login.

## Input

```json
{
  "mode": "popular_hashtags",
  "queries": [],
  "hashtags": [],
  "songUrls": [],
  "region": "US",
  "maxResults": 50,
  "sortBy": "relevance"
}
```

## Output

```json
{
  "name": {
    "label": "Hashtag",
    "format": "string"
  },
  "url": {
    "label": "Link",
    "format": "string"
  },
  "viewCount": {
    "label": "Total Views",
    "format": "integer"
  },
  "videoCount": {
    "label": "# Videos",
    "format": "integer"
  },
  "avgViewsPerVideo": {
    "label": "Avg Views/Video",
    "format": "integer"
  },
  "isCommerce": {
    "label": "Commerce",
    "format": "boolean"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "trendScore": {
    "label": "Trend Score",
    "format": "number"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "sourceQuery": {
    "label": "Source",
    "format": "string"
  },
  "mode": {
    "label": "Mode",
    "format": "string"
  }
}
```

## About this Actor

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