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 spots viral content fast โ€” track hashtags, sounds, creators & regions with views, likes, shares and comments. ๐Ÿ” Real-time analytics for trend discovery, competitor intel & content strategy. ๐Ÿš€ Perfect for marketers, creators & agencies.

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

ScrapAPI

ScrapAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

18 hours ago

Last modified

Share

Tiktok Trending Videos Insights is an Apify actor that finds trending TikTok videos by country, period, and sort order, then outputs clean, structured records ready for analysis. It solves how to find TikTok trending videos at scale โ€” no manual browsing, no guesswork. Built for marketers, developers, data analysts, and researchers, it delivers streamlined TikTok trending video insights you can plug into your workflows and dashboards for repeatable trend tracking.

What data / output can you get?

Use this TikTok trend analysis tool to collect structured fields you can analyze in any TikTok trends analytics dashboard or BI tool.

Data field (JSON key)DescriptionExample value
country_codeTwo-letter country code of the trend source"AU"
coverCover image (thumbnail) URL"https://p16-sign-sg.tiktokcdn.com/..."
durationVideo length in seconds5
idVideo ID"7567957332919913736"
item_idItem identifier (same as video ID)"7567957332919913736"
item_urlDirect video URL"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:

  • Export your dataset from Apify in JSON, CSV, or Excel to build a TikTok trends analytics dashboard, a TikTok viral trends tracker, or plug into your reporting stack.

Key features

  • ๐Ÿšฉ Country-based trend discovery

    • Filter trending content by countryCode to compare regions and build localized trend views.
  • โฑ Period control (days)

    • Track trends for a selected time window using period in days (e.g., last 7 days) for consistent, repeatable analysis.
  • ๐Ÿ”„ Flexible sort order

    • Sort by hot, view, like, share, or comment through the sortOrder input for different perspectives on whatโ€™s rising.
  • ๐Ÿงญ Resilient proxy strategy

    • Built-in proxy logic honors your proxyConfiguration; if blocked, it automatically attempts a datacenter proxy and can fall back to a residential proxy for reliability.
  • ๐Ÿงช Dynamic request stabilization

    • Uses a headless Chromium session to extract dynamic headers before calling the endpoint, improving stability for real-time TikTok trend data.
  • ๐Ÿ“ฅ Live saving to dataset

    • Streams items to the Apify dataset as theyโ€™re discovered, so you can start consuming results immediately.
  • ๐Ÿšฆ Retries and rate handling

    • Includes exponential backoff, HTTP status checks, and gentle pacing between pages for robust long-running jobs.
  • ๐Ÿ“ˆ Scale with limits you control

    • Scrape up to maxItems (1โ€“1000) per run; the actor paginates in batches of 20 to deliver consistent throughput for bulk monitoring.
  1. Sign in to Apify
    Create or log in to your Apify account to access the actor.

  2. Open the actor on Apify Store
    Search for โ€œTiktok Trending Videos Insightsโ€ and open the actor page.

  3. Configure input
    Provide your countryCode, sortOrder, and maxItems. Optionally set period and proxyConfiguration.

  4. Adjust key settings

  • countryCode: Two-letter code like US, AU, GB, CA
  • sortOrder: One of hot, view, like, share, comment
  • maxItems: 1โ€“1000 items per run
  • period: Days window (1โ€“30)
  • proxyConfiguration: Choose whether to use Apify Proxy (residential fallback supported)
  1. Start the run
    Click Start. The actor will extract dynamic headers, fetch paginated results, and push structured items to the dataset in real time.

  2. Monitor progress
    View logs in the Run console. The actor prints your input configuration and handles retries, pacing, and proxy fallbacks automatically.

  3. Download results
    Open the runโ€™s Dataset and export to JSON, CSV, or Excel. Use the file in your TikTok trending videos analytics pipeline or dashboard.

Pro Tip: Schedule the actor on Apify to refresh datasets periodically and feed a TikTok trend analysis tool chain or automation workflow.

Use cases

