Use this custom n8n workflow to automatically extract detailed YouTube video metadata via RapidAPI and format the results, saving them directly into Google Docs. Explore pre-built n8n templates for data documentation.
Download this n8n workflow template and start using it instantly.
This powerful n8n workflow provides a robust solution for content managers, SEO specialists, and researchers who need fast, structured documentation of YouTube video details. By utilizing a simple web form as an initial n8n trigger, users can input a YouTube URL and receive a fully formatted data output, including statistics (views, likes, comments), description, tags, and duration, which is then appended directly to a specified Google Docs document. This particular n8n template significantly speeds up research and content auditing by automating the manual extraction process using a custom HTTP Request n8n node and a specialized Code n8n node for data manipulation. This is a highly efficient way to manage documentation within your existing n8n environment.
The automation begins when a user submits a YouTube URL via the 'On form submission' n8n trigger. This custom n8n node provides a public URL for input.
To install and utilize this n8n workflow, follow these steps:
x-rapidapi-key header parameter with your actual key from the YouTube Metadata RapidAPI subscription. On form submission (n8n Trigger): This serves as the starting point of the n8n workflow. It is configured to accept a single mandatory field named url, ensuring the necessary input for the API call is collected.
YouTube Metadata (HTTP Request n8n node): This node handles external communication. It is configured as a POST request, uses multipart-form-data content type, and passes the input url (={{ $json.url }}) in the body. Crucially, it requires custom headers for x-rapidapi-host and x-rapidapi-key to authorize access to the RapidAPI service.
Reformat (Code n8n node): This highly customized n8n node uses JavaScript to iterate over the complex JSON structure returned by the API. It extracts snippet, statistics, and contentDetails, formats tags into a comma-separated string, converts the published date, and generates a structured, multi-line markdown output saved as docContent for downstream use in the n8n workflow.
Append Data in Google Docs (Google Docs n8n node): This final n8n node performs an update operation. Using the text parameter, it inserts the pre-formatted docContent (={{ $json.docContent }}) into the specified Google Docs document.
Use this robust n8n workflow to automate YouTube transcript extraction. Set up an n8n trigger to monitor Google Sheets for new URLs or use a synchronous webhook for instant API results. A powerful n8n template for content analysis.

Build this powerful n8n workflow to automatically search YouTube, scrape channel descriptions using Apify, and use the GPT-4o mini n8n node to extract contact emails cleanly and efficiently for outreach campaigns.

Use this efficient n8n workflow to extract YouTube video metadata (titles, URLs, descriptions, publish dates) from multiple channels and automatically save them into Google Sheets.

Automate extracting YouTube video stats (views, likes, comments, duration) using this powerful n8n workflow. Logs data directly into Google Sheets for analysis.

Automate Zillow property data scraping using this powerful n8n workflow. Extract prices, addresses, and Zestimate values directly into Google Sheets using the Scrape.do API.









































