VOOZH about

URL: https://apify.com/fetchly/tiktok-trends-api

⇱ Tiktok Trends API [DEPRECATED] Β· Apify


πŸ‘ Tiktok Trends API avatar

Tiktok Trends API

Deprecated

Pricing

$30.00 / 1,000 results

Go to Apify Store

Tiktok Trends API

Deprecated

πŸš€ Get viral TikTok trends instantly and reliably. Fresh viral videos, no watermarks, across 9 countries. Reliable insights for creators & marketers who want to spot trends before the crowd.

Pricing

$30.00 / 1,000 results

Rating

5.0

(1)

Developer

πŸ‘ Fetchly

Fetchly

Maintained by Community

Actor stats

3

Bookmarked

184

Total users

3

Monthly active users

4 months ago

Last modified

Share

TikTok Trends Scraper API

Reliable TikTok trends scraper with enterprise-grade performance and 90%+ success rate

Stay ahead of viral content with real-time TikTok trending video data. Get no-watermark URLs, complete metadata, and multi-country support with consistent, dependable results.

🎯 Key Benefits

  • ⚑ Fast & Reliable - 90%+ success rate with residential proxies and enterprise infrastructure
  • πŸ“Ή No-Watermark Videos - Clean URLs without TikTok branding
  • πŸ”— Permanent Links Available - Generate permalinks that NEVER expire (unlike TikTok's 2-3 hour URLs)
  • 🌍 9 Countries Supported - US, UK, Canada, Australia, Germany, France, Japan, Brazil, India
  • πŸ›‘οΈ Robust Performance - Consistent results with advanced proxy rotation and error handling
  • πŸ“Š Complete Metadata - Views, likes, shares, comments, author info
  • ♾️ Long-term Storage - Archive viral content with permanent, downloadable links
  • πŸ”§ Production Ready - Built for scale with comprehensive monitoring and failover systems

πŸ“Š Performance & Reliability

Enterprise-grade infrastructure designed for consistent results

MetricPerformance
Success Rate90%+ with residential proxies
Speed~100 videos in 2-3 minutes
Uptime99.9% availability
Data FreshnessReal-time trending data

Built with redundant systems and automatic failover for maximum reliability

πŸ“₯ Input Parameters

{
"country":"United States",
"numberOfVideos":20,
"downloadCoverImage":false,
"downloadVideo":false,
"generatePermalinks":false,
"useApifyProxy":true,
"proxyType":"RESIDENTIAL",
"webhookUrl":"https://your-api.com/webhook"
}

Parameters Explained

  • country - Target country for trending videos
  • numberOfVideos - How many trending videos to fetch (1-100)
  • downloadCoverImage - Get thumbnail images
  • downloadVideo - Get no-watermark video URLs
  • generatePermalinks - Generate permanent storage links for videos (see Permalink feature below)
  • useApifyProxy - Use Apify's proxy service (recommended)
  • proxyType - DATACENTER (free) or RESIDENTIAL (better success)
  • webhookUrl (optional) - Your API endpoint to receive the scraped data

πŸ“€ Output Format

{
"video_id":"7234567890123456789",
"url":"https://www.tiktok.com/@username/video/7234567890123456789",
"title":"Video caption/description",
"author":"username",
"author_nickname":"Display Name",
"views":1500000,
"likes":250000,
"shares":15000,
"comments":5000,
"trending_position":1,
"country":"United States",
"stats":{
"views":1500000,
"likes":250000,
"shares":15000,
"comments":5000
},
"media_urls":{
"video":"https://...",// no-watermark URL
"cover":"https://..."// thumbnail URL
},
"music":{
"title":"Song Name",
"author":"Artist Name"
},
"created_at":"2024-01-15T10:30:00Z",
"permalink":"https://..."// Only if generatePermalinks is true
}

πŸš€ Quick Start

Using Apify Console

  1. Click "Try for free" button
  2. Select your country
  3. Set number of videos
  4. Choose proxy type (RESIDENTIAL recommended)
  5. Click "Start"
  6. Get results in JSON!

Using API

// Node.js example
const{ ApifyClient }=require('apify-client');
const client =newApifyClient({
token:'YOUR_API_TOKEN',
});
const input ={
country:"United States",
numberOfVideos:50,
useApifyProxy:true,
proxyType:"RESIDENTIAL"
};
const run =await client.actor("fetchly/tiktok-trends-api").call(input);
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(items);
# Python example
from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run_input ={
"country":"United States",
"numberOfVideos":50,
"useApifyProxy":True,
"proxyType":"RESIDENTIAL"
}
run = client.actor("fetchly/tiktok-trends-api").call(run_input=run_input)
items = client.dataset(run["defaultDatasetId"]).list_items().items
for item in items:
print(f"#{item['trending_position']}: {item['title'][:50]}...")
print(f"Views: {item['views']:,}, Likes: {item['likes']:,}")

🎯 Use Cases

  • πŸ“ˆ Trend Analysis - Track what's going viral in different countries
  • 🎬 Content Creation - Find trending sounds and formats for your content
  • 🏒 Market Research - Understand regional content preferences
  • πŸ“Š Competitive Intelligence - Monitor competitor viral content
  • πŸ€– Automation - Auto-post trending content to your platforms

βš™οΈ Advanced Features

πŸ”— Permalink Feature (NEW!)

Generate permanent storage links for TikTok videos that never expire:

  • What it does: Automatically uploads videos to a permanent storage server
  • How to enable: Set generatePermalinks: true in your input
  • Output: Adds a permalink field to each video with a permanent URL
  • Benefits:
    • βœ… Links never expire (unlike TikTok CDN URLs which expire in 2-3 hours)
    • βœ… Direct download support (no authentication needed)
    • βœ… Reliable long-term storage for your collected videos
    • βœ… Perfect for archiving viral content

Media Downloads

The scraper provides video and cover image URLs:

  • Video URLs: When downloadVideo is enabled, the video files are stored on APIFY.
  • Cover URLs: When downloadCoverImage is enabled, cover image URLs are stored on APIFY.
  • Webhook integration: Use the webhookUrl parameter to send JSON data to your API

Proxy Configuration

For best results, use RESIDENTIAL proxies:

  • βœ… 90%+ success rate
  • βœ… Avoid TikTok blocks
  • βœ… Accurate geo-location

Custom Proxies

You can also use your own proxies:

{
"useApifyProxy":false,
"proxies":[
{
"host":"proxy.example.com",
"port":8080,
"username":"user",
"password":"pass"
}
]
}

πŸ“Š Performance Metrics

  • Speed: ~100 videos in 2-3 minutes
  • Success Rate: 90%+ with residential proxies
  • Data Freshness: Real-time trending data

πŸ†š Why Choose Us?

FeatureUsCompetitors
Success Rate90%+ βœ…Varies
No-watermark URLsβœ…βœ…
Cover imagesβœ…βœ…
Multi-countryβœ… 9 countriesVaries
Documentationβœ… DetailedBasic
Supportβœ… Fast responseVaries
Reliabilityβœ… Enterprise-gradeVaries

πŸ”§ Troubleshooting

"No videos found"

  • Switch to RESIDENTIAL proxies
  • Try a different country
  • Reduce number of videos per run

"Rate limited"

  • Add delays between runs
  • Use proxy rotation
  • Spread requests over time

"CAPTCHA detected"

  • Use RESIDENTIAL proxies (recommended)
  • Reduce request frequency

πŸ’¬ Support

🏷️ Tags

tiktok trends scraper api no-watermark viral social-media data-extraction


Ready to start? Click "Try for free" and experience reliable TikTok trend data collection!

You might also like

TikTok Music Trend API

novi/tiktok-music-trend-api

TikTok Trending Music Scraper. Get real-time insights into popular sounds, discover new artists, and fuel your music discovery applications.

Tiktok Trending API (free-watermark videos)

novi/tiktok-trend-api

Stay ahead of the trends with the TikTok Trend API. Access real-time insights on the latest viral content. Provides no-watermark download link. Optimize your content and engage with the TikTok community using this essential API.

Tiktok User Profile API

novi/tiktok-user-info-api

Get infomation a TikTok profile/user with fast API. Gain access to TikTok user information with remarkable speed and efficiency through our high-performance API. Real-time, authentic data. No pre-built databases.

2.8K

4.1

(9)

X.com Twitter User Search Scraper

xtdata/twitter-x-user-search-scraper

Scrape Twitter (X.com) user profiles instantly. Scrape detailed metrics like follower counts, bios, locations, and verified status using specific search terms. Fast, reliable, and perfect for influencer research and competitor analysis.

127

5.0

(1)

TikTok User Profile Scraper

xtdata/tiktok-user-information-scraper

TikTok Profile Scraper: Extract profile data by username, user ID, or URL. Real-time, authentic data. No pre-built databases. Perfect for market research and influencer analysis. Scrape TikTok profiles easily. No proxy, no limit.

1.2K

5.0

(4)

Fast TikTok API (Simple Result)

novi/fast-tiktok-api-with-simple-result

Twitter (X.com) User Info Scraper

xtdata/twitter-x-user-info-scraper

Extract comprehensive Twitter (X.com) data with our User Info Scraper. Scrape detailed profiles, followers, and following lists by username or numeric ID. Supports batch processing, pagination, and custom mapping. Reliable, high-speed, and requires no login. Perfect for professional lead generation.

TikTok Followers API

novi/tiktok-followers-api

This API provides a list of followers for a given TikTok user. It retrieves follower information, including details like username, ID, and profile picture.

TikTok Hashtag Trends Scraper

crawlerbros/tiktok-hashtag-trends-scraper

Track trending TikTok hashtags from the Creative Center. Returns rank, post count, video views, popularity curve, and top creators for each trending hashtag.

Fast TikTok API (free-watermark videos)

novi/fast-tiktok-api

Fastest TikTok API for Trend, Hashtag, Search, Music, User, Comment. Real-time, authentic data. No pre-built databases. Provides no-watermark video download links.

2.1K

4.9

(6)