Skip to main content

Summarize YouTube videos into structured content ideas with AI and Airtable

Workflow preview

Summarize YouTube videos into structured content ideas with AI and Airtable preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

Overview

Extract the main idea and key takeaways from YouTube videos and turn them into Airtable content ideas

πŸ“ Description

Automatically turn YouTube videos into clear, structured content ideas stored in Airtable. This workflow pulls new video links from Airtable, extracts transcripts using a RapidAPI service, summarizes them with your favourite LLM, and logs the main idea and key takeawaysβ€”keeping your content pipeline fresh with minimal effort.

βš™οΈ What It Does

Scans Airtable for new YouTube video links every 5 minutes.

Extracts the transcript of the video using a third-party API via RapidAPI.

Summarizes the content to generate a main idea and takeaways.

Updates the original Airtable entry with the insights and marks it as completed.

πŸ›  Prerequisites

Before using this template, make sure you have:

βœ… A RapidAPI account with access to the youtube-video-summarizer-gpt-ai API.

βœ… A valid RapidAPI key.

βœ… An OpenAI, Claude or Gemini account connected to n8n.

βœ… An Airtable account with a base and table ready.

🧰 Setup Instructions

Clone this template into your n8n workspace.

Open the Get YouTube Sources node and configure your Airtable credentials.

In the Get video transcript node:

Enter your X-RapidAPI-Key under headers.

The API endpoint is pre-configured.

Connect your LLM credentials to the Extract detailed summary node.

(Optional) Adjust the summarization prompt in the LangChain node to better suit your tone.

Set your preferred schedule in the Trigger node.

πŸ“‹ Airtable Setup

Create a base (e.g., Content Hub) with a table named Ideas and the following columns:

Column Name Type Required Notes
Type Single select βœ… Must be set to Youtube Video
Source URL βœ… The YouTube video URL
Status Checkbox βœ… Leave empty initially; updated after processing
MainIdea Single line text βœ… Summary generated by OpenAI
Key Takeaways Long text βœ… List of takeaways extracted from the transcript

Activate the workflowβ€”and you're done!