# Scrape TikTok Crypto & Finance Hashtag Videos

**Use case:** 

Extract up to 80 TikTok videos per hashtag on crypto and finance topics. Get data on views, likes, authors, and more with a minimum of 1,000 views.

## Input

```json
{
  "terms": [
    "#crypto",
    "#bitcoin",
    "#investing",
    "#stockmarket"
  ],
  "maxVideosPerTerm": 80,
  "sortBy": "views",
  "minViews": 1000,
  "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.