Use caseDescription
Content planning for marketersTrack whatโ€™s trending by region and time window to inform creative briefs and posting calendars.
Competitor and category monitoringObserve topical movements by sorting on hot/view/like/share/comment to understand momentum patterns.
Data analysis for researchersExport standardized JSON/CSV for time-series analysis of regional trend diffusion.
SEO and content ideationUse titles and regions to inspire ideation around TikTok trending hashtags today and adjacent content angles.
Reporting dashboardsPipe exports into your BI stack to build a TikTok trends analytics dashboard with scheduled refresh.
API-driven pipelinesTrigger runs programmatically and consume dataset exports in an automated ETL for downstream analytics.
  • ๐ŸŽฏ Precision-focused, structured output thatโ€™s ready for analysis and dashboards
  • ๐Ÿ”’ Built-in resilience with dynamic header extraction plus proxy fallback (datacenter โ†’ residential when needed)
  • ๐Ÿ“ฆ Scales to 1,000 items per run with live dataset saving and controlled pacing
  • ๐Ÿงฐ Developer-friendly: predictable JSON schema and Apify-native execution
  • ๐Ÿ›ก Designed for public data collection; no TikTok login or private account access
  • ๐Ÿ’ธ Efficient operations compared to fragile, manual alternatives or browser extensions

This is a reliable TikTok trend analysis tool vs unstable one-off scripts โ€” optimized for repeatable, production-grade runs.

Yes, when done responsibly. This actor retrieves trending information intended for public viewing and does not access private profiles or gated resources. Always:

  • Respect TikTokโ€™s Terms of Service
  • Use collected data responsibly and for lawful purposes
  • Comply with relevant regulations (e.g., GDPR, CCPA) and your internal policies
  • Consult your legal team for edge cases in your jurisdiction

Input parameters & output format

Example input JSON

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

Parameters

ParameterTypeRequiredDefaultDescription
countryCodestringYes"US"Two-letter country code (e.g., "US", "AU", "GB", "CA").
sortOrderstring (enum)Yes"view"How to sort trending videos. Options: "hot", "view", "like", "share", "comment".
maxItemsintegerYes100Maximum number of videos to scrape (1โ€“1000).
periodintegerNo7Time period for trending videos in days (1โ€“30).
proxyConfigurationobjectNoNone (prefill: {"useApifyProxy": false})Choose which proxies to use. If TikTok rejects the proxy, a residential proxy will be used as a fallback.

Notes:

  • Required fields must be provided. Optional fields use their defaults if omitted.
  • Some output fields might be null if the source doesnโ€™t return a value for that item.

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"
}
]

FAQ

Do I get a trial with this actor?

Yes. The actor listing includes trialMinutes: 120, giving you time to test the workflow and validate outputs before scaling.

Does this require a TikTok login?

No. The actor does not log into TikTok accounts. It stabilizes requests by extracting dynamic headers in a headless browser session and then fetches public trending results.

How many items can I scrape per run?

You can configure maxItems between 1 and 1000. The actor paginates in batches of 20 and streams results to the dataset until the limit is reached.

What fields are included in the output?

Each record includes: country_code, cover, duration, id, item_id, item_url, region, and title. These are pushed exactly as shown in the Output Format section.

Yes. Use the sortOrder input set to hot, view, like, share, or comment to retrieve lists ordered by those criteria.

How do proxies work here?

If you enable Apify Proxy in proxyConfiguration, the actor uses your specified proxy settings. If a request is blocked, it attempts a datacenter proxy and can fall back to a residential proxy automatically.

Is this suitable for dashboards and automated pipelines?

Yes. Export the Apify dataset in JSON/CSV/Excel and feed it into your analytics stack or automated ETL to power a TikTok viral trends tracker or broader TikTok trends analytics dashboard.

What regions can I analyze?

Provide any two-letter countryCode (e.g., US, AU, GB, CA). The actor will fetch trends for the specified region, enabling TikTok audience insights for trends across markets.

Closing CTA / Final thoughts

Tiktok Trending Videos Insights is built to collect structured, regional TikTok trending data at scale. With precise input controls, resilient fetching, and clean JSON output, it helps marketers, developers, data analysts, and researchers turn raw trend lists into action. Export datasets to power your TikTok trending videos analytics, automate pipelines, or schedule recurring runs for always-fresh insights. Start extracting smarter trend data and translate it into faster, more confident decisions.