Tiktok Trending Videos Insights
Pricing
$19.99/month + usage
Tiktok Trending Videos Insights
📈 TikTok Trending Videos Insights delivers real-time analytics on viral content—top hashtags, sounds, creators, views, likes, comments & shares. 🔍 Uncover trends by niche and region to boost strategy, ads & influencer selection. 🚀 Ideal for marketers, analysts & creators.
Pricing
$19.99/month + usage
Rating
0.0
(0)
Developer
ScrapePilot
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
13 days ago
Last modified
Categories
Share
Tiktok Trending Videos Insights
Tiktok Trending Videos Insights is an Apify actor that discovers trending TikTok videos by country and time window, then delivers clean, structured records (IDs, titles, URLs, and more) you can analyze at scale. It tackles the manual grind of scrolling the For You feed by automating TikTok trend discovery for marketers, developers, analysts, and researchers—powering TikTok trending video insights, TikTok trend analytics, and TikTok viral video analysis from a single trends dashboard. With regional filters, sort controls, and scalable limits, it helps you monitor niche trend insights and power data-driven content and research workflows.
What data / output can you get?
Below are the exact JSON fields this actor writes to the Apify dataset for each trending video. You can export results from the dataset in formats like JSON, CSV, or Excel.
| Data type | Description | Example value |
|---|---|---|
| country_code | Two-letter country context for the trend | "AU" |
| cover | Thumbnail/cover image URL | "https://p16-sign-sg.tiktokcdn.com/..." |
| duration | Video duration in seconds | 5 |
| id | Video ID (string as provided by source) | "7567957332919913736" |
| item_id | Item ID (often same as video ID) | "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" |
Note: The actor focuses on video metadata for trend discovery. It does not output engagement counts or hashtags. If you need a TikTok trending sounds tracker or TikTok trending hashtags research, consider combining this with other tools in your stack.
Key features
-
🚩 Regional trend targeting by countryCode Choose any two-letter country code to focus your TikTok trends dashboard on specific geographies and niches for sharper TikTok trend analytics.
-
🔢 Flexible sorting controls Sort by hot, view, like, share, or comment using sortOrder to align collection with what matters for your TikTok viral video analysis.
-
🗓 Adjustable time window Use period (days) to capture what’s trending in your chosen timeframe, enabling fast iteration on trend discovery.
-
📦 Scalable item limits Control output volume with maxItems (1–1000). The actor paginates behind the scenes and pushes each record as it’s found for real-time access.
-
🧰 Robust proxy handling with smart fallback Optional Apify Proxy support with automatic fallback to residential if blocked, improving stability and uptime on public endpoints.
-
⚡ Live dataset writes Records are pushed to the dataset as they’re discovered—start analyzing or exporting immediately without waiting for the full run to finish.
-
🧑💻 Developer-friendly, Apify-native Built with the Apify SDK for Python. Integrate via Apify API, orchestrate with Make or n8n, and feed downstream analytics or dashboards.
-
💾 Easy export for analysis Download results from the dataset in JSON, CSV, or Excel to feed BI tools, notebooks, or internal TikTok trends dashboards.
How to use Tiktok Trending Videos Insights - step by step
- Sign up or log in to Apify
- Open the “Tiktok Trending Videos Insights” actor in the Apify Store
- Configure input: set countryCode, sortOrder, maxItems, and optionally period and proxyConfiguration
- (Optional) Enable Apify Proxy in proxyConfiguration if you need higher resilience; residential proxy fallback is supported when needed
- Click Start to run—records will be saved to the run’s default dataset as they’re collected
- Monitor progress on the Run page; logs show your configuration and activity
- Export results from the Dataset tab in JSON, CSV, or Excel for analysis or pipelines
Pro tip: Schedule the actor and pull results via the Apify API to automate your TikTok trend discovery tool and feed internal dashboards or notebooks.
Use cases
| Use case name | Description |
|---|---|
| Marketing teams + trend discovery | Track regional trending videos to inform creative strategy and ads, powering faster campaign iteration on what’s working now. |
| Social media managers + content planning | Build content calendars from recent trends, titles, and regions to stay aligned with audience interests on the For You Page. |
| Competitor trend analysis | Monitor the types of videos surfacing in your market to guide creative direction and TikTok competitor trend analysis. |
| Data analysts + trend signals | Export structured fields to CSV/JSON for modeling, reporting, and building a lightweight TikTok trends dashboard. |
| Researchers + cultural shifts | Study regional variation in trending topics and formats for academic or market research. |
| Developers + API pipelines | Orchestrate runs via Apify API and feed results to data warehouses, notebooks, or apps for repeatable pipelines. |
| Niche trend insights for creators | Identify niche trend insights by country and timeframe to generate TikTok content ideas from trends. |
Why choose Tiktok Trending Videos Insights?
This actor is built for reliability and scale, turning public TikTok trend pages into structured, analysis-ready data without manual effort.
- 🎯 Precision-focused trend metadata: Clean fields (IDs, URLs, titles, region, duration, covers) built for downstream analytics
- 🚀 Scales with your needs: Control volume via maxItems and run on a schedule for continuous updates
- 🧑💻 Developer-ready: Apify-native with API access and Python under the hood for easy integration
- 🔒 Stable & safe approach: Public endpoints only; optional proxy with automatic residential fallback to handle blocks
- 🧲 Better than one-off tools: Avoid brittle extensions or ad-hoc scripts—run a production-ready workflow on Apify infrastructure
- 💸 Cost-effective operations: Flat monthly pricing with trial minutes to validate fit before committing
- 🔗 Workflow-friendly: Export to standard formats and plug into Make, n8n, or your internal ETL
Bottom line: a dependable way to operationalize TikTok trend discovery across regions and time windows.
Is it legal / ethical to use Tiktok Trending Videos Insights?
Yes—when done responsibly. This actor collects publicly available trending content and does not access private profiles or authenticated data.
Guidelines for compliant use:
- Collect and use only public data and respect TikTok’s Terms of Service
- Avoid excessive request rates and respect platform stability
- Comply with data protection laws (e.g., GDPR, CCPA) in your jurisdiction
- Use results responsibly for analysis and research, not misuse or spam
- Consult your legal team for edge cases or specific compliance questions
Input parameters & output format
Example JSON input
{"countryCode": "AU","sortOrder": "share","maxItems": 100,"period": 7,"proxyConfiguration": {"useApifyProxy": false}}
Parameters
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| countryCode | string | Yes | "US" | Two-letter country code (e.g., "US", "AU", "GB", "CA"). |
| sortOrder | string (enum) | Yes | "view" | How to sort trending videos. Options: "hot", "view", "like", "share", "comment". |
| maxItems | integer | Yes | 100 | Maximum number of videos to scrape (1–1000). |
| period | integer | No | 7 | Time period for trending videos in days (1–30). |
| proxyConfiguration | object | No | {"useApifyProxy": false} | 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:
- Some fields may be null or empty if the source does not provide them for a particular video.
- Output is pushed incrementally to the run’s default dataset during the run.
FAQ
Is there a free trial?
Yes. This actor offers trial minutes (120) so you can validate performance before subscribing. Usage beyond trial minutes follows the flat monthly pricing.
Do I need to log in to TikTok?
No. The actor accesses public trend pages and does not require login or cookies. It does not access private or gated data.
Can I sort by views, likes, shares, or comments?
Yes. Use the sortOrder input with "view", "like", "share", "comment", or "hot". Sorting affects which trending items are returned; the actor does not output engagement counts.
How many results can I collect in one run?
Set maxItems between 1 and 1000. The actor paginates and pushes items as it goes, making it easy to analyze results in near real time.
What data fields are included in the output?
Each record contains country_code, cover, duration, id, item_id, item_url, region, and title. This is ideal for TikTok trend discovery tool workflows and lightweight TikTok For You Page analytics.
Can I use it with Python or via API?
Yes. You can run and fetch datasets via the Apify API, integrate with your Python workflows, and connect to automation tools like Make or n8n.
Does it provide engagement metrics or hashtag lists?
No. The current output focuses on metadata (IDs, titles, URLs, covers, duration, region). For TikTok engagement rate benchmarks or hashtag research, combine this with other datasets or tools.
Can it tell me the best time to post on TikTok to trend?
Not directly. The actor doesn’t compute timing recommendations. However, you can schedule frequent runs, segment by region, and analyze outputs in your BI stack to infer timing patterns.
Closing CTA / Final thoughts
Tiktok Trending Videos Insights is built to streamline TikTok trend discovery with structured, regionalized video metadata at scale. Configure a country and sort order, set your limit and period, and export clean records for analysis and reporting.
Whether you’re a marketer, developer, or researcher, you’ll get fast, reliable inputs for TikTok trend analytics: IDs, titles, URLs, covers, durations, and regions—ready for dashboards and models. Developers can orchestrate runs via the Apify API and pipe datasets into ETL, warehouses, or notebooks. Start extracting smarter TikTok trending video insights today and turn trend signals into action. 🚀📊