List All Videos On A Youtube Channel | Free Access

Choose your file type (ZIP) and delivery method (Email). Google will generate a CSV or Excel file containing your video titles, URLs, and descriptions.

Go to the channel's homepage and copy its (the string of characters after /channel/ in the URL).

Replace the first two letters of the ID ( UC ) with UU . This will open a playlist containing every video the channel has ever uploaded. list all videos on a youtube channel

You can use a simple JavaScript snippet to grab all titles and URLs directly from the page:

Paste this URL into your browser: https://youtube.com[CHANNEL_ID] Choose your file type (ZIP) and delivery method (Email)

Paste a script (available on sites like BrendG ) to extract all tags with video links. Copy the results into . 3. Professional Method: Using the YouTube Data API

Go to the channel's tab and scroll to the bottom so all videos are loaded. Right-click anywhere and select Inspect > Console . Replace the first two letters of the ID ( UC ) with UU

Create a project in the Google Cloud Console and enable the "YouTube Data API v3".

Use the playlistItems.list method with that Uploads ID. This returns a paginated list of every video, including IDs, titles, and thumbnails.