Tiktok Trending Scraper avatar

Tiktok Trending Scraper

Pricing

from $0.75 / 1,000 results

Go to Apify Store
Tiktok Trending Scraper

Tiktok Trending Scraper

Discover 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

Xtractoo

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

4 days ago

Last modified

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

FieldTypeDefaultDescription
content_typestringhashtagContent type: hashtag, creator, video, or music
country_codestring(empty)ISO country code (e.g. US, ID, GB). Empty = global (not supported by music)
periodstring7Trending window: 7, 30, or 120 days
industry_idstring(empty)Industry filter ID — hashtag only (see below). Empty = all
sort_bystringpopularHashtag: popular / rise. Creator: follower / engagement / avg_views
limitinteger20Max results (hashtag/creator: 1–100; music: 1–99; video: 1–500)

Content Type Details

TypeSourceMax ItemsCountryPeriod
hashtagCC Creative Radar API100✅ 71 countries✅ 7/30/120d
creatorCC Creative Radar API100✅ 24 countries✅ 7/30/120d
videoTikTok Explore API500+✅ (region filter)
musicCC Sound Rank API99✅ 70+ countries✅ 7/30/120d

Industry IDs (hashtag only)

IDIndustry
22000000000Apparel & Accessories
14000000000Food & Beverage
28000000000Sports & Outdoor
24000000000Beauty & Personal Care
26000000000Electronics
16000000000Gaming
30000000000Home & Garden
20000000000Education
13000000000Financial Services
17000000000Travel

Output

Raw JSON from TikTok/Creative Center APIs plus metadata fields:

FieldDescription
_rankRank position (1 = most trending)
_sourceapi, html_ssr, explore_api, or cc_music_api
_inputInput 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 }