YouTube Automation Workflows
438 ready-made YouTube workflows for n8n, Make, Zapier, Activepieces, and Pipedream. Content pipelines: transcripts, uploads, analytics, and repurposing workflows.
Automate YouTube Chapter Creation with Gemini AI and YouTube Data API
This workflow leverages the YouTube Data API v3 and Google Gemini AI to automatically generate timestamped chapters for YouTube videos by analyzing subtitles. It enhances viewer navigation, boosts SEO, and saves time for content creators by automating the chapter creation process.
n8n$9.99Automate Viral YouTube Video Analysis and Export to Google Sheets
Effortlessly analyze YouTube videos for viral potential by evaluating engagement metrics and export the results to Google Sheets for easy review and sharing.
n8n$14.99Automate YouTube Metadata Creation with AI and Google Docs
This n8n workflow automates the generation of YouTube video metadata using AI. It extracts video transcripts, analyzes content, and produces optimized titles, descriptions, tags, and call-to-action elements. Additionally, it integrates affiliate and promotional links to enhance video performance.
n8n$9.99Create a Custom YouTube Video RSS Feed with Redis Caching
Generate a personalized RSS feed of YouTube videos from your favorite channels, complete with Redis caching for efficient data retrieval.
n8n$19.99YouTube Video to WordPress Blog Automation with Gemini AI & Affiliate Integration
# YouTube to WordPress AI-Powered Automation **Transform your YouTube content into professional blog posts automatically!** This n8n template seamlessly converts your YouTube videos into fully-formatted, SEO-optimized WordPress blog posts using AI-powered content generation—all without lifting a finger. --- ## What This Automation Does - **Monitors your YouTube channel** for new video uploads - **Extracts key video information** (title, description, URL, thumbnail) - **Leverages AI** to generate comprehensive blog content based on video material - **Creates SEO-optimized titles, excerpts, and tags** - **Formats posts beautifully** with embedded videos and proper HTML structure - **Publishes directly to WordPress** via secure API connection - **Runs on your schedule** - daily, weekly, or after each new upload  --- ## Step-by-Step Video Tutorial **Watch the implementation tutorial:** [](https://youtu.be/IkFgllPNkCo) *See the complete workflow setup and content transformation in action.* --- ## Useful Links - **Get started with n8n Cloud**: [https://n8n.io/cloud/](https://n8n.syncbricks.com) - **YouTube Data API documentation**: [https://developers.google.com/youtube/v3](https://developers.google.com/youtube/v3) - **WordPress REST API handbook**: [https://developer.wordpress.org/rest-api/](https://developer.wordpress.org/rest-api/) - **OpenAI API documentation**: [https://platform.openai.com/docs/api-reference](https://platform.openai.com/docs/api-reference) --- ## Prerequisites - [n8n installation (self-hosted or cloud)](https://syncbricks.com/self-hosting-n8n-on-ubuntu-24-04-a-step-by-step-guide/) - YouTube Data API key - AI provider API key (OpenAI, Google Gemini, etc.) - WordPress website with REST API enabled - WordPress application password for secure authentication --- ## Step-by-Step Implementation ### YouTube Video Detection - YouTube RSS Feed link to fetch new video automatically - Implement filtering to process only videos not yet published to WordPress ### Content Preparation - Extract essential video metadata (ID, title, description, thumbnail URL) - Structure the information for AI processing and WordPress publication - Format video thumbnails for use as featured images in blog posts ### AI Content Generation - Configure your preferred AI provider (OpenAI, Gemini, etc.) - Create detailed prompts that instruct the AI to: - Maintain your brand voice and writing style - Structure content with proper headings and subheadings - Creates Internal Links from existing blog posts - Create External links using affiliate links and other link databases. - Engaging SEO friendly. - Automatically monetizes by embedding social [PartnerStack](https://try.partnerstack.com/syncbricks) Links - Include key points from the video - Generate SEO-friendly paragraphs and conclusions ### Content Enhancement - Format the AI-generated content with proper HTML structure - Add responsive embedded YouTube player - Include attribution links back to original video - Create custom intro and conclusion sections ### WordPress Publishing - Securely connect to WordPress via REST API - Set post parameters (title, content, excerpt, categories, tags) - Configure post status (publish immediately or save as draft) - Add featured image using video thumbnail ### Notification & Logging - Receive email or Slack notifications when new posts are published - Log workflow executions for troubleshooting - Track successful publications for reporting --- ## Automatic Affiliate Marketing Integration Transform your blog posts into passive income generators by automatically embedding relevant affiliate links based on your video content: ### [PartnerStack Integration](https://try.partnerstack.com/syncbricks) - **Dynamically fetch relevant affiliate links** from your PartnerStack account - **Intelligently match products** to video content using AI-powered relevance scoring - **Automatically insert formatted affiliate links** with proper disclosure notices - **Track performance metrics** for each generated post's affiliate conversions ``` Example setup: Connect PartnerStack API → Filter relevant products → Insert links in strategic post positions ``` ### Custom Affiliate Database via Airtable - Create a centralized **product-keyword Airtable database**: - Product name and description - Affiliate link with your unique ID - Category and keyword triggers - Commission rates and expiration dates - **Auto-scan blog content** to identify keyword matches - **Insert highest-converting links** based on historical performance - **Rotate affiliate links** to test different products and placements 
n8n$14.99Automate Viral YouTube Titles and Thumbnails Creation with n8n and Apify
This workflow helps content creators and marketers generate viral YouTube titles and thumbnails by leveraging AI and web scraping. It automates the process of analyzing top-performing videos and generating optimized titles and thumbnails.
n8n$24.99Automate Video Uploads to YouTube and LinkedIn from Google Sheets
Streamline your content distribution by automatically uploading new videos to YouTube and LinkedIn using links from Google Sheets. Enhance your online presence and ensure timely engagement with your audience.
Make$4.99Gather Complete YouTube Channel Data to Google Sheets
### This N8N template demonstrates how to use our tool to collect key information from any YouTube channel - including title, description, custom URL, stats (views, subscribers, videos), creation date, country, keywords, thumbnails, and channel ID. Everything is fetched and saved directly in a linked Google Sheet. Use cases are many: Whether you're part of an MCN or YouTube channel network, a digital marketing agency, an influencer analyst, or a growth-focused YouTube consultant, this tool helps you instantly access detailed channel data for scouting, benchmarking, and strategic planning. It's perfect for competitive research, brand vetting, or building your next performance dashboard. ## How It Works - The workflow starts when you manually click **Test Workflow** or **Execute Workflow** in N8N. - It reads through the list of **full channel URLs or custom channel URLs** from the **Channel URLs** tab in a connected Google Sheet. Only the URLs marked with the **Ready** status will be processed. - The tool loops through each row and prepares the necessary data for the YouTube API call later. - A **Switch** node detects the URL type of each input (whether it's a full or custom channel URL) and routes it accordingly. - Based on the input type, the appropriate YouTube API endpoint is triggered to fetch channel metrics. - It checks whether the API call is successful before continuing: - If successful, the fetched data is written back to the connected Google Sheet in the same row and the row's status is updated to **Finished**. - If it fails, the row's status is updated to **Error**. ## How to Use - Download the workflow package. - Import the workflow package into your N8N interface. - Duplicate the [**YouTube - Get Channel Information** Google Sheet template](https://docs.google.com/spreadsheets/d/1easnNMrm8ovxhlZQwPUge6UbPnUVFKBeaQY5EmmG1gM/edit?gid=426418282#gid=426418282) into your Google Sheets account. - Set up **Google Cloud Console** credentials in the following nodes in N8N, ensuring enabled access and suitable rights to Google Sheets and YouTube services: + For Google Sheets access, ensure each node is properly connected to the correct tab in your connected Google Sheet template: Node **Google Sheets - Get Channel URLs** connected to tab **Channel URLs**; Node **Google Sheets - Update Data** connected to tab **Channel URLs**; Node **Google Sheets - Update Data - Error** connected to tab **Channel URLs**. + For YouTube access, set up a GET method to connect to YouTube API in the following nodes: Node **HTTP Request - Get Comments For Video URLs 1**; Node **HTTP Request - Get Comments For Video URLs 2**. - In your connected Google Sheet, enter the full or custom channel URLs that you want to crawl and set the row's status to **Ready**. - Run the workflow by clicking **Execute Workflow** or **Test Workflow** in N8N. - View the results in your Google Sheet: Successful fetches will update channel data in the same row in **Channel URLs** tab and the row's status is updated to **Finished**; otherwise, the row's status will be changed to **Error**. ## Requirements - Basic setup in Google Cloud Console (OAuth or API Key method enabled) with enabled access to YouTube and Google Sheets. ## How to Customize - By default, the workflow is manually triggered in N8N. However, you can automate the process by adding a Google Sheets trigger that monitors new entries in your **YouTube - Get Channel Information** template and starts the workflow automatically. ## Need Help? Join our community on different platforms for support, inspiration, and tips from others. Website: https://www.agentcircle.ai/ Etsy: https://www.etsy.com/shop/AgentCircle Gumroad: http://agentcircle.gumroad.com/ Discord Global: https://discord.gg/d8SkCzKwnP FB Page Global: https://www.facebook.com/agentcircle/ FB Group Global: https://www.facebook.com/groups/aiagentcircle/ X: https://x.com/agent_circle YouTube: https://www.youtube.com/@agentcircle LinkedIn: https://www.linkedin.com/company/agentcircle
n8n$9.99Automate YouTube Shorts Creation with AI Tools
Streamline the production of YouTube Shorts by automating scriptwriting, voiceovers, and video editing using AI technologies.
n8n$14.99Track YouTube Trends by Country and Language with RapidAPI and Google Sheets
Discover trending YouTube videos by country and language using this automated n8n workflow. This workflow utilizes the YouTube Trend Finder API and logs insights into Google Sheets, making it ideal for content creators, marketers, and researchers.
n8n$9.99Automate Cinematic Quote Video Creation and YouTube Upload
Streamline the creation of cinematic quote videos with AI-generated visuals and audio, and automate their upload to YouTube.
n8n$14.99Automate YouTube Video Uploads with Content Generation via ChatGPT
Streamline your video upload process to YouTube by automatically generating engaging content with ChatGPT and retrieving files from Dropbox.
Make$4.99Automate YouTube Video Search and Transcript Retrieval with Apify
This workflow automates the process of searching YouTube videos and retrieving their transcripts using Apify, making it easier to analyze and extract insights from video content.
n8n$14.99Automate Trending Video Detection on YouTube Using Competitor Analysis
This n8n workflow identifies trending YouTube videos by analyzing competitor channels for outliers that significantly outperform average views. It streamlines content research by automating data collection and analysis.
n8n$14.99Automate YouTube Video Repurposing into Diverse Content Formats with AI and Airtable
This workflow enables content creators to automatically transform YouTube videos into various content formats using AI and Airtable, maximizing content reach and efficiency.
n8n$19.99Automatically Track New YouTube Videos and Save to Google Sheets
Efficiently monitor new YouTube videos based on custom search criteria and automatically log the details into Google Sheets. This workflow ensures you stay updated with the latest content relevant to your interests.
Make$2.99Automate YouTube Video Summarization with Google Sheets and AI
Effortlessly convert YouTube videos into concise summaries using Google Sheets, Supadata.ai, and DeepSeek AI. Ideal for content creators, researchers, and educators.
n8n$9.99Automate YouTube Video Posts to LinkedIn with Ease
This n8n workflow streamlines the process of converting YouTube videos into captivating LinkedIn posts, making it perfect for content creators and marketers looking to enhance their social media presence. By automating the pipeline, users can save...
n8n$19.99Transcribe YouTube Videos with AI Enhancement via Chat Interface
## About: This workflow automates the transcription of YouTube videos by processing a video URL provided via a chat message. Designed for users who need quick access to video content in text form, this workflow ensures a seamless experience for transcribing videos on demand, regardless of the topic. ## Who is this for? This workflow is designed for individuals who need quick and accurate transcriptions of YouTube videos without watching them in full. It is particularly useful for: - Students who need text-based notes from educational videos. - Researchers looking to extract information from lectures or discussions. - Professionals who prefer reading over watching videos. - Casual users who want an efficient way to summarize video content. ## What problem is this workflow solving? Manually transcribing YouTube videos is time-consuming and prone to errors. Watching long videos just to extract key information is inefficient. This workflow automates transcription, allowing users to quickly convert video content into text. Use cases include: - Summarizing lectures or webinars. - Extracting insights from interviews and discussions. - Creating searchable text from video content. - Generating reference material without watching entire videos. ## What This Workflow Does? This workflow automates the transcription of YouTube videos by: 1. **Accepting Input:** Users provide a YouTube video URL through a chat message. 2. **Processing the Video:** It utilizes an external transcription service to retrieve the full transcript of the YouTube video from the provided URL. 3. **Enhancing Output:** An AI model (OpenAI) refines the transcription for accuracy and readability. 4. **Delivering Results:** The final text transcript is returned to the user via the chat interface. ## Setup: 1. **Install n8n:** Ensure you have n8n installed and running. 2. **Import the Workflow:** Copy the JSON workflow file into your n8n instance. 3. **Configure API Keys:** - Set up your Supadata ([Supadata](https://supadata.ai)) API key for transcription. - Configure the OpenAI ([OpenAI](https://platform.openai.com/api-keys)) API key for additional processing. 4. **Run the Workflow:** Provide a YouTube video URL and receive a transcription in response. ## How to customize this workflow to your needs: The workflow is flexible and can be tailored to suit specific requirements. Here are some customization ideas: - **Language Support:** Adjust the transcription language in both the HTTP Request and OpenAI nodes to support transcriptions in different languages (e.g., French, German). - **Integrate with Other Services:** Store transcriptions in a database, send them via email, or connect with a document management system. - **Notification:** Add a notification node (e.g., email or Slack) to alert you when the transcription is complete, especially for long videos. - **Quality Check:** Integrate an additional AI step to summarize or highlight key points in the transcript for quicker insights. This workflow is designed to be scalable, efficient, and adaptable to various transcription needs. ## Limitations - **Video Length Limitation:** Very long videos may not have a complete transcription due to constraints in processing capacity or service limitations. - **Transcription Dependency:** The accuracy of the transcription relies entirely on the presence of video captions or subtitles. If a video lacks these, no transcription will be generated. - **Access Restrictions:** Private or restricted YouTube videos may not be accessible for transcription due to permission limitations. - **Processing Time:** The time required to process a video can vary significantly, especially for longer videos, depending on the transcription service and server resources. - **Regional Restrictions:** Some YouTube videos may have geographic or regional access limitations, which could prevent the workflow from retrieving the content for transcription.
n8n$9.99Automate YouTube Video Statistics Collection to Google Sheets
Efficiently gather YouTube video statistics such as views, likes, and comments, and store them in Google Sheets for analysis and reporting.
n8n$9.99Evaluate AI Summarization Quality from YouTube Transcripts
This n8n workflow evaluates the accuracy and faithfulness of AI-generated summaries based on YouTube video transcripts. It uses a scoring system to assess the quality of summaries produced by language models.
n8n$14.99Automate YouTube Video Comment Analysis for Insightful Reports
This n8n workflow automates the analysis of YouTube video comments and details to generate comprehensive reports. It provides insights into video performance, audience engagement, and viewer feedback, helping creators identify trends and opportunities for content improvement.
n8n$14.99Automate YouTube Shorts Creation and Upload from Podcasts
Transform podcasts and videos into engaging YouTube Shorts with automated editing, metadata generation, and scheduling to boost your channel's reach.
n8n$14.99Generate YouTube Video Summaries with SearchAPI Transcripts and LLM
## Summarize YouTube Videos using SearchApi & LLM ### Who is this for? This workflow is ideal for **content creators**, **students**, **digital marketers**, **educators**, and **researchers** who want to quickly summarize YouTube videos. ### What problem does this workflow solve? Manually extracting important information from lengthy YouTube videos can be tedious and prone to errors. This workflow streamlines the process by automatically fetching video transcripts using [SearchApi.io](https://www.searchapi.io/) and producing concise, informative summaries through a summarization chain powered by any LLM provider. This allows users to quickly access crucial information without the need for manual transcription or detailed viewing. ### What this workflow does - Fetches the complete transcript of a YouTube video using SearchApi. - Combines the retrieved transcript into a single, continuous text. - Utilizes a **Summarization Chain** with an LLM (e.g., OpenAI models) to create a concise summary of the video content. ### Setup 1. **Install the [SearchApi community node](https://www.npmjs.com/package/@searchapi/n8n-nodes-searchapi)**: - Open **Settings > Community Nodes** inside your self-hosted n8n instance. - Fill **npm Package Name** with `@searchapi/n8n-nodes-searchapi`. - Accept the risk prompt, and hit **Install**. - It should now appear as a node when you search for it. 2. **API Configuration**: - Set up your [SearchApi.io](https://www.searchapi.io/) credentials in n8n. - Add your preferred LLM provider credentials (e.g., OpenAI API). 3. **Input Requirements**: - Provide the YouTube video ID (e.g., `wBuULAoJxok`). 4. **Connect LLM Integration**: - Configure the summarization chain with your chosen model and parameters for text splitting. ### How to customize this workflow to meet your needs - Adjust the summarization model or modify text-splitter parameters to accommodate different lengths and complexities of video transcripts. - Integrate additional nodes to export summaries directly into your preferred tools, such as Google Drive, Slack, or email. - Customize prompt templates in the summarization chain to obtain various summary styles (bullet points, paragraphs, etc.). - Modify the trigger to suit your workflow. ### Example Usage 1. **Input**: YouTube video ID (`wBuULAoJxok`). 2. **Output**: A concise, actionable summary that highlights key ideas, recommendations, and insights from the video.
n8n$9.99
More integrations
Need a custom YouTube workflow?
Our automation experts build tailored YouTube integrations for your exact stack.
Request a Custom Workflow