Tiktok Trending Videos Insights avatar

Tiktok Trending Videos Insights

Pricing

$19.99/month + usage

Go to Apify Store
Tiktok Trending Videos Insights

Tiktok Trending Videos Insights

🔥 TikTok Trending Videos Insights reveals top videos, hashtags & sounds by niche/region. 📈 Real-time analytics on views, likes, shares, engagement and growth, plus creator benchmarks. 🎯 Spot trends early, refine content strategy, and boost reach & ROI. 🚀 For brands, marketers & creators.

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

ScraperX

ScraperX

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

14 days ago

Last modified

Share

Tiktok Trending Videos Insights is an Apify actor that collects structured records of trending TikTok videos from TikTok’s Creative Center by country, with sorting and time-window controls for high-signal discovery. It eliminates manual trend checking and powers TikTok trending video analytics for teams that need TikTok trend insights and reports, TikTok viral video analysis, and a reliable TikTok trends tracker tool. Built for marketers, developers, data analysts, and researchers, it scales your trend monitoring and enables repeatable, export-ready workflows across markets.

What data / output can you get?

This actor streams one structured record per trending video to the run’s dataset with the following fields:

Data fieldDescriptionExample value
country_codeTwo-letter code for the country context of the trend"AU"
coverThumbnail/cover image URL for the video"https://p16-sign-sg.tiktokcdn.com/..."
durationVideo length in seconds5
idVideo identifier"7567957332919913736"
item_idItem identifier (often same as video id)"7567957332919913736"
item_urlDirect URL to the video on TikTok"https://www.tiktok.com/@mnm_pipi/video/7567957332919913736"
regionHuman-readable region name"Australia"
titleVideo title/caption text"Hips don't lie #halloween #shakira #shake #wiggle #boxerdog"

Notes:

  • Results are saved directly to the Apify Dataset during the run and can be exported to JSON, CSV, or Excel from the Apify platform.
  • Some values may be null if the source does not provide them.

Key features

  • 🔐 Dynamic header acquisition
    Captures required request headers (such as user-sign and web-id) via a headless Chromium session for reliable access to TikTok Creative Center’s trending endpoint.

  • 🌍 Country-based trend discovery
    Filter by countryCode to focus on the regional feed that matters for your market, enabling TikTok trend insights and reports across locales.

  • 🧭 Sort control on trending signals
    Reorder results by sortOrder: hot, view, like, share, or comment to align with your TikTok viral video analysis goals.

  • 🕒 Time-window filtering
    Use period (1–30 days) to collect trends from a recent timeframe (default 7 days) and monitor TikTok trending topics over short windows.

  • 📤 Live dataset streaming
    Records are pushed as they’re found, so you can start consuming data immediately—ideal for building a TikTok analytics dashboard for trends.

  • 📈 Scalable pagination with limits
    Control maxItems (1–1000) per run for quick samples or larger batches. Built-in pagination and rate limiting are handled for you.

  • 🛡️ Resilient proxy fallback
    Optional Apify Proxy with automatic fallback from direct connection to datacenter and then residential proxies if access is blocked.

  • 💻 Developer-friendly & export-ready
    Implemented in Python as an Apify Actor. Access results via the Apify API and export to JSON, CSV, or Excel for downstream analytics, automation, or BI.

  • 🚪 No login required
    Uses public endpoints from TikTok’s Creative Center—no authentication or cookies needed.

  1. Sign up or log in to your Apify account.
  2. Open the “Tiktok Trending Videos Insights” actor in the Apify Store.
  3. Configure input settings:
    • countryCode (e.g., "US" or "AU")
    • sortOrder ("hot", "view", "like", "share", "comment")
    • maxItems (1–1000)
    • period (1–30 days, optional; default 7)
    • proxyConfiguration (optional)
  4. (Optional) Enable proxyConfiguration if you expect regional blocks. The actor can fall back to datacenter or residential proxies automatically.
  5. Start the run. The actor launches a headless Chromium session to acquire dynamic headers and begins fetching trending videos.
  6. Monitor progress in the run log. Records stream to the Dataset as they’re collected.
  7. Download results from the Dataset tab (JSON, CSV, Excel) or consume them via the Apify API.

Pro Tip: Schedule the actor to refresh your TikTok trends tracker tool daily and aggregate outputs across countryCode, sortOrder, and period for ongoing TikTok content strategy for trending videos.

Use cases

