🎬 Turn YouTube comments into content ideas with GPT-4.1-mini, Tavily & Apify

⚡ 685 views · 🎬 Content Creation & Video

💡 Pro Tip — YouTube’s API quotas can be a bottleneck when you’re pulling data at scale. ScraperNode is a community node with dedicated scrapers for channels, videos, and comments — no quota limits, just structured data.

View All Scrapers

Description

Description

This n8n template demonstrates how to turn raw YouTube comments into research-backed content ideas complete with hooks and outlines.

Use cases include:

Good to know


How it works

  1. Trigger – Paste a YouTube URL into the chat trigger.
  2. Scrape Comments – Apify fetches all comments and metadata.
  3. Filter – GPT-4.1-mini decides if each comment could inspire a content idea.
  4. Store – Comments and “Yes/No” decisions are appended to Google Sheets.
  5. Research & Enrich – For “Yes” comments, Tavily provides context, and GPT generates a topic, hook, and outline.
  6. Update Sheet – The same row in Google Sheets is updated with enriched fields.

Google Sheets Setup

Your Google Sheet should include these columns (in this order):

id | text | author | likes | isIdea | topic | research | hook | outline


Setup Steps

Time to set up: ~15–25 minutes for a first-time n8n user (less if you already have credentials handy).


Customizing this workflow

đź”— Nodes Used

Google Sheets, HTTP Request, Filter, Chat Trigger, OpenAI, HTTP Request Tool

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup