Tiktok Viral Challenge Finder avatar
Tiktok Viral Challenge Finder

Pricing

Pay per usage

Go to Apify Store
Tiktok Viral Challenge Finder

Tiktok Viral Challenge Finder

Catch TikTok trends before they explode! Instantly discover the hottest rising challenges & hashtags with real-time 7-day views + virality score. Perfect for creators, social media managers & marketers who want to go viral first. One-click tweet-ready summary. 100 % free!

Pricing

Pay per usage

Rating

5.0

(1)

Developer

Badruddeen Naseem

Badruddeen Naseem

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

4

Monthly active users

a day ago

Last modified

Share

Find exploding TikTok challenges & viral hashtags BEFORE they peak. Real-time 7-day view estimates, virality scores, niche filtering, and direct example videos.

Features

  • Detect the fastest-growing TikTok hashtag challenges in real time
  • Accurate 7-day estimated views + growth velocity
  • Virality Score (1–99) for quick trend evaluation
  • Includes a real trending example video for each challenge
  • Niche filtering: dance, fitness, GRWM, cooking, pets, beauty, comedy
  • Region support: Global · US · UK
  • Clean JSON output + copy-ready Markdown summary
  • No TikTok API key required

Input Schema

FieldTypeDescriptionDefault
nichestringKeyword to narrow down challenges""
minViewsintegerMinimum estimated views250000
maxResultsintegerMax challenges to return15
regionstringFilter by regionGlobal

Example Input

{
"niche": "dance",
"minViews": 300000,
"maxResults": 10,
"region": "Global"
}

Output Schema

Returns an array of challenges with:

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "TikTok Viral Challenge List",
"type": "array",
"items": {
"type": "object",
"properties": {
"Rank": { "type": "integer" },
"Challenge": { "type": "string" },
"Title": { "type": "string" },
"Est_Views_7d": { "type": "string" },
"Virality_Score": { "type": "integer" },
"Example": { "type": "string" }
},
"required": ["Rank", "Challenge", "Title", "Est_Views_7d", "Virality_Score", "Example"]
}
}

Also stores a tweet-ready summary under the key TWEET.

Dataset Schema

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "TikTok Viral Challenge List",
"type": "array",
"items": {
"type": "object",
"properties": {
"Rank": { "type": "integer" },
"Challenge": { "type": "string" },
"Title": { "type": "string" },
"Est_Views_7d": { "type": "string" },
"Virality_Score": { "type": "integer" },
"Example": { "type": "string" }
},
"required": ["Rank", "Challenge", "Title", "Est_Views_7d", "Virality_Score", "Example"]
}
}

Example Output

[
{
"Rank": 1,
"Challenge": "#DanceTrend",
"Title": "New Dance Moves",
"Est_Views_7d": "2,500,000",
"Virality_Score": 95,
"Example": "https://www.tiktok.com/@trending/video/743927"
}
]

Actor URL: https://apify.com/badruddeen/tiktok-viral-challenge-finder