Tiktok Trending Videos Insights
Pricing
$19.99/month + usage
Tiktok Trending Videos Insights
📈 TikTok Trending Videos Insights delivers real-time analytics on viral videos, hashtags, sounds & creators—views, likes, comments, shares, and growth velocity. 🔍 Spot trends, niches, best posting times & content gaps. 🎯 For creators, brands & agencies to boost reach & ROI.
Pricing
$19.99/month + usage
Rating
0.0
(0)
Developer
ScrapeFlow
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
17 days ago
Last modified
Categories
Share
Tiktok Trending Videos Insights
Tiktok Trending Videos Insights is a production-ready Apify actor that fetches structured metadata for trending TikTok videos by country, time window, and sort mode. It solves the manual work of TikTok trend analysis by programmatically collecting trending video URLs and core attributes for TikTok trend tracker workflows, TikTok trending video analytics, and TikTok viral trends insights. Built for marketers, developers, analysts, and researchers, it enables repeatable, at-scale discovery and export of trending video records you can analyze in your own pipeline.
What data / output can you get?
Below are the exact fields this actor writes to the Apify dataset. You can export results in JSON, CSV, or Excel directly from Apify.
| Data type | Description | Example value |
|---|---|---|
| country_code | Two-letter country code for the trend context | "AU" |
| cover | Thumbnail/cover image URL for the video | "https://p16-sign-sg.tiktokcdn.com/..." |
| duration | Video duration in seconds | 5 |
| id | Video ID | "7567957332919913736" |
| item_id | Item ID (alias of the video identifier) | "7567957332919913736" |
| item_url | Direct URL to the TikTok video | "https://www.tiktok.com/@mnm_pipi/video/7567957332919913736" |
| region | Human-readable region name | "Australia" |
| title | Video title/caption string | "Hips don't lie #halloween #shakira #shake #wiggle #boxerdog" |
Notes:
- Fields are returned as provided by TikTok’s Creative Center endpoint; some values may be empty if the source omits them.
- Datasets can be downloaded as JSON, CSV, or Excel for further TikTok content performance insights and TikTok competitor trend analysis.
Key features
-
🚦 Robust proxy resilience Automatically configures Apify Proxy when provided and falls back from direct connection → datacenter → residential proxies on block/429/403 responses. This helps keep your TikTok trend tracker jobs running reliably.
-
🧭 Country-level trend targeting Control the geographic context with countryCode to focus on TikTok Discover page trends for specific markets.
-
⏱ Time-window filtering Use period (days) to scope trending results (e.g., last 7 days) for rolling TikTok trends report and insights.
-
🔢 Sorting controls Choose sortOrder from hot, view, like, share, or comment to align results with your TikTok trending hashtags analysis or engagement focus.
-
📦 Live dataset streaming Results are pushed incrementally to the Apify dataset during the run, enabling early access and continuous processing.
-
🔌 Developer-friendly by design Built on the Apify SDK for Python with Playwright-assisted header extraction. Easy to integrate into pipelines for TikTok trend research for creators and internal dashboards.
-
💾 Flexible exports Download datasets in JSON, CSV, or Excel to feed BI tools, notebooks, or no-code automation for TikTok content strategy for trending videos.
-
🧱 Production-grade setup Playwright-powered header handling and structured retries help maintain stability despite platform defenses, offering reliable TikTok For You algorithm insights workflows without manual intervention.
How to use Tiktok Trending Videos Insights - step by step
- Create or log in to your Apify account.
- Open the Tiktok Trending Videos Insights actor in the Apify Store.
- Configure inputs:
- countryCode (e.g., "US", "AU")
- sortOrder ("hot", "view", "like", "share", "comment")
- maxItems (1–1000)
- period (days window, default 7)
- proxyConfiguration (optional; Apify Proxy with datacenter/residential groups)
- Start the run. The actor will fetch trending results for the selected country and period, sorted per your selection.
- Monitor progress. Records stream to the dataset as they’re collected.
- Download results. Export as JSON, CSV, or Excel for your TikTok video performance metrics analysis.
- Pro Tip: Schedule the actor to run daily/weekly for automated TikTok trends report and insights or connect the dataset to Make/n8n for downstream alerts.
Use cases
| Use case name | Description |
|---|---|
| Marketing teams – campaign planning | Identify regional trending videos and compile lists for inspiration, seeding, and creative direction to improve reach and ROI. |
| Social media managers – content calendars | Refresh datasets on a schedule to inform weekly planning with current TikTok trend analysis by country and sort mode. |
| Creators – trend research | Quickly find what’s trending in your niche and region to align with TikTok Discover page trends. |
| Agencies – competitor monitoring | Track daily trending outputs and export to CSV for quick reviews in team standups and client reporting. |
| Data analysts – insights pipeline | Feed structured item_url and metadata into notebooks/BI for custom TikTok trending video analytics dashboards. |
| Researchers – cultural trend mapping | Compare regions over time using country_code + period to observe shifts and viral patterns. |
| Developers – API pipelines | Use Apify’s API to programmatically fetch datasets and integrate into internal tools or alerting systems. |
Why choose Tiktok Trending Videos Insights?
Built for precision and reliability, this actor delivers consistent, structured outputs that power automation and analytics—without fragile browser extensions or manual scraping.
- ✅ Accurate, structured records focusing on key video metadata
- 🌍 Country and period filters for precise regional trend views
- 📈 Scales to 1,000 items per run with incremental dataset writes
- 🧰 Developer access via Apify API and Python SDK for easy integration
- 🔒 Public data only; no login or private analytics required
- 💸 Cost-effective alternative to building/maintaining in-house scrapers
- 🧩 Integrations-ready exports (CSV/JSON/Excel) for automation tools
In short, it’s a stable, production-grade TikTok trend tracker vs fragile, ad hoc alternatives.
Is it legal / ethical to use Tiktok Trending Videos Insights?
Yes—when done responsibly. This actor collects publicly accessible data from TikTok’s Creative Center endpoints and does not access private accounts or authenticated analytics.
Guidelines for compliant use:
- Scrape only public data and respect TikTok’s Terms of Service.
- Avoid excessive request rates; use proxies responsibly.
- Comply with applicable data protection laws (e.g., GDPR, CCPA).
- Do not repurpose data for spam or misuse.
- Consult your legal team for your specific jurisdiction and use case.
Input parameters & output format
Below is the exact input schema this actor accepts and the output it produces.
Example JSON input
{"countryCode": "AU","sortOrder": "share","maxItems": 100,"period": 7,"proxyConfiguration": {"useApifyProxy": false}}
Input parameters reference
- countryCode (string, required) — Two-letter country code (e.g., "US", "AU", "GB", "CA"). Default: "US".
- sortOrder (string, required) — Sorting mode. Options: "hot", "view", "like", "share", "comment". Default: "view".
- maxItems (integer, required) — Maximum number of videos to scrape (1–1000). Default: 100.
- period (integer, optional) — Time period for trending videos in days (1–30). Default: 7.
- proxyConfiguration (object, optional) — Choose which proxies to use. If TikTok rejects the proxy, a residential proxy will be used as a fallback.
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:
- Fields are returned exactly as above. Any field may be empty if the source omits it.
- Records are pushed continuously during the run for near-real-time access.
FAQ
Do I need a TikTok login to use this?
No. The actor targets publicly available Creative Center data and does not require login or private analytics access.
How many results can I collect per run?
You can collect up to 1,000 items per run by setting maxItems within the 1–1000 limits defined in the input schema.
Which countries and time windows are supported?
Use countryCode for the two-letter code (e.g., US, AU, GB, CA) and period for 1–30 days. The actor requests trending videos for that scope.
What sorting options are available?
Set sortOrder to one of: hot, view, like, share, or comment. Internally, these map to the appropriate API parameters to return sorted results.
What data fields are included in the output?
Each record includes: country_code, cover, duration, id, item_id, item_url, region, and title. You can export the dataset as JSON, CSV, or Excel.
Can I automate this for ongoing TikTok trend analysis?
Yes. Schedule runs on Apify to refresh data daily or weekly and pull datasets via the Apify API into BI tools or automation platforms for continuous TikTok trend analysis.
Is proxy configuration required?
No. If you don’t provide proxyConfiguration, the actor starts with a direct connection. It can switch to datacenter or residential proxies if needed when configured.
Does this tell me the best time to post on TikTok for trends?
Not directly. The actor returns structured trending video metadata by country, period, and sort mode. You can combine scheduled runs and your own analytics to infer timing patterns.
Closing CTA / Final thoughts
Tiktok Trending Videos Insights is built to help you capture structured, regionalized trending TikTok video data at scale. With precise inputs (country, period, sort), resilient proxy handling, and clean outputs, it empowers marketers, creators, analysts, and developers to build repeatable TikTok trends report and insights workflows. Export to CSV/JSON/Excel, connect via the Apify API, or embed it in your automation stack to turn trending data into action. Start extracting smarter today.