Auto-Extract Engaging YouTube Moments with n8n Webhook
detail.loadingPreview
Leverage n8n to automatically identify and extract high-intensity, engaging moments from any YouTube video via webhook. Save analysis time.
🚀Ready to Deploy This Workflow?
About This Workflow
How it works
This n8n workflow automates the process of identifying engaging moments within a YouTube video. It starts by receiving a YouTube video ID via a webhook. The HTTP Request node then queries the YouTube API (leveraging yt.lemnoslife.com) to fetch 'mostReplayed' data, which includes intensity markers.
An If node checks if intensity data is available. If not, it triggers a 'no results' response. If data exists, the Split Out node unpacks the intensity markers. The workflow then filters these markers, keeping only those with an intensityScoreNormalized greater than 0.6. It further refines this by filtering out moments too close to each other (within 20 seconds) using a Filter out moments close to each other node.
The Create each moment node formats these refined moments into human-readable messages and direct YouTube links, set to start 3 seconds before the actual moment. Finally, these moments are aggregated and presented as a JSON response via a Respond to Webhook node, including the original YouTube ID. For scenarios with no engaging moments found, a dedicated response is returned.
Key Features
- Real-time YouTube video analysis via webhook.
- Automatic identification of high-intensity moments.
- Customizable filtering for engagement thresholds and proximity.
- Generates direct YouTube links to engaging segments.
- Clean JSON output for seamless integration.
How To Use
- Deploy this workflow in n8n.
- Access the
Webhooknode (aa70beee-e6ed-4af4-892c-743f8150a57f) and copy theProduction URL. - Activate the workflow.
- Trigger the workflow by making an HTTP GET request to the Production URL, appending the
ytIDquery parameter with the YouTube video ID. Example:{your instance URL}/webhook/youtube-engaging-moments-extractor?ytID=dQw4w9WgXcQ
Credentials Required: None explicitly shown, but ensure your n8n instance has internet access to reach the YouTube API endpoint.
Apps Used
Workflow JSON
{
"id": "8723bcbe-af56-4b9f-b941-f5b3092751ff",
"name": "Auto-Extract Engaging YouTube Moments with n8n Webhook",
"nodes": 0,
"category": "AI & LLM",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 8723bcbe-af56...
About the Author
SaaS_Connector
Integration Guru
Connecting CRM, Notion, and Slack to automate your life.
Statistics
Related Integrations
- Facebook Graph API + Google Sheets(22 workflows)
- Facebook Graph API + Schedule Trigger(21 workflows)
- Facebook Graph API + Twitter(18 workflows)
- Facebook Graph API + Linked In(16 workflows)
- Facebook Graph API + Gmail(12 workflows)
- Facebook Graph API + Telegram(12 workflows)
- Facebook Graph API + Google Drive(10 workflows)
- Facebook Graph API + Postgres(7 workflows)
- Facebook Graph API + Google Drive Trigger(6 workflows)
- Execute Workflow Trigger + Facebook Graph API(6 workflows)
Related Workflows
Discover more workflows you might like
Generate Speech from Text with OpenAI TTS via Webhook
Automate text-to-speech conversion using OpenAI's TTS API triggered by a webhook. Perfect for developers and growth hackers.
Automate YouTube Comment Sentiment Analysis with OpenAI & Google Sheets
Streamline YouTube comment analysis. Automatically fetch comments, analyze sentiment with OpenAI, and store results in Google Sheets. Save hours on manual data processing.
Automate Logo Sheet Analysis: Extract AI Tool Data to Airtable with AI
Instantly extract AI tool names, attributes, and similar tools from logo sheets. Automate data entry into Airtable for growth hacking and market analysis.
Build an AI Travel Assistant with Google Drive & OpenAI
Create a custom OpenAI AI Assistant that leverages your Google Drive documents for travel planning. Automate travel advice and responses.
Build a Business WhatsApp AI RAG Chatbot with OpenAI & Qdrant
Automate customer service with a WhatsApp AI RAG chatbot. Integrates OpenAI, Qdrant, and Google Drive for intelligent responses. Save hours weekly!
Auto-Transcribe YouTube Videos to Text with Supadata & OpenAI
Instantly get transcribed text from YouTube videos using Supadata API and OpenAI for structuring. Save hours on content review.