
Tiktok Trending Crawler
Under maintenance
Try for free
Pay $5.00 for 1,000 results
Go to Store
This Actor is under maintenance.
This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?
See alternative Actors
Tiktok Trending Crawler
hung.ad4gate/tiktok-trend-hashtag
Try for free
Pay $5.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.
Developer
Maintained by Community
Actor Metrics
10 Monthly users
No reviews yet
3 bookmarks
>99% runs succeeded
2.2 days response time
Created in Dec 2024
Modified 14 days ago
Categories
🎯 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}
Parameter | Type | Description |
---|---|---|
maxHashtags | Integer | Number of hashtags to fetch (1-100) |
country | String | Country 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
- Install dependencies:
pip install -r requirements.txt
💻 Local Development
python src/main.py
🔧 Resource Configuration
- Default memory: 256 MB
- Recommended timeout: 5 minutes