# Track TikTok Trending Content by Hashtag

**Use case:** 

Scrape TikTok videos by hashtag: views, likes, shares, comments, author, music, and hashtags. Detect viral content, ride trends early, and brief social teams. N

## Input

```json
{
  "queries": [
    "#recipe"
  ],
  "searchType": "videos",
  "maxResults": 10,
  "maxResultsPerQuery": 10
}
```

## Output

```json
{
  "description": {
    "label": "Description",
    "format": "text"
  },
  "authorUsername": {
    "label": "Author",
    "format": "text"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "shareCount": {
    "label": "Shares",
    "format": "number"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "duration": {
    "label": "Duration",
    "format": "number"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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