List All Videos On A Youtube Channel !exclusive! Jun 2026
Use the extension’s built-in selectors to extract video titles, view counts, and URLs directly into your rows. Using Dedicated Web Scrapers (PhantomBuster or Apify)
If you are trying to export a massive channel, ensure your tool handles pagination or run the script multiple times.
| Tool | Link | Features | |------|------|----------| | | tuberank.net | Exports video URLs, titles, views, upload date to CSV | | ExportYouTube | exportyoutube.com | Extracts all video links from any channel | | Comment Picker | commentpicker.com/youtube-channel-videos.php | Exports video data without login |
yt-dlp --get-url --skip-download [CHANNEL_URL] > video_list.txt list all videos on a youtube channel
What is your ? (No-code, command line, or scripting?)
If you only need to view the videos without exporting them into a spreadsheet, YouTube provides a few built-in filtering options. Use the "Videos" Tab and Sorting Filters Navigate to the target YouTube channel. Click on the tab.
Here’s a practical Python script using the requests library to fetch a channel's entire video list via the API. This script uses the superior playlistItems.list endpoint rather than search.list , as the former consumes fewer quota units and is more reliable for getting a complete list. Use the extension’s built-in selectors to extract video
Are you good with computers?You can use a free tool called .It is a powerful, text-based program. Why Use Command Line? It is super fast. It never crashes. It grabs thousands of videos. It saves data as text files. The Simple Command
By default, this shows 30 videos. Scroll down to load more or change the view settings, though it is limited.
Your browser will display an XML document. This document lists every video uploaded to that channel, including: (No-code, command line, or scripting
As noted in this Reddit discussion , you can go to the channel's "Home" or "Videos" page, click "Play All" next to the uploads section, and manually scroll down to load more, then copy-paste the list. This is tedious but requires no extra tools. Conclusion
Organizing your own content for SEO, restructuring playlists, or finding old videos to update.