Tiktok Trending Videos Insights
Pricing
$19.99/month + usage
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
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
18 hours ago
Last modified
Categories
Share
Tiktok Trending Videos Insights
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) | Description | Example value |
|---|---|---|
| country_code | Two-letter country code of the trend source | "AU" |
| cover | Cover image (thumbnail) URL | "https://p16-sign-sg.tiktokcdn.com/..." |
| duration | Video length in seconds | 5 |
| id | Video ID | "7567957332919913736" |
| item_id | Item identifier (same as video ID) | "7567957332919913736" |
| item_url | Direct video URL | "https://www.tiktok.com/@mnm_pipi/video/7567957332919913736" |
| region | Human-readable region name | "Australia" |
| title | Video 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.
How to use Tiktok Trending Videos Insights - step by step
-
Sign in to Apify
Create or log in to your Apify account to access the actor. -
Open the actor on Apify Store
Search for โTiktok Trending Videos Insightsโ and open the actor page. -
Configure input
Provide your countryCode, sortOrder, and maxItems. Optionally set period and proxyConfiguration. -
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)
-
Start the run
Click Start. The actor will extract dynamic headers, fetch paginated results, and push structured items to the dataset in real time. -
Monitor progress
View logs in the Run console. The actor prints your input configuration and handles retries, pacing, and proxy fallbacks automatically. -
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 case | Description |
|---|---|
| Content planning for marketers | Track whatโs trending by region and time window to inform creative briefs and posting calendars. |
| Competitor and category monitoring | Observe topical movements by sorting on hot/view/like/share/comment to understand momentum patterns. |
| Data analysis for researchers | Export standardized JSON/CSV for time-series analysis of regional trend diffusion. |
| SEO and content ideation | Use titles and regions to inspire ideation around TikTok trending hashtags today and adjacent content angles. |
| Reporting dashboards | Pipe exports into your BI stack to build a TikTok trends analytics dashboard with scheduled refresh. |
| API-driven pipelines | Trigger runs programmatically and consume dataset exports in an automated ETL for downstream analytics. |
Why choose Tiktok Trending Videos Insights?
- ๐ฏ 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.
Is it legal / ethical to use Tiktok Trending Videos Insights?
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
| Parameter | 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 | None (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.
Can I sort trends by likes, views, or shares?
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.