🎯 Extract YouTube creator emails with Apify scraper and GPT-4o Mini

⚑ 1,031 views · 🎯 AI Summarization & Classification

πŸ’‘ Pro Tip β€” HTTP Request scraping tends to break when sites update their markup. If you’re scraping a major platform, check if ScraperNode covers it β€” it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.

View All Scrapers

Description

This workflow automates the process of finding YouTube creator contact emails for outreach and partnerships. It combines Apify scrapers with OpenAI to deliver a clean list of emails from channel descriptions:

This is useful for influencer outreach, creator collaborations, UGC sourcing, or lead generation β€” all automated inside n8n.


βš™οΈ Setup Instructions

1️⃣ Set Up OpenAI Connection

  1. Go to OpenAI Platform
  2. Navigate to OpenAI Billing
  3. Add funds to your billing account
  4. Copy your API key into the OpenAI credentials in n8n

2️⃣ Set Up Apify Connection

  1. Go to Apify Console and sign up/login
  2. Get your API token here: Apify API Keys
  3. Set up the two scrapers in your Apify account:
  4. In n8n, create a HTTP Query Auth credential
    • Query Key: token
    • Value: YOUR_APIFY_API_KEY
  5. Attach this credential to both HTTP Request nodes (Search YouTube and Scrape Channels)

πŸ“¬ Contact Information

Need help customizing this workflow or building similar automations?

πŸ“§ robert@ynteractive.com
πŸ”— Robert Breen
🌐 ynteractive.com

πŸ”— Nodes Used

HTTP Request, AI Agent, OpenAI Chat Model, Structured Output Parser

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup