Tiktok Hashtags Trends
Pricing
$12.00/month + usage
Pricing
$12.00/month + usage
Rating
0.0
(0)
Developer
Mina
Maintained by CommunityActor stats
0
Bookmarked
58
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Pull the currently trending TikTok hashtags with their post counts, view counts and rank — structured, export-ready, no account needed.
What does TikTok Hashtags Trends do?
It reads TikTok's public trending-hashtag ranking and returns each hashtag as its own row: rank, hashtag, number of posts, number of views, and a direct link to the hashtag feed. Results can be exported to JSON, CSV, Excel, XML or an HTML table, or pulled straight from the API.
Trending hashtags shift constantly, so the Actor is most useful on a schedule — run it daily and you build a time series of what is rising and falling.
Why use it?
- Content planning — see which hashtags are trending before you post
- Social listening — track which topics are gaining traction week over week
- Campaign research — find high-volume hashtags relevant to a brand or niche
- Trend monitoring — schedule daily runs and keep a historical record
How to use it
- Open the Actor.
- Optionally set limit and choose a proxy country.
- Click Start, then open the Output tab when the run finishes.
To track trends over time, use Schedules in Apify Console to run it daily and append to the same dataset.
Input
| Field | Type | Required | Description |
|---|---|---|---|
limit | integer | no | Maximum hashtags to return. Defaults to 10. See the note on availability below. |
proxyConfiguration | object | no | Proxy settings. Use a residential proxy with a country to get that country's ranking. |
{"limit": 10,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "US"}}
How many hashtags you get
TikTok shows a free preview of 3 hashtags to visitors who are not signed in, and gates the rest behind a login. This Actor scrapes only what is publicly available, so a run returns up to 3 hashtags even if you set a higher limit.
When fewer hashtags are available than you asked for, the run log says so explicitly, for example:
Ranking exposes 3 hashtag(s) without an account; 10 were requested.
The ranking is region-specific, so running with different proxy countries gives you different top-3 sets.
Output
One row per hashtag:
{"rank": 1,"hashtag": "#livemonetization","num_of_posts": 34600,"num_of_views": 29700000,"permalink": "https://www.tiktok.com/tag/livemonetization"}
| Field | Type | Description |
|---|---|---|
rank | number | Position in the trending ranking |
hashtag | string | The hashtag, including # |
num_of_posts | number | Posts using the hashtag, expanded from compact form (34.6K → 34600) |
num_of_views | number | Views, expanded the same way (29.7M → 29700000) |
permalink | string | Direct link to the hashtag feed on TikTok |
Dataset views
Overview — rank, hashtag, number of posts, number of views and permalink in a sortable table, ready to export.
Cost estimation
Billing is one dataset item per hashtag.
| Runs | Hashtags per run | Dataset items |
|---|---|---|
| 1 | 3 | 3 |
| 30 (daily for a month) | 3 | 90 |
| 30 across 5 countries | 3 | 450 |
Tips
- Schedule it. A single run is a snapshot; daily runs turn it into a trend line.
- Vary the proxy country to build a picture of what is trending in each market.
- Use
permalinkto jump straight to a hashtag's feed and check whether the content fits your brand.
FAQ
Why do I only get 3 hashtags? That is all TikTok exposes publicly. Going deeper requires a logged-in session, which this Actor deliberately does not use.
Does the run fail if nothing is found? Yes, on purpose. If the ranking cannot be read, the run fails with a clear message rather than finishing "successfully" with an empty dataset.
Are the counts exact?
They are TikTok's own published figures, expanded from compact notation. 34.6K becomes 34600, so precision is limited to what TikTok displays.
Do I need a proxy? Not required, but a residential proxy gives more reliable access and lets you target a specific country's ranking.
Disclaimer
This Actor collects publicly visible information only and does not sign in, bypass any login, or access private data. You are responsible for ensuring your use of the output complies with applicable laws and TikTok's terms.