Scrape and download trending videos from any YouTube channel, sorted by views, likes, and comments. Customize your search with filters like date range and engagement metrics. Export data in multiple formats, including HTML, JSON, CSV, Excel, XML, and RSS feed, for easy analysis and integration.
YouTube, as we know, is a colossal platform with millions of videos uploaded daily. But have you ever wondered how to find out which videos from a particular channel are really making waves? This tool does just that! It allows you to track and discover trending videos from any YouTube channel with ease.
This scraper helps you extract popular videos from a specific YouTube channel, including:
The current version of the YouTube Trending Videos Finder can return up to 500 results per search query. However, various factors affect the maximum number of results, including channel size and engagement level. For your use case, it’s recommended to run a test to determine the ideal parameters.
This scraper uses a cost-per-result model, meaning you only pay for the successful results retrieved. The price is $1.00 per 1,000 results. For a typical result of 500 trending videos, the estimated cost would be $0.50.
It’s super easy to find trending videos from a specific YouTube channel. Just enter the channel ID or URL, and set any additional parameters as needed for your search.
1{ 2 "queries": [ 3 "apify tutorials", 4 "api development tips", 5 "API tutorials" 6 ] 7} 8For more optional parameters and their default values, refer to the Input Schema tab. 9 10Output Format 11The output data is saved to a dataset, which you can download in various formats (JSON, CSV, XML, etc.). 12 13Example Output 14json 15Copy code 16{ 17 "video_id": "aysrmDYhEqg", 18 "title": "Build an AI SaaS in 30 Minutes (Next.js, Supabase, Stripe, LEAP AI, Vercel)", 19 "author": null, 20 "number_of_views": 24825, 21 "video_length": "36:13", 22 "description": null, 23 "is_live_content": null, 24 "published_time": "8 months ago", 25 "channel_id": "UCqrILQNl5Ed9Dz6CGMyvMTQ", 26 "category": null, 27 "type": "NORMAL", 28 "keywords": [], 29 "thumbnails": [ 30 { 31 "url": "https://i.ytimg.com/vi/aysrmDYhEqg/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLC4lZRlMqATp9n9GAEBrWr0k9BH_w", 32 "width": 168, 33 "height": 94 34 }, 35 { 36 "url": "https://i.ytimg.com/vi/aysrmDYhEqg/hqdefault.jpg?sqp=-oaymwEbCMQBEG5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLCknJhfw2uNEBmCkfs1XZkjPFLIZw", 37 "width": 196, 38 "height": 110 39 }, 40 { 41 "url": "https://i.ytimg.com/vi/aysrmDYhEqg/hqdefault.jpg?sqp=-oaymwEcCPYBEIoBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCqr_5v-he_Bf_-kktOVilbPFTJRw", 42 "width": 246, 43 "height": 138 44 }, 45 { 46 "url": "https://i.ytimg.com/vi/aysrmDYhEqg/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBxaQgboF9Gu2Iln2P43lFTj4K_nw", 47 "width": 336, 48 "height": 188 49 } 50 ] 51 },
YouTube Trending Videos Finder can connect with various cloud services and web apps, thanks to integrations with Make, Zapier, Google Sheets, and more. You can even set up webhooks to get notified whenever the scraper completes a run.
The Apify API provides programmatic access to manage, schedule, and run Actors. With RESTful HTTP endpoints, you can control Actor performance, fetch results, and much more. Use apify-client NPM or PyPI packages to integrate with Node.js or Python.
Want more than just trending videos? You can build a custom scraper using our open-source library, Crawlee. Add it to Apify Store or keep it private for your needs.
We’re continuously improving! For technical feedback, feature requests, or to report bugs, please visit the Issues tab in Apify Console.
Let’s make finding YouTube’s trending content easier and more powerful than ever!
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!