workflows.fit
Back to n8n workflows
n8n templateFreeBy David Olusola

Create a searchable YouTube educator directory with smart keyword matching

🎓 n8n Learning Hub — AI-Powered YouTube Educator Directory 📋 Overview This workflow demonstrates how to use n8n Data Tables to create a searchable database of educational YouTube content. Users can search for videos...

DevelopmentCore NodesUtilityWebhookData TableRespond To WebhookSet
Loading interactive preview...

Template notes

🎓 n8n Learning Hub — AI-Powered YouTube Educator Directory

📋 Overview

This workflow demonstrates how to use n8n Data Tables to create a searchable database of educational YouTube content. Users can search for videos by topic (e.g., "voice", "scraping", "lead gen") and receive formatted recommendations from top n8n educators.

What This Workflow Does: - Receives search queries via webhook (e.g., topic: "voice agents") - Processes keywords using JavaScript to normalize search terms - Queries a Data Table to find matching educational videos - Returns formatted results with video titles, educators, difficulty levels, and links - Populates the database with a one-time setup workflow

---

🎯 Key Features

✅ Data Tables Introduction - Learn how to store and query structured data ✅ Webhook Integration - Accept external requests and return JSON responses ✅ Keyword Processing - Simple text normalization and keyword matching ✅ Batch Operations - Use Split in Batches to populate tables efficiently ✅ Frontend Ready - Easy to connect with Lovable, Replit, or custom UIs

---