Skip to main content

Transcribe YouTube videos & create GEO summaries with Whisper and GPT-4o-mini in Notion

Workflow preview

Transcribe YouTube videos & create GEO summaries with Whisper and GPT-4o-mini in Notion preview
Open on n8n.io

Important notice

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

Overview

πŸ“Š Description

Automate your YouTube research workflow by extracting audio from any video, transcribing it with Whisper AI, and generating structured GEO (Goal–Execution–Outcome) summaries using GPT-4o-mini. πŸŽ₯πŸ€– This template transforms unstructured video content into actionable, searchable insights that are automatically stored in Notion with rich metadata. It’s ideal for creators, educators, analysts, and knowledge workers who want to convert long videos into concise, high-quality summaries without manual effort. Perfect for content indexing, research automation, and knowledge-base enrichment. πŸ“šβœ¨

πŸ” What This Template Does

β€’ Triggers on a schedule to continuously process new YouTube videos. ⏰ β€’ Fetches video metadata (title, description, thumbnails, published date) via the YouTube API. πŸŽ₯ β€’ Downloads audio using RapidAPI and prepares it for transcription. 🎧 β€’ Transcribes audio into text using OpenAI Whisper. πŸ“ β€’ Skips invalid entries when no transcript is generated. 🚫 β€’ Merges the transcript with metadata for richer AI context. πŸ”— β€’ Uses GPT-4o-mini to generate Goal, Execution, Outcome, and Keywords via structured JSON. πŸ€–πŸ“Š β€’ Parses the AI-generated JSON into Notion-friendly formats. πŸ” β€’ Creates a Notion page with GEO sections, keywords, and video metadata. πŸ“„πŸ·οΈ β€’ Produces a fully searchable knowledge record for every processed video. πŸ“šβœ¨

⭐ Key Benefits

βœ… Converts long YouTube videos into concise, structured knowledge βœ… AI-powered GEO summaries improve comprehension and recall βœ… Zero manual transcription or note-taking β€” 100% automated βœ… Seamless Notion integration creates a powerful video knowledge base βœ… Works on autopilot with scheduled triggers βœ… Saves hours for educators, researchers, analysts, and content teams

🧩 Features

  • YouTube API integration for metadata retrieval
  • RapidAPI audio downloader
  • OpenAI Whisper transcription
  • GPT-4o-mini structured analysis through LangChain
  • Memory buffer + structured JSON parser for consistent results
  • Automatic Notion page creation
  • Fail-safe transcript validation (IF node)
  • Metadata + transcript merging for richer AI context
  • GEO (Goal–Execution–Outcome) summarization workflow

πŸ” Requirements

  • YouTube OAuth2 credentials
  • OpenAI API key (Whisper + GPT-4o-mini)
  • Notion API integration token + database ID
  • RapidAPI key for YouTube audio downloading
  • n8n with LangChain nodes enabled

🎯 Target Audience

  • YouTubers and content creators archiving their content
  • Researchers and educators summarizing long videos
  • Knowledge managers building searchable Notion databases
  • Automation teams creating video intelligence workflows

πŸ› οΈ Step-by-Step Setup Instructions

  • Add YouTube OAuth2, OpenAI, Notion, and RapidAPI credentials. πŸ”‘
  • Replace the placeholder RapidAPI key in the β€œGet YouTube Audio” node. βš™οΈ
  • Update the Notion database ID where summaries should be stored. πŸ“„
  • Configure the Schedule Trigger interval based on your needs. ⏰
  • Replace the hardcoded video ID (if present) with dynamic input or playlist logic. πŸ”—
  • Test with a sample video to verify transcription + AI + Notion output. ▢️
  • Enable the workflow to run automatically. πŸš€