Tiktok Trending Crawler avatar

Tiktok Trending Crawler

Try for free

Pay $1.00 for 1,000 results

Go to Store
Tiktok Trending Crawler

Tiktok Trending Crawler

hung.ad4gate/tiktok-trend-hashtag
Try for free

Pay $1.00 for 1,000 results

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

🎯 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:

1{
2    "maxHashtags": 10,
3    "country": "VN"
4}
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:

1{
2    "metadata": {
3        "country": "VN",
4        "max_hashtags": 10,
5        "timestamp": "2024-01-16T12:00:00Z"
6    },
7    "trending_hashtags": [
8        {
9            "hashtag": "example",
10            "views": 1000000,
11            "posts": 5000,
12            "region": "VN",
13            "analysis": "...",
14            "timestamp": "2024-01-16T12:00:00Z"
15        }
16    ],
17    "trending_topics": [
18        {
19            "topic": "example",
20            "description": "...",
21            "region": "VN",
22            "analysis": "...",
23            "timestamp": "2024-01-16T12:00:00Z"
24        }
25    ]
26}

🛠️ 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
Developer
Maintained by Community

Actor Metrics

  • 8 monthly users

  • 1 star

  • >99% runs succeeded

  • Created in Dec 2024

  • Modified 2 days ago