Tiktok Trending Crawler
Pricing
$5.00 / 1,000 results
Go to Apify Store
Deprecated
Tiktok Trending Crawler
Collect trending hashtags from TikTok. Analyze by country. Track trends over time. Generate visual charts. Store results in Apify storage.
Pricing
$5.00 / 1,000 results
Rating
0.0
(0)
Developer

Hung Dinh
Maintained by Community
Actor stats
3
Bookmarked
27
Total users
10
Monthly active users
9 months ago
Last modified
Categories
Share
๐ฏ 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"}
| 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:
{"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
- Install dependencies:
$pip install -r requirements.txt
๐ป Local Development
$python src/main.py
๐ง Resource Configuration
- Default memory: 256 MB
- Recommended timeout: 5 minutes