# Top Fitness Hashtag Video Scraper for TikTok

**Use case:** 

Collect data on TikTok videos tagged with popular fitness hashtags. Get insights on views, likes, sounds, and authors.

## Input

```json
{
  "terms": [
    "#fitness",
    "#workout",
    "#gym",
    "#fitnessmotivation"
  ],
  "maxVideosPerTerm": 100,
  "sortBy": "views",
  "minViews": 10000,
  "onlyVerifiedAuthors": false,
  "region": "US",
  "language": "",
  "maxResults": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "foundForTerm": {
    "label": "Found for term",
    "format": "text"
  },
  "description": {
    "label": "Caption",
    "format": "text"
  },
  "playCount": {
    "label": "Views",
    "format": "number"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "shareCount": {
    "label": "Shares",
    "format": "number"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "text"
  },
  "url": {
    "label": "Video URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Hashtag Scraper - Scrape Videos by Tag](https://apify.com/logiover/tiktok-hashtag-video-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/tiktok-hashtag-video-scraper) to learn more, explore other use cases, and run it yourself.