Automate fetching detailed YouTube channel metadata (subscribers, views, keywords) via RapidAPI and save the formatted report directly into Google Docs using this powerful n8n workflow.
Download this n8n workflow template and start using it instantly.
This powerful n8n workflow solves the tedious problem of manually collecting and structuring YouTube channel data. It functions as a complete extraction and reporting tool. By initiating the process via a simple web form (the starting n8n trigger), the automation seamlessly queries a specialized RapidAPI service for deep metadata—including statistics, channel branding, and keywords. The true intelligence of this n8n workflow lies in the custom Code n8n node, which cleans, organizes, and visually enhances the raw JSON response into a professional report format. Finally, the structured data is automatically appended to a specified Google Docs document. This setup demonstrates how effective n8n templates can be for centralizing competitive intelligence or audience research.
This automation follows a linear, four-step process, starting with a user input:
On form submission). This defines the data required for the rest of the flow.YouTube Channel Metadata n8n node (an HTTP Request node). This node calls the specified RapidAPI endpoint, authenticating with API keys, to retrieve comprehensive channel JSON data.Reformat Code n8n node takes the verbose JSON response. It carefully extracts necessary fields like subscriber count, video count, description, and keywords. This n8n node then uses JavaScript to compile this data into a neatly formatted, human-readable markdown string (including emojis for clarity).docContent) is sent to the Add Data in Google Docs n8n node. Using Service Account credentials, this n8n node updates a specified Google Docs file by inserting the newly generated channel report, completing the automated data logging process.To deploy this n8n workflow template successfully, follow these steps:
YouTube Channel Metadata n8n node.x-rapidapi-key header with your actual RapidAPI key.Add Data in Google Docs n8n node, provide the exact URL of the Google Doc where the data should be appended.On form submission n8n trigger to start testing the process.This n8n workflow relies on powerful automation components:
On form submission (Form Trigger): This node acts as the entry point and primary n8n trigger. It creates a public web form that accepts a single input: the YouTube Channel URL, which initializes the n8n workflow execution.
YouTube Channel Metadata (HTTP Request n8n node): This node handles external integration. Key configurations include the POST method, sending the submitted URL as form data, and using custom headers (x-rapidapi-host and x-rapidapi-key) to authenticate with the RapidAPI service.
Reformat (Code n8n node): Essential for data processing, this custom n8n node contains JavaScript logic. It specifically extracts key data points (snippet, statistics, brandingSettings) from the API response and creates the final structured output variable docContent for consumption by the next step.
Add Data in Google Docs (Google Docs n8n node): This final action n8n node uses the 'Update' operation to append the formatted text content (={{ $json.docContent }}) into a specified Google Doc URL. It requires robust Service Account authentication to ensure reliable API calls.
Use this robust n8n workflow to automatically crawl and extract all URLs from complex sitemaps and nested sitemap indexes, crucial for deep SEO analysis and auditing.

Use this powerful n8n workflow to automatically extract links from Gmail, scrape data from the linked web page using HTML selectors, process the information, and save it to Google Sheets.

Automate the creation of viral short clips from YouTube videos using this powerful n8n workflow. It leverages yt-dlp, FFmpeg, and Google Gemini AI to analyze transcripts, identify peak moments, perform 9:16 cropping, and burn dynamic subtitles automatically. Use this n8n template for fast content creation.

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.

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 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.









































