# TikTok Hashtag Analytics (`clockworks/tiktok-ads-scraper`) Actor

Scrape TikTok hashtag analytics data. Just add one or more hashtags, and the scraper will extract posts' text, details, country,  longevity, audience interests, scores, countries, labels, and age range. Export scraped data, run the scraper via API, schedule runs, or integrate it with other tools.

- **URL**: https://apify.com/clockworks/tiktok-ads-scraper.md
- **Developed by:** [Clockworks](https://apify.com/clockworks) (Apify)
- **Categories:** Social media, Lead generation
- **Stats:** 837 total users, 30 monthly users, 100.0% runs succeeded, 23 bookmarks
- **User rating**: 4.18 out of 5 stars

## Pricing

from $2.50 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

### 📹 What is TikTok Hashtag Analytics?

TikTok Hashtag Analytics is an easy-to-use scraping tool that allows you to **extract all TikTok analytics data from a chosen hashtag**. Using this tool, you will be able to scrape:

📹 **Video data:** related videos and video URLs, recommended videos/hashtags, total views of all videos published with this hashtag, total count of all videos published with this hashtag, hashtag URL.

🧚‍♀️ **Audience data:** audience ages, the proportion of each age category, audience interests and scores, audience countries, and labels.

⚡️ **Other:** country info, industry info, ad longevity (popular days and current popularity), trend longevity.

### 📹 How can I use data extracted from TikTok Hashtag Analytics?

The data extracted from TikTok Hashtag Analytics can be used for a variety of purposes, including:

🦠 **Analyze trends,** viral campaigns, and content of specific creators

📚 Prepare for or analyze a **TikTok marketing campaign**

✨ Conduct sentiment analysis and find **authentic product reviews**

👩‍🔬 Obtain data for research and **social listening experiments**

🥸 **Identify unverified content** and inaccurate information with high public value

### 🎵 How do I export TikTok Hashtag Analytics data?

Use TikTok Hashtag Analytics. It is designed to be user-friendly, offering a smooth start for those who have never extracted data from TikTok before. Here’s how you can use this web scraper to export TikTok ads:

1. [Create](https://console.apify.com/sign-up) a free Apify account using your email.
2. Open [TikTok Hashtag Analytics.](https://apify.com/clockworks/tiktok-ads-scraper)
3. Add location, timeframe, and one or more hashtags to scrape TikTok hashtag analytics.
4. Click the “Start” button and wait for the data to be extracted.
5. Download your data in JSON, XML, CSV, Excel, or HTML.

### ⬇ Input

The input for TikTok Hashtag Analytics should be one or multiple **TikTok hashtags, a location, and a time frame.**

Click on the [input tab](https://apify.com/clockworks/tiktok-ads-scraper/input-schema) for a full explanation of an input example in JSON.

```json
{
  "adsCountryCode": "us",
  "adsTimeRange": "120",
  "hashtags": [
    "thailand"
    "coffee"
  ]
}
````

### ⬆ Output sample

The scraped TikTok analytics data will be shown as a dataset which you can find in the **Output tab**. Note that the output will first be organized as a table for viewing convenience:

<img width="100%" src="https://github.com/apify-projects/actor-readme-images/blob/master/Tiktok%20ads%20data.png?raw=true" />

You can preview all the fields and choose in which format to download the data you’ve extracted: JSON, CSV, Excel, HTML table, or XML. Here below is the same dataset in JSON:

```json
[
    {
        "hashtagName": "thailand",
        "period": "7",
        "countryCode": "US",
        "description": "🇹🇭 hi Thailand!!!😘😘😘 🇹🇭",
        "trend": [
            {
                "time": 1706140800,
                "value": 0.95
            },
            {
                "time": 1706227200,
                "value": 0.95
            },
            {
                "time": 1706313600,
                "value": 0.94
            },
            {
                "time": 1706400000,
                "value": 0.97
            },
            {
                "time": 1706486400,
                "value": 1
            },
            {
                "time": 1706572800,
                "value": 0.98
            },
            {
                "time": 1706659200,
                "value": 1
            }
        ],
        "longevity": {
            "popularDays": 0,
            "currentPopularity": 0
        },
        "hashtagId": "9128",
        "videoUrl": "https://www.tiktok.com/tag/thailand",
        "countryInfo": {
            "id": "US",
            "value": "United States",
            "label": "US"
        },
        "industryInfo": {
            "id": 23000000000,
            "value": "News & Entertainment",
            "label": "label_23000000000"
        },
        "isPromoted": false,
        "trendingType": 1,
        "publishCnt": 3771,
        "videoViews": 25822635,
        "publishCntAll": 5828545,
        "videoViewsAll": 84739142571,
        "audienceAges": [
            {
                "score": 67,
                "ageLevel": 3
            },
            {
                "score": 20,
                "ageLevel": 4
            },
            {
                "score": 13,
                "ageLevel": 5
            }
        ],
        "audienceInterests": [
            {
                "score": 142,
                "interestInfo": {
                    "id": "10092",
                    "label": "diversify_10092",
                    "value": "Humanities"
                }
            },
            {
                "score": 136,
                "interestInfo": {
                    "id": "10094",
                    "label": "diversify_10094",
                    "value": "Science"
                }
            },
            {
                "score": 133,
                "interestInfo": {
                    "id": "10085",
                    "label": "diversify_10085",
                    "value": "Food Tour & Recommendations"
                }
            },
            {
                "score": 120,
                "interestInfo": {
                    "id": "10043",
                    "label": "diversify_10043",
                    "value": "Travel"
                }
            },
            {
                "score": 115,
                "interestInfo": {
                    "id": "10093",
                    "label": "diversify_10093",
                    "value": "Business & Finance"
                }
            }
        ],
        "audienceCountries": [
            {
                "score": 780,
                "countryInfo": {
                    "id": "1605651",
                    "label": "TH",
                    "value": "Thailand"
                }
            },
            {
                "score": 378,
                "countryInfo": {
                    "id": "1733045",
                    "label": "MY",
                    "value": "Malaysia"
                }
            },
            {
                "score": 278,
                "countryInfo": {
                    "id": "1880251",
                    "label": "SG",
                    "value": "Singapore"
                }
            },
            {
                "score": 253,
                "countryInfo": {
                    "id": "1327865",
                    "label": "MM",
                    "value": "Myanmar"
                }
            },
            {
                "score": 207,
                "countryInfo": {
                    "id": "2661886",
                    "label": "SE",
                    "value": "Sweden"
                }
            },
            {
                "score": 202,
                "countryInfo": {
                    "id": "660013",
                    "label": "FI",
                    "value": "Finland"
                }
            },
            {
                "score": 160,
                "countryInfo": {
                    "id": "1831722",
                    "label": "KH",
                    "value": "Cambodia"
                }
            },
            {
                "score": 160,
                "countryInfo": {
                    "id": "2623032",
                    "label": "DK",
                    "value": "Denmark"
                }
            },
            {
                "score": 157,
                "countryInfo": {
                    "id": "1562822",
                    "label": "VN",
                    "value": "Vietnam"
                }
            },
            {
                "score": 157,
                "countryInfo": {
                    "id": "2658434",
                    "label": "CH",
                    "value": "Switzerland"
                }
            },
            {
                "score": 149,
                "countryInfo": {
                    "id": "3144096",
                    "label": "NO",
                    "value": "Norway"
                }
            }
        ],
        "relatedHashtags": [
            {
                "hashtagId": "17128",
                "hashtagName": "bangkok",
                "videoUrl": "https://www.tiktok.com/tag/bangkok"
            },
            {
                "hashtagId": "10003",
                "hashtagName": "phuket",
                "videoUrl": "https://www.tiktok.com/tag/phuket"
            },
            {
                "hashtagId": "1619755668483073",
                "hashtagName": "gmmtv",
                "videoUrl": "https://www.tiktok.com/tag/gmmtv"
            },
            {
                "hashtagId": "1599802597313541",
                "hashtagName": "thaibl",
                "videoUrl": "https://www.tiktok.com/tag/thaibl"
            },
            {
                "hashtagId": "127927",
                "hashtagName": "chiangmai",
                "videoUrl": "https://www.tiktok.com/tag/chiangmai"
            }
        ],
        "recList": [
            {
                "hashtagId": "17128",
                "hashtagName": "bangkok",
                "videoUrl": "https://www.tiktok.com/tag/bangkok"
            },
            {
                "hashtagId": "10003",
                "hashtagName": "phuket",
                "videoUrl": "https://www.tiktok.com/tag/phuket"
            },
            {
                "hashtagId": "1619755668483073",
                "hashtagName": "gmmtv",
                "videoUrl": "https://www.tiktok.com/tag/gmmtv"
            },
            {
                "hashtagId": "1599802597313541",
                "hashtagName": "thaibl",
                "videoUrl": "https://www.tiktok.com/tag/thaibl"
            },
            {
                "hashtagId": "127927",
                "hashtagName": "chiangmai",
                "videoUrl": "https://www.tiktok.com/tag/chiangmai"
            }
        ],
        "relatedVideos": [
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/20fc26f3e5634f11bf493552d2646fbe_1705608000~tplv-noop.image?x-expires=1706809234&x-signature=TIl7SGkLaLLnDybfzYOkKa9uGkI%3D",
                "url": "https://www.tiktok.com/@/video/7325530471100648746"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/72f2135e2025464da0de6983c57c2e13_1705476391~tplv-noop.image?x-expires=1706809229&x-signature=0wr5aNG2jT6iNCaM%2F9tLv74p3Cg%3D",
                "url": "https://www.tiktok.com/@/video/7324965246253305134"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/oEJfrz5Q1DjIFgKQeCXKAXUMAoka2HDt81nIej~tplv-noop.image?x-expires=1706809284&x-signature=Ghpe5nBQGbevKYTdfki7wqEpuVA%3D",
                "url": "https://www.tiktok.com/@/video/7300246300895857963"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/oEAgAfYQyZDeHRLodX3HIZQRGMfZ8tAXjCCmrk~tplv-noop.image?x-expires=1706809235&x-signature=l8ksV2r7NgEy2OlhXhJIPkt2yZ0%3D",
                "url": "https://www.tiktok.com/@/video/7327845549346966826"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/oQpBUl7DiGoBIziwyCvAbMBfgi2IA7C34EB15u~tplv-noop.image?x-expires=1706809284&x-signature=8ZQH0w4Og%2BKKG7DNRtGIxQQLqAU%3D",
                "url": "https://www.tiktok.com/@/video/7329664514708868395"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/o0AAgtLSAKfIS1kLjrgCH2VqeEQmIBFxhlpcfD~tplv-noop.image?x-expires=1706809285&x-signature=ElDWi2WIAD3tx0UFJbLeT6lRgN0%3D",
                "url": "https://www.tiktok.com/@/video/7329775296167808302"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/oEI0QBDZRtrtAyDlcFerfSGJGLtErEYgSyLIB2~tplv-noop.image?x-expires=1706809280&x-signature=7id5QQ1eR%2BkikMY%2FazujLweTk6M%3D",
                "url": "https://www.tiktok.com/@/video/7328680786301848878"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/oA0gjF0XLQk4IiHDqCULMaRIgzGJJeALBAefvk~tplv-noop.image?x-expires=1706809228&x-signature=SFoE1d4fAalt2LsirSz7L1UlKXU%3D",
                "url": "https://www.tiktok.com/@/video/7325151619601993006"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/ocnrBfVJDDelFrWEVyE5uRIAsBSQ0EEg3YR9HA~tplv-noop.image?x-expires=1706809322&x-signature=Y3xtQp259X9mCik807uF73Yf6f4%3D",
                "url": "https://www.tiktok.com/@/video/7328170211603975470"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/c2e404ca5a87463885bb00a8dc6ce6d4_1706204811~tplv-noop.image?x-expires=1706809234&x-signature=iJWQvMW5D7UL%2FEcUOFK%2BT8oz9GU%3D",
                "url": "https://www.tiktok.com/@/video/7328093802990718251"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/oEfyn6IqC5B2i1GiXlilmERbB3qHIwA9sFCpOA~tplv-noop.image?x-expires=1706809230&x-signature=WHiXtK5Sgv5wR9oHNCiI7jtJK4I%3D",
                "url": "https://www.tiktok.com/@/video/7328928445897919786"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/oYTTWOQzjCGnA8AfIauRFtlueILlGuAIZG7Sef~tplv-noop.image?x-expires=1706809273&x-signature=x2QTa3NXFKl4XU%2FaUulye3KVUTg%3D",
                "url": "https://www.tiktok.com/@/video/7326879229268839722"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/oIACmFZm4pa7DTlDRfVBkCEegSE3DqHIMlUoE3~tplv-noop.image?x-expires=1706809265&x-signature=Fpd4zOOcc81iXxvEOUogtRXs9M0%3D",
                "url": "https://www.tiktok.com/@/video/7324629022325886251"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068/edd086e8c898478f8fc5c484905cdb44_1705257563~tplv-noop.image?x-expires=1706809228&x-signature=oWq6ZpT9543rmElKaZDJxFfBWi4%3D",
                "url": "https://www.tiktok.com/@/video/7324025438584458502"
            },
            {
                "coverUri": "https://p16-sign-sg.tiktokcdn.com/tos-alisg-p-0037/oAA7IJiFAiI9msV2GZBGYVPKGE3bBa4OBiMEs~tplv-noop.image?x-expires=1706809366&x-signature=nmuj5mfdpvBM76hjdFbG2YH26R8%3D",
                "url": "https://www.tiktok.com/@/video/7329199129500945666"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/oI9Ed1DuFkEVc1zE2Vs4ABhCf2REIVAfAl9JnE~tplv-noop.image?x-expires=1706809356&x-signature=jItq2mKpgNZtgRFb6jHrveOh3j8%3D",
                "url": "https://www.tiktok.com/@/video/7310423492506291486"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068/c25e9de60c01472abab773e0826982ed~tplv-noop.image?x-expires=1706809230&x-signature=kK3J1Q6QCnOeT1gl644o428iaoc%3D",
                "url": "https://www.tiktok.com/@/video/6976160683427630342"
            },
            {
                "coverUri": "https://p16-vod-sign-useast2a.ibyteimg.com/tos-useast2a-p-0037-euttp/f53140e9e15c4facb934cab6bf0430be_1706118909~tplv-noop.image?x-expires=1706809279&x-signature=zcQwl4tqkb32fGWC%2BZHmPimqrJs%3D",
                "url": "https://www.tiktok.com/@/video/7327724861562817824"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/oYy6E5CCABiBtw44NTJAfit1cBpE0IBgIK3SVB~tplv-noop.image?x-expires=1706809297&x-signature=PabQ3yAUK2OQmfFs2GtGE%2FZurk4%3D",
                "url": "https://www.tiktok.com/@/video/7329976320597773610"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/oEVHeKLgY0uGFCLeA5knPeIaLIAjVEWdbcrUnQ~tplv-noop.image?x-expires=1706809240&x-signature=gN55mAN7MGISfiaG3lrnI1Ih7Ak%3D",
                "url": "https://www.tiktok.com/@/video/7326365184459689259"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/83a1c903d3e145aea0aab53b67d49e8e~tplv-noop.image?x-expires=1706809400&x-signature=rshSz6iwCiRMSfLErDIARye9Af0%3D",
                "url": "https://www.tiktok.com/@/video/7247927354595478827"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/osfy4nIGCRB3049iPAiFnEptiTdPIAAwALBq0A~tplv-noop.image?x-expires=1706809243&x-signature=LGrl5fqTUyNNcQs2pXUN8YSXBxA%3D",
                "url": "https://www.tiktok.com/@/video/7329611260826275102"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/ogkCTnmAaVAG7qfCAxhjEbeXIfHLmsILAEFIBs~tplv-noop.image?x-expires=1706809322&x-signature=bFS3RkIp6WEEu2BhRB%2FJFQGA%2Bl0%3D",
                "url": "https://www.tiktok.com/@/video/7324735530862726443"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/e79370cad6a346229a696e3d5b381316_1706561036~tplv-noop.image?x-expires=1706809375&x-signature=VnSM3dAtSJyE9RVjoBW2cafdLl8%3D",
                "url": "https://www.tiktok.com/@/video/7329623650162838830"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/d9779bc920bc4b4399486e6954273dda_1706220087~tplv-noop.image?x-expires=1706809229&x-signature=LeIHAHJKjgOBCT581qwyWBa3x58%3D",
                "url": "https://www.tiktok.com/@/video/7328159405327945006"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/oU0ECfHw7AORDxMQCUwEA9BVeEuFIZnxlHs4wV~tplv-noop.image?x-expires=1706809238&x-signature=j0fD5WwssIwB00akA%2BzJhpIBQc4%3D",
                "url": "https://www.tiktok.com/@/video/7329743864988749087"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068/4a1d51807a24481a9f5f7bb57fd19c1e_1706553364~tplv-noop.image?x-expires=1706809234&x-signature=8lnordPnvDMDN2xWHCS2CNU1o5s%3D",
                "url": "https://www.tiktok.com/@/video/7329590855784828165"
            },
            {
                "coverUri": "https://p16-sign-sg.tiktokcdn.com/tos-alisg-p-0037/8dd222b7a65443688f553f47f90f2698_1705114388~tplv-noop.image?x-expires=1706809250&x-signature=%2FaeL8sgcr%2FLEnPt%2B%2FVAXfb8dYnM%3D",
                "url": "https://www.tiktok.com/@/video/7323410483468455186"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/o4lte5BEQWhoBREEILV26DAzBRFxtSfh9grDJE~tplv-noop.image?x-expires=1706809418&x-signature=TGR6%2BTZle1%2BaGWr3QpPRuoMXXwk%3D",
                "url": "https://www.tiktok.com/@/video/7329066095980072234"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/oMeEDHsS7QAGHsjZbq214bC2MgDK5BnQlIcRDe~tplv-noop.image?x-expires=1706809232&x-signature=wD9GuSGhHtilZ7PbFCHkdZ%2BoM6U%3D",
                "url": "https://www.tiktok.com/@/video/7285819096279682346"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/osWsfZAIIBGAWktLUpCeqLpKplOHjIBEEPEveR~tplv-noop.image?x-expires=1706809280&x-signature=xeh6sZQUUM0va26WK6fgwAuhi7k%3D",
                "url": "https://www.tiktok.com/@/video/7326411197392244011"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/o84WeTG7ReY4Qilg8MuGLQ5uO8z7gAFfjfBIvA~tplv-noop.image?x-expires=1706809241&x-signature=agJarZJUMNsmu9WgaXgaZvq2brY%3D",
                "url": "https://www.tiktok.com/@/video/7329763064557964590"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/oo2el7BsIEo7Ff3Hu6KIiD1CoQTqkUAfAAuFqj~tplv-noop.image?x-expires=1706809240&x-signature=ErqTG9ph2iaMGqtPuOnmh%2BEdOvA%3D",
                "url": "https://www.tiktok.com/@/video/7300745780841712939"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/oQ2y8OxW1AEPAIhHwEfYknpz4t9VrOchBCAojI~tplv-noop.image?x-expires=1706809311&x-signature=cM4V4cpZOO64hAN2FY1i92wIVFw%3D",
                "url": "https://www.tiktok.com/@/video/7287841111173877035"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/642efe3bfcda46b0ada9b5e16fcde5b3_1703268022~tplv-noop.image?x-expires=1706809311&x-signature=r3p3PMORY6hD2RHKzpzgtyKyReA%3D",
                "url": "https://www.tiktok.com/@/video/7315480375059336478"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/oQBvt2aUbEcLiMIEuRGwbZ4ihAJABA9Psygx7~tplv-noop.image?x-expires=1706809303&x-signature=8e%2Bnhp0D83oU9cbTyP06KIWmhlc%3D",
                "url": "https://www.tiktok.com/@/video/7328042484335004971"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/8d1acf9438c04dbea09d9f73a4abfef6_1701892777~tplv-noop.image?x-expires=1706809289&x-signature=XXshmj3XsABQ7t1w60l4NVGJ0I8%3D",
                "url": "https://www.tiktok.com/@/video/7309573706873933086"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/ooeNJtL2DLgtEAIbHdeLuI3GC5kfTIjmljkABH~tplv-noop.image?x-expires=1706809231&x-signature=%2F57q1Amv4mDJqhBpLCYMmNEQkZg%3D",
                "url": "https://www.tiktok.com/@/video/7324573207862758699"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/02239ba2e2f54bcc98bf5748b3a689c6_1706570899~tplv-noop.image?x-expires=1706809280&x-signature=OHOpRfrkFlHzpNkk7R4Cer4QLa8%3D",
                "url": "https://www.tiktok.com/@/video/7329666083764423982"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/oUfGIRewWy5KbRCftQFkQdvjADFKOVAwfMDIdE~tplv-noop.image?x-expires=1706809321&x-signature=4QVX2e8Ks637NZ6N3uKfIppRvhE%3D",
                "url": "https://www.tiktok.com/@/video/7313718931640913195"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/o8FUMzIvgiGgqz4MBGqq5OXbE0iB9VAKAZAPE~tplv-noop.image?x-expires=1706809280&x-signature=BzR6%2BoJW4luam58b37WPnODxe7k%3D",
                "url": "https://www.tiktok.com/@/video/7328389205212646698"
            },
            {
                "coverUri": "https://p16-sign-sg.tiktokcdn.com/tos-alisg-p-0037/o8FCmBNZLWDc36N3CeFEAHDeIbAjLSLIEmfboh~tplv-noop.image?x-expires=1706809301&x-signature=0s%2Be7o%2B3DAIEzBI90R3YvyR2Pzk%3D",
                "url": "https://www.tiktok.com/@/video/7329338276400090370"
            },
            {
                "coverUri": "https://p16-vod-sign-useast2a.ibyteimg.com/tos-useast2a-p-0037-euttp/o0vF2AGXpPCg2EIlKtFfDBQ0ekYxArE4RODsET~tplv-noop.image?x-expires=1706809251&x-signature=WBPir%2FbcTeaSgTySMbjRO%2FZhQDk%3D",
                "url": "https://www.tiktok.com/@/video/7329204128343674145"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/51f5b39d64f44e069bff0d6778084d6e_1671110150~tplv-noop.image?x-expires=1706809235&x-signature=o8MYQhjIx8Q0UCK9Xn4psOYmpck%3D",
                "url": "https://www.tiktok.com/@/video/7177363382197144875"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/b1a473ba239041068fb3cc8c00a67c44_1700599677~tplv-noop.image?x-expires=1706809230&x-signature=u1FpJMhy0zHBAtPAiWnxmzryFM8%3D",
                "url": "https://www.tiktok.com/@/video/7304019926505901358"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/osPDqflI1K1B4Basg1SAafi5iEARSAt5cTsphE~tplv-noop.image?x-expires=1706809292&x-signature=mTZtf6VIOgSURVDXQid0sUUqBd4%3D",
                "url": "https://www.tiktok.com/@/video/7328957425275571502"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/ow2ID6fDSI36R2lE0Yt4NtlzuB1AfEENFCb3Qg~tplv-noop.image?x-expires=1706809300&x-signature=HMRsca5TO9em2gkrQW6A7bc7Csc%3D",
                "url": "https://www.tiktok.com/@/video/7329381421221432619"
            },
            {
                "coverUri": "https://p16-vod-sign-useast2a.ibyteimg.com/tos-useast2a-p-0037-euttp/64948601432d463f9610693c606b2de7_1706380598~tplv-noop.image?x-expires=1706809272&x-signature=xBZS57ttaqUOX0tNnpZPN8u3Hxo%3D",
                "url": "https://www.tiktok.com/@/video/7328848822610742561"
            }
        ]
    },
    {
        "hashtagName": "coffee",
        "period": "7",
        "countryCode": "US",
        "description": "We're celebrating International Coffee Day! Share your favourite coffee hacks, recommendations and stories with us!",
        "trend": [
            {
                "time": 1706140800,
                "value": 0.98
            },
            {
                "time": 1706227200,
                "value": 1
            },
            {
                "time": 1706313600,
                "value": 1
            },
            {
                "time": 1706400000,
                "value": 0.98
            },
            {
                "time": 1706486400,
                "value": 0.96
            },
            {
                "time": 1706572800,
                "value": 0.99
            },
            {
                "time": 1706659200,
                "value": 0.99
            }
        ],
        "longevity": {
            "popularDays": 0,
            "currentPopularity": 0
        },
        "hashtagId": "14104",
        "videoUrl": "https://www.tiktok.com/tag/coffee",
        "countryInfo": {
            "id": "US",
            "value": "United States",
            "label": "US"
        },
        "industryInfo": {
            "id": 27000000000,
            "value": "Food & Beverage",
            "label": "label_27000000000"
        },
        "isPromoted": true,
        "publishCnt": 28801,
        "videoViews": 126078299,
        "publishCntAll": 9398654,
        "videoViewsAll": 74972454706,
        "audienceAges": [
            {
                "score": 58,
                "ageLevel": 3
            },
            {
                "score": 26,
                "ageLevel": 4
            },
            {
                "score": 16,
                "ageLevel": 5
            }
        ],
        "audienceInterests": [
            {
                "score": 133,
                "interestInfo": {
                    "id": "10042",
                    "label": "diversify_10042",
                    "value": "Drinks"
                }
            },
            {
                "score": 112,
                "interestInfo": {
                    "id": "10085",
                    "label": "diversify_10085",
                    "value": "Food Tour & Recommendations"
                }
            },
            {
                "score": 104,
                "interestInfo": {
                    "id": "10036",
                    "label": "diversify_10036",
                    "value": "Other Art"
                }
            },
            {
                "score": 103,
                "interestInfo": {
                    "id": "10044",
                    "label": "diversify_10044",
                    "value": "Home & Garden"
                }
            },
            {
                "score": 102,
                "interestInfo": {
                    "id": "10043",
                    "label": "diversify_10043",
                    "value": "Travel"
                }
            }
        ],
        "audienceCountries": [
            {
                "score": 666,
                "countryInfo": {
                    "id": "390903",
                    "label": "GR",
                    "value": "Greece"
                }
            },
            {
                "score": 409,
                "countryInfo": {
                    "id": "290291",
                    "label": "BH",
                    "value": "Bahrain"
                }
            },
            {
                "score": 295,
                "countryInfo": {
                    "id": "102358",
                    "label": "SA",
                    "value": "Saudi Arabia"
                }
            },
            {
                "score": 245,
                "countryInfo": {
                    "id": "285570",
                    "label": "KW",
                    "value": "Kuwait"
                }
            },
            {
                "score": 245,
                "countryInfo": {
                    "id": "272103",
                    "label": "LB",
                    "value": "Lebanon"
                }
            },
            {
                "score": 221,
                "countryInfo": {
                    "id": "719819",
                    "label": "HU",
                    "value": "Hungary"
                }
            },
            {
                "score": 217,
                "countryInfo": {
                    "id": "6252001",
                    "label": "US",
                    "value": "United States"
                }
            },
            {
                "score": 196,
                "countryInfo": {
                    "id": "1733045",
                    "label": "MY",
                    "value": "Malaysia"
                }
            },
            {
                "score": 192,
                "countryInfo": {
                    "id": "3202326",
                    "label": "HR",
                    "value": "Croatia"
                }
            },
            {
                "score": 187,
                "countryInfo": {
                    "id": "6251999",
                    "label": "CA",
                    "value": "Canada"
                }
            },
            {
                "score": 185,
                "countryInfo": {
                    "id": "732800",
                    "label": "BG",
                    "value": "Bulgaria"
                }
            }
        ],
        "relatedHashtags": [
            {
                "hashtagId": "42431",
                "hashtagName": "coffeeaddict",
                "videoUrl": "https://www.tiktok.com/tag/coffeeaddict"
            },
            {
                "hashtagId": "1594072699843586",
                "hashtagName": "coffeetiktok",
                "videoUrl": "https://www.tiktok.com/tag/coffeetiktok"
            },
            {
                "hashtagId": "17301",
                "hashtagName": "coffeetime",
                "videoUrl": "https://www.tiktok.com/tag/coffeetime"
            },
            {
                "hashtagId": "476970",
                "hashtagName": "coffeelover",
                "videoUrl": "https://www.tiktok.com/tag/coffeelover"
            },
            {
                "hashtagId": "9310",
                "hashtagName": "starbucks",
                "videoUrl": "https://www.tiktok.com/tag/starbucks"
            }
        ],
        "recList": [
            {
                "hashtagId": "42431",
                "hashtagName": "coffeeaddict",
                "videoUrl": "https://www.tiktok.com/tag/coffeeaddict"
            },
            {
                "hashtagId": "1594072699843586",
                "hashtagName": "coffeetiktok",
                "videoUrl": "https://www.tiktok.com/tag/coffeetiktok"
            },
            {
                "hashtagId": "17301",
                "hashtagName": "coffeetime",
                "videoUrl": "https://www.tiktok.com/tag/coffeetime"
            },
            {
                "hashtagId": "476970",
                "hashtagName": "coffeelover",
                "videoUrl": "https://www.tiktok.com/tag/coffeelover"
            },
            {
                "hashtagId": "9310",
                "hashtagName": "starbucks",
                "videoUrl": "https://www.tiktok.com/tag/starbucks"
            }
        ],
        "relatedVideos": [
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/oYerGIAmI3LD49E2QC762kLcfdk7WHervsAXbJ~tplv-noop.image?x-expires=1706809293&x-signature=SVPUTFZ6aHeJIBAuoc6HQAdT%2FXc%3D",
                "url": "https://www.tiktok.com/@/video/7328076520000539950"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/baae815de62f490ea5fceef7037acdc3_1705334372~tplv-noop.image?x-expires=1706809281&x-signature=9Ixf2n0c1Sf2Q5rchd%2Fx1d1XmXM%3D",
                "url": "https://www.tiktok.com/@/video/7324355236729031982"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/o8smfDsIOsF1DKdfCgo7SSlxWqVtuAngEQlBD7~tplv-noop.image?x-expires=1706809282&x-signature=0kdJ9Esc5c0vQZp4pYG5ZRlRLqw%3D",
                "url": "https://www.tiktok.com/@/video/7325314397897968942"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/ogalqBDBEDBEimuYfEAgInoFeYpahPir9xqRSi~tplv-noop.image?x-expires=1706809242&x-signature=O%2B1mj5oGBc3nuBqWVzzrVYesV8w%3D",
                "url": "https://www.tiktok.com/@/video/7325539916123819306"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/229e62607e5343ab9502676e1b0b4e9c_1706562098~tplv-noop.image?x-expires=1706809275&x-signature=oDYkuzVb3ATRfbGn01t6ghYutTg%3D",
                "url": "https://www.tiktok.com/@/video/7329628170662055211"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/1295890513984034b4f48a02e7dd53e6_1705677867~tplv-noop.image?x-expires=1706809286&x-signature=v%2BIrWop6v62dzcPZmiy9GzMuLXs%3D",
                "url": "https://www.tiktok.com/@/video/7325830618430917931"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/61ab9c5d4a824a68918d6da3ab9e1e00_1706152889~tplv-noop.image?x-expires=1706809276&x-signature=l7bhFBbK1%2FctGED9t7CqCur00IE%3D",
                "url": "https://www.tiktok.com/@/video/7327870749782330666"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068/621a34fc8b4d4f66b61817f20369fe10_1706556926~tplv-noop.image?x-expires=1706809300&x-signature=IWrWViQT8BRnRvVF1Y71PLQW1mU%3D",
                "url": "https://www.tiktok.com/@/video/7329606132505283845"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/d04303464b6a47aeb893e202600bf410_1706369915~tplv-noop.image?x-expires=1706809294&x-signature=C3h3PRrRavLfUSPPnLzxbrvcYHo%3D",
                "url": "https://www.tiktok.com/@/video/7328802796680105262"
            },
            {
                "coverUri": "https://p16-sign-sg.tiktokcdn.com/tos-alisg-p-0037/bc2c9f9511aa43f288bc712ea48a8caf_1706542886~tplv-noop.image?x-expires=1706809255&x-signature=7LVScBMNA5CmW2I0GjIuWgXP%2Bnc%3D",
                "url": "https://www.tiktok.com/@/video/7329545803494640897"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/12656e3c004642a8a4577dcc045657ab_1705068094~tplv-noop.image?x-expires=1706809271&x-signature=a0MdPXlkHLrP28UaYvV7eMS%2FfE8%3D",
                "url": "https://www.tiktok.com/@/video/7323211637727497514"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/4e1954d9661146d3a31df560c3b1cb8f_1706559160~tplv-noop.image?x-expires=1706809255&x-signature=wP8wVBQFBVv7mXYsOIb%2BEidztbE%3D",
                "url": "https://www.tiktok.com/@/video/7329615604531383598"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/ab906c97b0534e0daebe2d5d9aecb1f0_1706777313~tplv-noop.image?x-expires=1706809282&x-signature=Vwg%2Betj7Orhc%2Fc7y%2Fm%2ByG23oAl8%3D",
                "url": "https://www.tiktok.com/@/video/7324040007331728683"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/9cc957b1035f4799a42109f99b57bb8b_1687024631~tplv-noop.image?x-expires=1706809266&x-signature=vmhMMNPc7nB42JLTjRqVXmMC%2FUw%3D",
                "url": "https://www.tiktok.com/@/video/7245715546770115882"
            },
            {
                "coverUri": "https://p16-vod-sign-useast2a.ibyteimg.com/tos-useast2a-p-0037-euttp/2fb13280e2b74eecaf9abe6c31446d51_1706024246~tplv-noop.image?x-expires=1706809424&x-signature=atBTPZ%2BC5Ps2gR4ChIzTJUKhXnk%3D",
                "url": "https://www.tiktok.com/@/video/7327318122833235232"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/3371609458b04fd0b9db5972ce69bad5_1702856274~tplv-noop.image?x-expires=1706809294&x-signature=kAziKEUBlX7bwyicS4zjEZXYYVQ%3D",
                "url": "https://www.tiktok.com/@/video/7313711957926825259"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/3b50dd05d9c54846a700151cd6f9fe2d_1696961319~tplv-noop.image?x-expires=1706809305&x-signature=p6tU8aBj2W%2Bc%2BpOkym97nMvTqJo%3D",
                "url": "https://www.tiktok.com/@/video/7288393315072920874"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/70ef8a5e38714111a4f420fe184d11fb_1706561801~tplv-noop.image?x-expires=1706809261&x-signature=twYH5bVZ%2BYmiviqhrpMOflWHBEA%3D",
                "url": "https://www.tiktok.com/@/video/7329626944172002606"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068/0d53ba3b97e648ab8ed2c3c441d8e130_1623550750~tplv-noop.image?x-expires=1706809237&x-signature=EUR4f9jqe1QjFWAJWi4RQKIch%2FU%3D",
                "url": "https://www.tiktok.com/@/video/6973097346880081157"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/504f591bfb824478bcfb114f985d1222_1668798005~tplv-noop.image?x-expires=1706809226&x-signature=FFXpFMZOflQlhARxWLXCp1UMwn4%3D",
                "url": "https://www.tiktok.com/@/video/7167432786750573870"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/21366c074c924111befa3ef6a31a5a89_1705089183~tplv-noop.image?x-expires=1706809294&x-signature=B19IPdMTy1fYZcy2sIXydTGLs20%3D",
                "url": "https://www.tiktok.com/@/video/7323302192276917546"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/o8vIECYFQ6emauyxMHAQIUA7AAiPiyAP2GBq5i~tplv-noop.image?x-expires=1706809241&x-signature=FhKJQAD7MBRnAypbV%2BNySVBEoOM%3D",
                "url": "https://www.tiktok.com/@/video/7327898536610204959"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/50a5cf599f6a430dbe7860f970c09d24_1706392137~tplv-noop.image?x-expires=1706809229&x-signature=Z7KuBd7JCKBMO0wXW0gg8KdA%2BQ8%3D",
                "url": "https://www.tiktok.com/@/video/7328898303259594027"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/1e3b0f6e10d14a22b2b16cb886ad5042_1702845654~tplv-noop.image?x-expires=1706809296&x-signature=7XWXQtppopAWBwYzbe5DganCC44%3D",
                "url": "https://www.tiktok.com/@/video/7313666337564364074"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/db232f851daf4ac3a30af1f5331a49c3_1704833502~tplv-noop.image?x-expires=1706809226&x-signature=NF36EVobe5%2FW80n9TPD50KrIuQE%3D",
                "url": "https://www.tiktok.com/@/video/7322203884062133535"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/069c488f74a5489c9142120e1b16d998_1706184897~tplv-noop.image?x-expires=1706809245&x-signature=KpFyPcFvA84lL4kN4Hy23O6tX2I%3D",
                "url": "https://www.tiktok.com/@/video/7328008250643942702"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/f3db34e1c29342d5a48fce4d8e661fe1_1699655888~tplv-noop.image?x-expires=1706809293&x-signature=j6qtZkuMBp0TKswjeB3OrtHsby4%3D",
                "url": "https://www.tiktok.com/@/video/7299966393066360110"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/676e7299793247fba8031b424f7ead1a_1706394883~tplv-noop.image?x-expires=1706809313&x-signature=FjXHZ%2Fl3lY5Zg8frfTZBv9S8v6g%3D",
                "url": "https://www.tiktok.com/@/video/7328910070375353643"
            },
            {
                "coverUri": "https://p16-vod-sign-useast2a.ibyteimg.com/tos-useast2a-p-0037-euttp/ce3097161023407fbc9f349a4730d200_1706655461~tplv-noop.image?x-expires=1706809241&x-signature=sGg0hb2a6qzpVHQEAckTwFC1A0g%3D",
                "url": "https://www.tiktok.com/@/video/7330029325653200160"
            },
            {
                "coverUri": "https://p16-vod-sign-useast2a.ibyteimg.com/tos-useast2a-p-0037-euttp/5b228f7efebd464084738bbb435280d6_1706333321~tplv-noop.image?x-expires=1706809282&x-signature=xP1I20tkTOSkHgGIzOYCHhrnMeo%3D",
                "url": "https://www.tiktok.com/@/video/7328645452881071393"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/oYagK7vIjInAMqrffdEAD7DKcrxFEI6SCAKfmt~tplv-noop.image?x-expires=1706809288&x-signature=VfewS%2FzNCSYae5%2Ff4Z9uthSDwiY%3D",
                "url": "https://www.tiktok.com/@/video/7303317690553273630"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/ad284ca27dd143b0bb55dffa268f2a22_1705621925~tplv-noop.image?x-expires=1706809361&x-signature=WRmkJbFSl%2FPht9z9AhkZv2YIc1w%3D",
                "url": "https://www.tiktok.com/@/video/7325590144856182058"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/889d81e5e8164c3bb0b47586480f22c6_1697821742~tplv-noop.image?x-expires=1706809253&x-signature=dVgehcb9OzZpjVlw2Qv8PvnvyPA%3D",
                "url": "https://www.tiktok.com/@/video/7292088806361107755"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/7249b0e5c5e64c56af75013102545e9e_1706221915~tplv-noop.image?x-expires=1706809357&x-signature=l%2FBXrrjuxy0VtO39gFqiWC3%2FpOM%3D",
                "url": "https://www.tiktok.com/@/video/7328167263628987691"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/oA0kBvUshU1fwzTAwghE7E5RRe5AzDAMENMI9S~tplv-noop.image?x-expires=1706809234&x-signature=FSHC8tvy0j3zf4sNf6vEAmp%2FfC4%3D",
                "url": "https://www.tiktok.com/@/video/7273119009166429482"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/023b93f8659e45148e316d4cd7f58a2f_1706591113~tplv-noop.image?x-expires=1706809364&x-signature=ELEk4FV0YqVcmhi%2BiCpHFBlKP68%3D",
                "url": "https://www.tiktok.com/@/video/7329752940489575710"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/okWegtQgQOAWfU38NiXIufllgYBfrRAoMFRGIZ~tplv-noop.image?x-expires=1706809285&x-signature=lkKbnzFzcZsHb6Mu0a%2FypKFNSag%3D",
                "url": "https://www.tiktok.com/@/video/7329402334604365102"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/9984d645eaeb46b5a817460c1e312d86_1706115266~tplv-noop.image?x-expires=1706809258&x-signature=ft62UgDHmsa6GurP9Ff4pSKA6VI%3D",
                "url": "https://www.tiktok.com/@/video/7327709186337557806"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/47e814af9c7e4d12b4c134feb5008868~tplv-noop.image?x-expires=1706809248&x-signature=ljxa0XIU4wjdWtwsYNg7Dfds4bE%3D",
                "url": "https://www.tiktok.com/@/video/7245998600591805739"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/045f69f8168f492b989e4a24ea4f4b55_1706414355~tplv-noop.image?x-expires=1706809296&x-signature=V2ThV5T3LE3cZQcYDnwlCZ81KRs%3D",
                "url": "https://www.tiktok.com/@/video/7328993739475537198"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/osvxMGtQceLaIXFeIAAUMqLr1ej1KAKQIgXCEZ~tplv-noop.image?x-expires=1706809302&x-signature=hBB9kyJlsrM7XyAxFSfQ2VsE7co%3D",
                "url": "https://www.tiktok.com/@/video/7319711220632685855"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/8771ea2eabb44c1d980dad0d04e67415_1689182220~tplv-noop.image?x-expires=1706809286&x-signature=DzqcRyqBsHAHSk%2BP0K5BGo9TPBo%3D",
                "url": "https://www.tiktok.com/@/video/7254982324268404010"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/oUej5vbRGgJAVIWeyqQECmGWWlILIOtAFAffCv~tplv-noop.image?x-expires=1706809239&x-signature=B4YnLFhZD3IorAuaH0J9uczbAJs%3D",
                "url": "https://www.tiktok.com/@/video/7327080155543817514"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/8f30c77c0940453d92fdae8aa7eaff56_1706631234~tplv-noop.image?x-expires=1706809365&x-signature=2Kv5AfvdvS0jtVV5rIi3oy0o6Eg%3D",
                "url": "https://www.tiktok.com/@/video/7329925041896951083"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/641a9edee0cf4881baf20bdb15e67ec1_1706560115~tplv-noop.image?x-expires=1706809258&x-signature=SpUBSCtIx2aCVHRybocEloTKG%2Bk%3D",
                "url": "https://www.tiktok.com/@/video/7329619726504611114"
            },
            {
                "coverUri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/c08e577a3af14c12b87e1f34ec8cf52a_1686075071~tplv-noop.image?x-expires=1706809336&x-signature=%2B1XrqiAggcc%2FI7%2BIs%2B6L6QKtEaU%3D",
                "url": "https://www.tiktok.com/@/video/7241637243692027178"
            }
        ]
    }
]
```

### 🎸 Want to scrape TikTok comments, creators or music?

If you want to scrape TikTok beyond just TikTok hashtag analytics data, you can use one of the specialized web scrapers below, each built particularly for the relevant TikTok scraping case, whether it's profiles, comments, search results, or all data at once:

<table>
<tr>
<td><a href="https://apify.com/clockworks/tiktok-video-scraper">📹 Tiktok Video Scraper</a></td>
<td><a href="https://apify.com/clockworks/tiktok-profile-scraper">🧛 TikTok Profile Scraper</a></td>
<td><a href="https://apify.com/clockworks/tiktok-sound-scraper">🎸 Tiktok Sound Scraper</a></td>
</tr>
<tr>
<td><a href="https://apify.com/clockworks/tiktok-comments-scraper">🎙 TikTok Comments Scraper</a></td>
<td><a href="https://apify.com/clockworks/tiktok-scraper">🎶 TikTok Scraper</a></td>
<td><a href="https://apify.com/clockworks/tiktok-hashtag-scraper">#️⃣ TikTok Hashtag Scraper</a></td>
</tr>
</table>

### ❓FAQ

#### Is there a TikTok Hashtag Analytics API?

TikTok offers three APIs that allow access to TikTok data: Research API, Display API, and Commercial Content API. The closest TikTok API to get the hashtag analytics data would be the third one, the [Commercial Content API](https://developers.tiktok.com/products/commercial-content-api/). However, to access any of these APIs, you would typically need to register and get approved. The basic requirements to access the TikTok official APIs include having a TikTok developer account, a TikTok account, and approval for a Login Kit and/or TikTok API products.

As for an approval-free alternative, you can use scrapers and crawlers as a stand-in for a web scraping API, e.g. 📢 [TikTok Ads Scraper](https://apify.com/clockworks/tiktok-ads-scraper).

#### Can I integrate TikTok Hashtag Analytics with other apps?

Yes. **Tiktok Hashtag Analytics can be connected with almost any cloud service or web app** thanks to <a  href="https://apify.com/integrations" target="_blank"> integrations on the Apify platform</a>. You can integrate with Make, Zapier, LangChain, Asana, Slack, Airbyte, GitHub, Google Sheets, Google Drive, <a  href="https://docs.apify.com/integrations" target="_blank"> and more</a>. You can also integrate with <a  href="https://docs.apify.com/platform/integrations/actors" target="_blank">other Actors</a>.

Or you can use <a  href="https://docs.apify.com/integrations/webhooks"  target="_blank">webhooks</a> to carry out an action whenever an event occurs, e.g., get a notification whenever Tiktok Ads Scraper successfully finishes a run.

#### Can I use TikTok Hashtag Analytics with the API?

Yes, you can do so by using Apify API. It gives you programmatic access to the Apify platform. The API is organized around RESTful HTTP endpoints that enable you to manage, schedule, and run Apify Actors. The API also lets you access any datasets, monitor actor performance, fetch results, create and update versions, and more.

To access the API using Node.js, use the `apify-client` NPM package. To access the API using Python, use the `apify-client` PyPI package.

Check out the [Apify API reference](https://docs.apify.com/api/v2) docs for full details, or click on the [API tab](https://apify.com/clockworks/tiktok-ads-scraper/api) for code examples.

#### Can I use this TikTok Hashtag Analytics API in Python?

Yes, by using Apify API. To access the [TikTok Ads API using Python](https://apify.com/clockworks/tiktok-ads-scraper/api/client/python), use the `apify-client` PyPI package. You can find more details about the client in our [Docs for Python Client](https://docs.apify.com/api/client/python/).

#### Is it legal to scrape data from TikTok hashtag analytics

Our [TikTok scrapers](https://apify.com/store?search=tiktok) are ethical and **do not extract any private user data, such as email addresses, gender, or location.** They can only extract what the user has chosen to share publicly. However, you should be aware that your results might contain personal data.

Personal data is protected by GDPR in the European Union and other laws and regulations around the world. You should not scrape personal data unless you have a legitimate reason to do so. If you’re unsure whether your reason is legitimate, consult your lawyers. You can also read our blog post on the [legality of web scraping](https://blog.apify.com/is-web-scraping-legal/) and [ethical scraping](https://blog.apify.com/what-is-ethical-web-scraping-and-how-do-you-do-it/).

#### Not your cup of tea? Build your own scraper.

TikTok Hashtag Analytics doesn’t exactly do what you need? You can always build your own! We have various [scraper templates](https://apify.com/templates) in Python, JavaScript, and TypeScript to get you started. Alternatively, you can write it from scratch using our [open-source library Crawlee](https://crawlee.dev/). You can keep the scraper to yourself or make it public by adding it to Apify Store (and [find users](https://apify.com/partners/actor-developers) for it).

Or let us know if you need a [custom scraping solution](https://apify.com/custom-solutions).

#### Your feedback

We’re always working on improving the performance of our [Actors](https://apify.com/actors). So if you’ve got any technical feedback for TikTok Hashtag Analytics or simply found a bug, please create an issue on the Actor’s [Issue tab](https://console.apify.com/actors/IDzg0vK5q8Gyhhteg/issues) in Apify Console.

### Error items

When the scraper cannot retrieve data for a given input — for example a profile is private or a post has been deleted — it pushes an **error item** to the dataset instead of silently skipping it. Normal output items are never affected; you can tell them apart by the presence of an `errorCode` field.

#### Error item structure

```json
{
    "url": "https://www.tiktok.com/@someuser",
    "input": "someuser",
    "error": "Profile is private",
    "errorCode": "PROFILE_PRIVATE"
}
```

#### Error codes reference

| `errorCode`                      | Meaning                                                        |
| -------------------------------- | -------------------------------------------------------------- |
| `NOT_FOUND`                      | Profile or hashtag does not exist                              |
| `POST_NOT_FOUND_OR_PRIVATE`      | Post URL is gone or private                                    |
| `POST_SENSITIVE`                 | Post is flagged as sensitive content                           |
| `NO_TRENDING_FOR_HASHTAG`        | No ads found for this hashtag                                  |
| `MUSIC_NOT_FOUND`                | No videos found for the music tag                              |
| `SEARCH_QUERY_NOT_FOUND`         | No videos found for the search query                           |
| `SEARCH_QUERY_PROFILE_NOT_FOUND` | No profiles found for the search query                         |
| `FILTER_NO_PASS`                 | Videos exist but none match the active date/popularity filters |
| `PROFILE_EMPTY`                  | Profile has no videos (or is behind a login wall)              |
| `PROFILE_REPOSTS_EMPTY`          | Profile has no reposts (or is behind a login wall)             |
| `PROFILE_FOLLOWING_EMPTY`        | Profile is not following anyone                                |
| `PROFILE_FOLLOWERS_EMPTY`        | Profile has no followers                                       |
| `PROFILE_PRIVATE`                | Profile is private                                             |
| `GOOGLE_RUN_NO_RESULTS`          | Google-assisted run returned no results                        |
| `TRENDING_EMPTY`                 | Trending page returned no results                              |
| `INVALID_INPUT`                  | Actor failed due to bad configuration (run is also terminated) |
| `INVALID_URLS`                   | One or more start URLs were malformed                          |

# Actor input Schema

## `hashtags` (type: `array`):

Just add TikTok hashtags and the scraper will collect information.

## `adsTimeRange` (type: `string`):

No description

## `adsCountryCode` (type: `string`):

Set the targeted country

## Actor input object example

```json
{
  "hashtags": [
    "usa"
  ],
  "adsTimeRange": ""
}
```

# Actor output Schema

## `dataset` (type: `string`):

Dataset containing all scraped data

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "hashtags": [
        "usa"
    ],
    "adsCountryCode": ""
};

// Run the Actor and wait for it to finish
const run = await client.actor("clockworks/tiktok-ads-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "hashtags": ["usa"],
    "adsCountryCode": "",
}

# Run the Actor and wait for it to finish
run = client.actor("clockworks/tiktok-ads-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "hashtags": [
    "usa"
  ],
  "adsCountryCode": ""
}' |
apify call clockworks/tiktok-ads-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=clockworks/tiktok-ads-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "TikTok Hashtag Analytics",
        "description": "Scrape TikTok hashtag analytics data. Just add one or more hashtags, and the scraper will extract posts' text, details, country,  longevity, audience interests, scores, countries, labels, and age range. Export scraped data, run the scraper via API, schedule runs, or integrate it with other tools.",
        "version": "0.0",
        "x-build-id": "2DI1OSRDd6Pm4ZKEb"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/clockworks~tiktok-ads-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-clockworks-tiktok-ads-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/clockworks~tiktok-ads-scraper/runs": {
            "post": {
                "operationId": "runs-sync-clockworks-tiktok-ads-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/clockworks~tiktok-ads-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-clockworks-tiktok-ads-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "hashtags"
                ],
                "properties": {
                    "hashtags": {
                        "title": "Hashtag(s) to scrape ad details from TikTok",
                        "type": "array",
                        "description": "Just add TikTok hashtags and the scraper will collect information.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "adsTimeRange": {
                        "title": "Time span for hashtag analytics",
                        "enum": [
                            "",
                            "7",
                            "30",
                            "120",
                            "365",
                            "1095"
                        ],
                        "type": "string",
                        "description": "",
                        "default": ""
                    },
                    "adsCountryCode": {
                        "title": "🗺 Country",
                        "enum": [
                            "",
                            "us",
                            "af",
                            "al",
                            "dz",
                            "as",
                            "ad",
                            "ao",
                            "ai",
                            "aq",
                            "ag",
                            "ar",
                            "am",
                            "aw",
                            "au",
                            "at",
                            "az",
                            "bs",
                            "bh",
                            "bd",
                            "bb",
                            "by",
                            "be",
                            "bz",
                            "bj",
                            "bm",
                            "bt",
                            "bo",
                            "ba",
                            "bw",
                            "bv",
                            "br",
                            "io",
                            "bn",
                            "bg",
                            "bf",
                            "bi",
                            "kh",
                            "cm",
                            "ca",
                            "cv",
                            "ky",
                            "cf",
                            "td",
                            "cl",
                            "cn",
                            "cx",
                            "cc",
                            "co",
                            "km",
                            "cg",
                            "cd",
                            "ck",
                            "cr",
                            "ci",
                            "hr",
                            "cu",
                            "cy",
                            "cz",
                            "dk",
                            "dj",
                            "dm",
                            "do",
                            "ec",
                            "eg",
                            "sv",
                            "gq",
                            "er",
                            "ee",
                            "et",
                            "fk",
                            "fo",
                            "fj",
                            "fi",
                            "fr",
                            "gf",
                            "pf",
                            "tf",
                            "ga",
                            "gm",
                            "ge",
                            "de",
                            "gh",
                            "gi",
                            "gr",
                            "gl",
                            "gd",
                            "gp",
                            "gu",
                            "gt",
                            "gn",
                            "gw",
                            "gy",
                            "ht",
                            "hm",
                            "va",
                            "hn",
                            "hk",
                            "hu",
                            "is",
                            "in",
                            "id",
                            "ir",
                            "iq",
                            "ie",
                            "il",
                            "it",
                            "jm",
                            "jp",
                            "jo",
                            "kz",
                            "ke",
                            "ki",
                            "kp",
                            "kr",
                            "kw",
                            "kg",
                            "la",
                            "lv",
                            "lb",
                            "ls",
                            "lr",
                            "ly",
                            "li",
                            "lt",
                            "lu",
                            "mo",
                            "mk",
                            "mg",
                            "mw",
                            "my",
                            "mv",
                            "ml",
                            "mt",
                            "mh",
                            "mq",
                            "mr",
                            "mu",
                            "yt",
                            "mx",
                            "fm",
                            "md",
                            "mc",
                            "mn",
                            "me",
                            "ms",
                            "ma",
                            "mz",
                            "mm",
                            "na",
                            "nr",
                            "np",
                            "nl",
                            "an",
                            "nc",
                            "nz",
                            "ni",
                            "ne",
                            "ng",
                            "nu",
                            "nf",
                            "mp",
                            "no",
                            "om",
                            "pk",
                            "pw",
                            "ps",
                            "pa",
                            "pg",
                            "py",
                            "pe",
                            "ph",
                            "pn",
                            "pl",
                            "pt",
                            "pr",
                            "qa",
                            "re",
                            "ro",
                            "ru",
                            "rw",
                            "sh",
                            "kn",
                            "lc",
                            "pm",
                            "vc",
                            "ws",
                            "sm",
                            "st",
                            "sa",
                            "sn",
                            "rs",
                            "sc",
                            "sl",
                            "sg",
                            "sk",
                            "si",
                            "sb",
                            "so",
                            "za",
                            "gs",
                            "ss",
                            "es",
                            "lk",
                            "sd",
                            "sr",
                            "sj",
                            "sz",
                            "se",
                            "ch",
                            "sy",
                            "tw",
                            "tj",
                            "tz",
                            "th",
                            "tl",
                            "tg",
                            "tk",
                            "to",
                            "tt",
                            "tn",
                            "tr",
                            "tm",
                            "tc",
                            "tv",
                            "ug",
                            "ua",
                            "ae",
                            "gb",
                            "um",
                            "uy",
                            "uz",
                            "vu",
                            "ve",
                            "vn",
                            "vg",
                            "vi",
                            "wf",
                            "eh",
                            "ye",
                            "zm",
                            "zw"
                        ],
                        "type": "string",
                        "description": "Set the targeted country"
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
