Tiktok Trending Scraper
Under maintenancePricing
from $0.75 / 1,000 results
Go to Apify Store

Tiktok Trending Scraper
Under maintenanceDiscover TikTok trends in real time hashtags, creators, viral videos, and music across 70+ countries with fast HTTP-only extraction - no login or proxy required
Pricing
from $0.75 / 1,000 results
Rating
0.0
(0)
Developer
Xtractoo
Maintained by CommunityActor stats
0
Bookmarked
31
Total users
15
Monthly active users
17 days ago
Last modified
Categories
Share
TikTok Creative Center Trending Scraper
Scrapes trending hashtags, creators, videos, and music from TikTok using HTTP requests only — no browser, no login required.
Features
- 4 content types: hashtags, creators, trending videos, and trending music/sounds
- Region filter: Country-specific trends for 70+ countries (US, ID, JP, GB, BR, KR, DE, FR, etc.)
- Time period: 7, 30, or 120 days
- Industry filter: Filter hashtags by 18 industry verticals
- Sort options: Multiple sort modes per content type
- Full pagination: Up to 100 items for hashtag/creator, ~99 for music, unlimited for video
- No login · No proxy needed · HTTP-only
Input
| Field | Type | Default | Description |
|---|---|---|---|
content_type | string | hashtag | Content type: hashtag, creator, video, or music |
country_code | string | (empty) | ISO country code (e.g. US, ID, GB). Empty = global (not supported by music) |
period | string | 7 | Trending window: 7, 30, or 120 days |
industry_id | string | (empty) | Industry filter ID — hashtag only (see below). Empty = all |
sort_by | string | popular | Hashtag: popular / rise. Creator: follower / engagement / avg_views |
limit | integer | 20 | Max results (hashtag/creator: 1–100; music: 1–99; video: 1–500) |
Content Type Details
| Type | Source | Max Items | Country | Period |
|---|---|---|---|---|
hashtag | CC Creative Radar API | 100 | ✅ 71 countries | ✅ 7/30/120d |
creator | CC Creative Radar API | 100 | ✅ 24 countries | ✅ 7/30/120d |
video | TikTok Explore API | 500+ | ✅ (region filter) | ❌ |
music | CC Sound Rank API | 99 | ✅ 70+ countries | ✅ 7/30/120d |
Industry IDs (hashtag only)
| ID | Industry |
|---|---|
22000000000 | Apparel & Accessories |
14000000000 | Food & Beverage |
28000000000 | Sports & Outdoor |
24000000000 | Beauty & Personal Care |
26000000000 | Electronics |
16000000000 | Gaming |
30000000000 | Home & Garden |
20000000000 | Education |
13000000000 | Financial Services |
17000000000 | Travel |
Output
Raw JSON from TikTok/Creative Center APIs plus metadata fields:
| Field | Description |
|---|---|
_rank | Rank position (1 = most trending) |
_source | api, html_ssr, explore_api, or cc_music_api |
_input | Input parameters used |
Hashtag example
{"hashtag_id": "18425","hashtag_name": "barcelona","country_info": { "id": "US", "value": "United States" },"industry_info": { "id": 28000000000, "value": "Sports & Outdoor" },"is_promoted": false,"trend": [{ "time": 1775692800, "value": 0.66 }],"_rank": 1}
Creator example
{"nick_name": "Kris HC","avatar_url": "https://...","country_code": "CA","follower_cnt": 50124494,"liked_cnt": 2446759288,"tt_link": "https://www.tiktok.com/@kallmekris","items": [{ "item_id": "7442381031279201592", "cover_url": "..." }],"_rank": 1}
Video example
{"id": "7627552550065147144","desc": "trending video caption...","author": { "uniqueId": "snapfactsss1", "nickname": "Snap Facts" },"stats": { "playCount": 8000000, "diggCount": 1200000, "commentCount": 3400 },"music": { "title": "original sound", "authorName": "snapfactsss1" },"video": { "playAddr": "https://...", "cover": "https://..." },"_rank": 1}
Music example
{"song_id": "7559027485885302801","clip_id": "7587950153454177041","title": "Ora Urus","author": "Toton Caribo & Justy Aldrin","cover": "https://p16-sg.tiktokcdn.com/...","link": "https://www.tiktok.com/music/x-7587950153454177041","rank": 1,"rank_diff": null,"trend": [{ "time": 1774051200, "value": 0 }],"related_items": [{ "item_id": "...", "cover_uri": "..." }],"_rank": 1}
Example Inputs
Trending hashtags in Indonesia:
{ "content_type": "hashtag", "country_code": "ID", "period": "7", "limit": 50 }
Top creators in the US by engagement:
{ "content_type": "creator", "country_code": "US", "period": "30", "sort_by": "engagement", "limit": 20 }
Trending videos (global):
{ "content_type": "video", "limit": 30 }
Trending music in Japan (30 days):
{ "content_type": "music", "country_code": "JP", "period": "30", "limit": 50 }