On A Youtube Channel | List All Videos
Go to the channel's tab and scroll to the bottom so all videos are loaded. Right-click anywhere and select Inspect > Console .
You can use a simple JavaScript snippet to grab all titles and URLs directly from the page:
Every YouTube channel has a "hidden" uploads playlist. list all videos on a youtube channel
Replace the first two letters of the ID ( UC ) with UU . This will open a playlist containing every video the channel has ever uploaded.
Use the playlistItems.list method with that Uploads ID. This returns a paginated list of every video, including IDs, titles, and thumbnails. Go to the channel's tab and scroll to
For creators who need a spreadsheet for auditing or data analysis, there are several reliable ways to "scrape" this data into a manageable format. Your own channel data VidIQ Extension Competitive research & SEO metrics ExportComments.com Quick, automated web tool Browser Console Script Tech-savvy users wanting URLs fast Using Google Takeout (For Your Own Channel) Visit Google Takeout and sign in to your YouTube account. Deselect everything except YouTube and YouTube Music . Under "All YouTube data included," select only "videos" .
If you just want to see everything in one place without downloading data, these URL and interface hacks are your best bet. Replace the first two letters of the ID ( UC ) with UU
Use the channels.list method with the contentDetails part to find the relatedPlaylists.uploads ID for the target channel.
Create a project in the Google Cloud Console and enable the "YouTube Data API v3".
