Tiktok Trending Crawler avatar
Tiktok Trending Crawler

Deprecated

Pricing

$5.00 / 1,000 results

Go to Store
Tiktok Trending Crawler

Tiktok Trending Crawler

Deprecated

Developed by

Hung Dinh

Hung Dinh

Maintained by Community

Collect trending hashtags from TikTok. Analyze by country. Track trends over time. Generate visual charts. Store results in Apify storage.

0.0 (0)

Pricing

$5.00 / 1,000 results

3

Total users

27

Monthly users

10

Runs succeeded

>99%

Last modified

2 months ago

🎯 TikTok Trends Crawler

An Apify actor that crawls trending hashtags and topics from TikTok.

✨ Features

  • 🔍 Crawl trending hashtags from TikTok by country
  • 📊 Crawl trending topics from TikTok by country
  • 🌏 Support for 31 countries across regions:
    • Asia: 🇻🇳 VN, 🇯🇵 JP, 🇰🇷 KR, 🇹🇭 TH, 🇮🇩 ID, 🇲🇾 MY, 🇸🇬 SG, 🇵🇭 PH, 🇮🇳 IN, 🇨🇳 CN, 🇹🇼 TW, 🇭🇰 HK
    • North America: 🇺🇸 US, 🇨🇦 CA, 🇲🇽 MX
    • Europe: 🇬🇧 GB, 🇫🇷 FR, 🇩🇪 DE, 🇮🇹 IT, 🇪🇸 ES, 🇳🇱 NL, 🇸🇪 SE, 🇳🇴 NO
    • Oceania: 🇦🇺 AU, 🇳🇿 NZ
    • South America: 🇧🇷 BR, 🇦🇷 AR, 🇨🇱 CL
    • Middle East: 🇦🇪 AE, 🇸🇦 SA, 🇹🇷 TR

📥 Input

The actor accepts the following input parameters:

{
"maxHashtags": 10,
"country": "VN"
}
ParameterTypeDescription
maxHashtagsIntegerNumber of hashtags to fetch (1-100)
countryStringCountry code (see supported countries above)

📤 Output

Results are stored in the Apify Dataset with the following structure:

{
"metadata": {
"country": "VN",
"max_hashtags": 10,
"timestamp": "2024-01-16T12:00:00Z"
},
"trending_hashtags": [
{
"hashtag": "example",
"views": 1000000,
"posts": 5000,
"region": "VN",
"analysis": "...",
"timestamp": "2024-01-16T12:00:00Z"
}
],
"trending_topics": [
{
"topic": "example",
"description": "...",
"region": "VN",
"analysis": "...",
"timestamp": "2024-01-16T12:00:00Z"
}
]
}

🛠️ Setup

  1. Install dependencies:
$pip install -r requirements.txt

💻 Local Development

$python src/main.py

🔧 Resource Configuration

  • Default memory: 256 MB
  • Recommended timeout: 5 minutes