Export a YouTube Playlist
If you've created a large playlist on YouTube, or many playlists, and you want to get a list of videos out, you can use the Youtube API SyncWith to pull them into a live updated Google Sheet, or export them as CSV to use in Excel etc.
Step 1: Find playlist ID
We'll use the Playlists: list endpoint from the YouTube API to get a list of your playlists. Connect your Google Account via OAuth, then click submit to see your playlists.
YouTube Playlists
Please fill in any necessary fields and click Run.
GET
Preview
View the API data, get a live Google Sheet dashboard
kind | id |
---|---|
Get a live Google Sheet
Export your data to a google sheet, with the SyncWith Addon, or download to CSV
Automatically updated
Schedule your data to update hourly or daily
Add data sources
Import additional data from other apps
Build reports & dashboards
Easily build live reports within Google Sheets
Step 2: Retrieve that playlist
We'll use the PlaylistItems: list endpoint to get all the items in a specific playlist. Get the ID of one of your playlists above, and enter it below.
You can ask for different information — instead of
snippet
, you could also try contentDetails
, or even both at the same time by entering snippet,contentDetails
YouTube PlayList
Please fill in any necessary fields and click Run.
GET
Preview
View the API data, get a live Google Sheet dashboard
publishedAt | title | description | videoId |
---|---|---|---|
Get a live Google Sheet
Export your data to a google sheet, with the SyncWith Addon, or download to CSV
Automatically updated
Schedule your data to update hourly or daily
Add data sources
Import additional data from other apps
Build reports & dashboards
Easily build live reports within Google Sheets
Looking to do More with the YouTube API?
Check out some of our other YouTube content:
- Get your youtube channel id
- Export youtube subscribers count
- Instructions on how to export youtube playlist
- Utilizing the analytics api for youtube
- Setting up a Youtube analytics spreadsheet
- Exporting your youtube view count