
Build a YouTube search app from scratch with Google Apps Script and the YouTube API, displaying video ID, title, description, and thumbnails in a spreadsheet.
Set up a standalone Google Apps Script project, enable YouTube Data API v3 via advanced services, and test querying the API to retrieve and log results.
Connect to the YouTube advanced service in Google Apps Script and build a search function that returns video IDs and snippets using a query and max results.
Iterate through the youtube search results, extract each item's video id and snippet title, log them, and prepare a web app to display video links with a reusable search function.
Create a web app with Google Apps Script by implementing doGet, rendering an HTML output from a template, and deploying with dev and executable versions and access controls.
Create a html page with a text input, a search button, and an output area; connect the client side to the Google script backend and use querySelector and prevent default.
Explore fetching data from Google Apps Script on the client side with google.script.run, including success and failure handlers, callbacks, and passing a search word.
Store search results from the YouTube API as a structured array, extracting the video id, title, description, and thumbnails, then render the data on the HTML page for users.
Render YouTube API results on an HTML page by dynamically building boxes with JavaScript, showing video images, titles, descriptions, and links to YouTube watch pages.
Style output results by setting box width to 19%, inline-block display, 400px height, border, and overflow handling. Prepare the YouTube search app for publishing and track results in a spreadsheet.
Learn to connect google apps script with the youtube search api by creating a spreadsheet, opening by id, and appending rows with video id, title, description, snippet, and thumbnails.
Explore Google Apps Script integration for the YouTube Data API by connecting advanced services, building a web app, handling search terms, displaying results, and logging to a spreadsheet.
Write a Google Apps Script to access a folder by its ID, list all files inside, and log each file's name and ID.
Course covers applying Google Apps Script to create an application from scratch
Search YouTube - return the results and output the results into a web app page, or track the results into a spreadsheet.
Source code is included and it is suggested to try the code for yourself.
This is a starter project which you can extend upon and make more advanced functionality
Course covers
Adding YouTube service to Google Apps Script project
Using youTube Service in Google apps Script code
Searching YouTube and returning the results into JSON data
Using results within code to output content
Setting up a webapp with Google Apps Script
Sending data from client side to server side with Google Script
Using JavaScript to create elements and add event listeners to webpage
Writing content to a Google Spreadsheet
Taught by an instructor with over 20 years of experience ready to help you learn more about Google Apps Script
You have nothing to lose - see what amazing things you can build with Google Apps Script.