Keep your video list current without copy and paste. The flow reads YouTube channel IDs from one Google Sheet and fills another sheet with video titles, links, and publish dates. It suits marketing and content teams that watch many channels.
You start it with a manual run. It pulls channel IDs from Sheet3 using a Google Sheets service account. For each channel it calls the YouTube Search API with an API key, follows next page tokens to collect full results, and splits the response into single items. It maps clean fields for title, video URL, and publish date, then writes rows to Sheet2 with append or update to keep your catalog fresh.
You will need a Google service account with access to the spreadsheet and a YouTube Data API key from Google Cloud. After setup, a single run builds a fresh catalog in minutes and replaces hours of manual work. Use it for campaign reporting, competitor tracking, and building a master feed for analytics.