Tiktok Hashtags Trends avatar

Tiktok Hashtags Trends

Pricing

$12.00/month + usage

Go to Apify Store
Tiktok Hashtags Trends

Tiktok Hashtags Trends

Scrapes current trending TikTok hashtags.

Pricing

$12.00/month + usage

Rating

0.0

(0)

Developer

Mina

Mina

Maintained by Community

Actor stats

0

Bookmarked

58

Total users

1

Monthly active users

5 days ago

Last modified

Share

Pull the currently trending TikTok hashtags with their post counts, view counts and rank — structured, export-ready, no account needed.

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

  1. Open the Actor.
  2. Optionally set limit and choose a proxy country.
  3. 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

FieldTypeRequiredDescription
limitintegernoMaximum hashtags to return. Defaults to 10. See the note on availability below.
proxyConfigurationobjectnoProxy 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"
}
FieldTypeDescription
ranknumberPosition in the trending ranking
hashtagstringThe hashtag, including #
num_of_postsnumberPosts using the hashtag, expanded from compact form (34.6K34600)
num_of_viewsnumberViews, expanded the same way (29.7M29700000)
permalinkstringDirect 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.

RunsHashtags per runDataset items
133
30 (daily for a month)390
30 across 5 countries3450

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 permalink to 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.