Block 1 - On form submission
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 2.2
This workflow is provided as-is. Please review and test before using in production.
Automated YouTube Video Metadata Extraction Workflow Description: This workflow leverages the YouTube Metadata API to automatically e...
n8n-nodes-base.formtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.stickynote, n8n-nodes-base.googledocs
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Evoort Solutions.
Original n8n.io sourceDescription: This workflow leverages the YouTube Metadata API to automatically extract detailed video information from any YouTube URL. It uses n8n to automate the entire process and stores the metadata in a neatly formatted Google Docs document.
Perfect for content creators, marketers, and researchers who need quick, organized YouTube video insights at scale.
This node acts as the trigger. When a user submits a form containing a YouTube video URL, the workflow is activated.
Webhook or n8n Form TriggerThis node sends the video URL to the YouTube Metadata API via HTTP request.
Action: GET request
Headers:
-H "X-RapidAPI-Key: YOUR_API_KEY"
-H "X-RapidAPI-Host: youtube-metadata1.p.rapidapi.com"
Endpoint Example:
https://youtube-metadata1.p.rapidapi.com/video?url=YOUTUBE_VIDEO_URL
Output: JSON with metadata like:
This node reformats the raw metadata into a clean, human-readable text block.
Example Output Format:
๐ฌ **Title:** How to Build Workflows with n8n
๐งพ **Description:** This tutorial explains how to build...
๐ค **Channel:** n8n Tutorials
๐
**Published On:** 2023-05-10
โฑ๏ธ **Duration:** 10 minutes, 30 seconds
๐๏ธ **Views:** 45,678
๐ **Likes:** 1,234
๐ฌ **Comments:** 210
๐ **URL:** https://youtube.com/watch?v=abc123
This node connects to your Google Docs and appends the formatted metadata into a selected document.
Document Format Example:
## ๐ Video Entry โ [Date]
๐ฌ **Title:**
๐งพ **Description:**
๐ค **Channel:**
๐
**Published On:**
โฑ๏ธ **Duration:**
๐๏ธ **Views:**
๐ **Likes:**
๐ฌ **Comments:**
๐ **URL:**
---
Go to Google Docs and create a new document.
Name it (e.g., YouTube Metadata Report).
Optionally, add a title or table of contents.
Copy the Document ID from the URL:
https://docs.google.com/document/d/DOCUMENT_ID/edit
Append Content to Document Node in n8nUse the Google Docs node in n8n with:
Append Contentthumbnail_url to embed preview images.| Issue | Solution |
|---|---|
| โ Auth Error (Google Docs) | Ensure correct OAuth redirect URI and permissions. |
| โ API Request Fails | Check API key and request structure; test on RapidAPI's playground. |
| ๐ Doc Not Updating | Verify Document ID and sharing permissions. |
| ๐งพ Bad Formatting | Debug the code node output using logging or console in n8n. |
| ๐ n8n Timeout | Consider using Wait or Split In Batches for large submissions. |
You can deploy this workflow in just minutes using n8n.
๐ Start Automating with n8n
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Extract YouTube Video Metadata and Save to Google Docs using RapidAPI |
|---|---|
| Complexity | intermediate |
| Nodes | 9 |
| Categories | Market Research |
| Author | Evoort Solutions |
| Published | 20 Aug 2025 |
Use the JSON export at /data/workflows/7628/7628.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Automated YouTube Video Metadata Extraction Workflow Description: This workflow leverages the YouTube Metadata API to automatically e...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research use case.