Use caseDescription
Marketing teams – regional trend scoutingIdentify what’s trending by country to inform creative direction and campaign concepts faster.
Social media managers – content planningBuild data-backed calendars by scanning top trending videos for format and theme ideas.
Data analysts – cross-market comparisonCompare trending items across multiple countryCode runs to understand geographic differences.
Researchers – cultural trend trackingStudy short-term diffusion by tuning period and monitoring how topics rise across regions.
Developers – automated data pipelinePull datasets via the Apify API and feed them into dashboards, warehouses, or automation workflows.
Agencies – fast client insightsGenerate exports of trending items to brief clients and validate creative hypotheses.

Built for precision, automation, and reliability when collecting structured trending records from TikTok’s Creative Center.

  • ✅ Accurate trending capture with Playwright-powered dynamic headers
  • 🌍 Country targeting and time-window control for focused analysis
  • 📦 Scales up to 1,000 items per run with live dataset streaming
  • 🧑‍💻 Developer-ready: Python-based actor with Apify Dataset/API access
  • 🛡️ Production-ready proxy strategy with automatic fallback when blocked
  • 💸 Test-friendly: includes 120 trial minutes on Apify for evaluation
  • 🔁 More reliable than ad-hoc scripts or extensions thanks to robust retries and infrastructure

In short: a stable, export-ready alternative to manual browsing or brittle tools for TikTok trending video performance insights.

Yes—when done responsibly. This actor collects publicly available trending content from TikTok’s Creative Center and does not access private accounts or authenticated analytics.

Guidelines for compliant use:

  • Only use data from publicly available sources.
  • Respect TikTok’s Terms of Service and acceptable use policies.
  • Avoid high-frequency scraping that could burden services.
  • Comply with data protection laws and your organization’s standards.
  • Consult your legal team for edge cases or commercial redistribution.

Input parameters & output format

Example JSON input

{
"countryCode": "AU",
"sortOrder": "share",
"maxItems": 100,
"period": 7,
"proxyConfiguration": {
"useApifyProxy": false
}
}

Parameters

FieldTypeDescriptionDefaultRequired
countryCodestringTwo-letter country code (e.g., 'US', 'AU', 'GB', 'CA')."US"Yes
sortOrderstring (enum)How to sort trending videos. Options: 'hot', 'view', 'like', 'share', 'comment'."view"Yes
maxItemsintegerMaximum number of videos to scrape (1–1000).100Yes
periodintegerTime period for trending videos in days (e.g., 7 for last 7 days).7No
proxyConfigurationobjectChoose which proxies to use. If TikTok rejects the proxy, a residential proxy will be used as a fallback.{"useApifyProxy": false} (prefill)No

Example output JSON

[
{
"country_code": "AU",
"cover": "https://p16-sign-sg.tiktokcdn.com/...",
"duration": 5,
"id": "7567957332919913736",
"item_id": "7567957332919913736",
"item_url": "https://www.tiktok.com/@mnm_pipi/video/7567957332919913736",
"region": "Australia",
"title": "Hips don't lie #halloween #shakira #shake #wiggle #boxerdog"
}
]

Notes:

  • Output fields are exactly as shown above. Records stream to the Apify Dataset during the run.
  • Some values may be null if the source data does not provide them.

FAQ

Do I need a TikTok login to use this actor?

No. The actor accesses publicly available trending data from TikTok’s Creative Center and does not require login or cookies.

How many results can I scrape per run?

You control volume with maxItems from 1 to 1000. The actor paginates automatically and stops once maxItems is reached.

Which countries are supported?

Set countryCode to a two-letter code (e.g., US, AU, GB, CA). The actor requests the corresponding regional trending feed.

What does sortOrder do?

sortOrder changes how results are ordered by a trending signal. Supported values are "hot", "view", "like", "share", and "comment".

Can I limit results to a specific time window?

Yes. Use period (1–30) to target recent trends, such as the last 7 days (default).

Is a proxy required?

No. By default, the actor uses a direct connection. If access is blocked, you can enable Apify Proxy, and the actor can fall back to datacenter or residential proxies.

Is there a free trial?

Yes. The listing includes 120 trial minutes on Apify so you can evaluate performance before committing.

How do I integrate results into my app or workflow?

Access the run’s dataset via the Apify API and export in JSON, CSV, or Excel. This makes it easy to build a TikTok analytics dashboard for trends or automate reporting.

Closing CTA / Final thoughts

Tiktok Trending Videos Insights is built to automate reliable collection of trending TikTok video records by country, sort order, and time period. It delivers clean, structured outputs, live dataset streaming up to 1,000 items per run, and resilient proxy handling to keep your pipeline running. Ideal for marketers, social media managers, researchers, and developers, it plugs into analytics and automation via the Apify Dataset/API. Start extracting smarter TikTok trend insights today—consistently, at scale, and ready for analysis.