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

4 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