# TikTok Shop hashtag view and video counts

**Use case:** 

Exact view and video counts for shopping hashtags on TikTok: tiktokmademebuyit, tiktokshop, amazonfinds, founditonamazon and tiktokshopfinds, one row each with the average views per video and the commerce flag TikTok sets on the hashtag. For sellers and affiliate marketers choosing which shopping hashtags to post under. Export as JSON, CSV or Excel.

## Input

```json
{
  "hashtags": [
    "tiktokmademebuyit",
    "tiktokshop",
    "amazonfinds",
    "founditonamazon",
    "tiktokshopfinds"
  ],
  "maxResults": 10,
  "monitoringMode": false,
  "monitorMode": "any-change",
  "minViewIncrease": 0,
  "resetMonitoringState": false,
  "useProxy": true
}
```

## Output

```json
{
  "hashtag": {
    "label": "Hashtag",
    "format": "string"
  },
  "viewCount": {
    "label": "View Count",
    "format": "string"
  },
  "videoCount": {
    "label": "Video Count",
    "format": "string"
  },
  "averageViewsPerVideo": {
    "label": "Average Views Per Video",
    "format": "string"
  },
  "viewCountRounded": {
    "label": "View Count Rounded",
    "format": "string"
  },
  "viewCountRoundingGap": {
    "label": "View Count Rounding Gap",
    "format": "string"
  },
  "change": {
    "label": "Change",
    "format": "string"
  },
  "viewCountDelta": {
    "label": "View Count Delta",
    "format": "string"
  },
  "videoCountDelta": {
    "label": "Video Count Delta",
    "format": "string"
  },
  "viewsPerHour": {
    "label": "Views Per Hour",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "note": {
    "label": "Note",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "inputHashtag": {
    "label": "Input Hashtag",
    "format": "string"
  },
  "hashtagMatchesInput": {
    "label": "Hashtag Matches Input",
    "format": "string"
  },
  "challengeId": {
    "label": "Challenge Id",
    "format": "string"
  },
  "hashtagUrl": {
    "label": "Hashtag Url",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "isCommerce": {
    "label": "Is Commerce",
    "format": "string"
  },
  "isFirstCheck": {
    "label": "Is First Check",
    "format": "string"
  },
  "previousCheckedAt": {
    "label": "Previous Checked At",
    "format": "string"
  },
  "previousViewCount": {
    "label": "Previous View Count",
    "format": "string"
  },
  "previousVideoCount": {
    "label": "Previous Video Count",
    "format": "string"
  },
  "hoursSincePreviousCheck": {
    "label": "Hours Since Previous Check",
    "format": "string"
  },
  "videosPerHour": {
    "label": "Videos Per Hour",
    "format": "string"
  },
  "searchUrl": {
    "label": "Search Url",
    "format": "string"
  },
  "tiktokStatusCode": {
    "label": "Tiktok Status Code",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Hashtag Stats Scraper & Monitor - Views & Video Growth](https://apify.com/neverempty/tiktok-hashtag-stats-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/neverempty/tiktok-hashtag-stats-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/neverempty/tiktok-hashtag-stats-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
