๐Ÿ“Š Extract YouTube Channel Metadata to Google Docs using RapidAPI

โšก 90 views ยท ๐Ÿ“Š Market Research & Insights

๐Ÿ’ก Pro Tip โ€” YouTubeโ€™s API quotas can be a bottleneck when youโ€™re pulling data at scale. ScraperNode is a community node with dedicated scrapers for channels, videos, and comments โ€” no quota limits, just structured data.

View All Scrapers

Description

Automate YouTube Channel Metadata Extraction to Google Docs

Description:
This workflow leverages the powerful YouTube Metadata API to automatically extract detailed metadata from any YouTube channel URL. Using the YouTube Metadata API, it collects information like subscribers, views, keywords, and banners, reformats it for readability, and saves it directly to Google Docs for easy sharing and record-keeping. Ideal for marketers, content creators, and analysts looking to streamline YouTube channel data collection.

By integrating the YouTube Metadata, this workflow ensures accurate and up-to-date channel insights fetched instantly from the source.


Node-by-Node Explanation

1. On form submission

Triggers the workflow when a user submits a YouTube channel URL via a web form, starting the metadata extraction process.

2. YouTube Channel Metadata (HTTP Request)

Calls the YouTube Metadata API with the provided channel URL to retrieve comprehensive channel details like title, subscriber count, and banner images.

3. Reformat (Code)

Transforms the raw API response into a clean, formatted string with emojis and markdown styling for easy reading and better presentation.

4. Add Data in Google Docs

Appends the formatted channel metadata into a specified Google Docs document, providing a centralized and accessible record of the data.


Benefits of This Workflow


Use Cases


By leveraging the YouTube Metadata, this workflow provides an efficient, scalable solution to extract and document YouTube channel metadata with minimal manual input.


๐Ÿ”‘ How to Get Your API Key for YouTube Metadata API

  1. Visit the API Page:
    Go to the YouTube Metadata on RapidAPI.

  2. Sign Up/Login:
    Create an account or log in if you already have one.

  3. Subscribe to the API:
    Click โ€œSubscribe to Testโ€ and choose a plan (free or paid).

  4. Copy Your API Key:
    After subscribing, your API Key will be available in the โ€œX-RapidAPI-Keyโ€ section under โ€œEndpointsโ€.

  5. Use the Key:
    Include the key in your API requests like this:

    -H "X-RapidAPI-Key: YOUR_API_KEY"

Create your free n8n account and set up the workflow in just a few minutes using the link below:

๐Ÿ‘‰ Start Automating with n8n

๐Ÿ”— Nodes Used

HTTP Request, Google Docs, n8n Form Trigger

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup