π― 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.
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:
- Step 1: Search YouTube with Apify based on a keyword or topic
- Step 2: Scrape each channel for descriptions and metadata
- Step 3: Use OpenAI to extract and format valid email addresses into a structured JSON output
This is useful for influencer outreach, creator collaborations, UGC sourcing, or lead generation β all automated inside n8n.
βοΈ Setup Instructions
1οΈβ£ Set Up OpenAI Connection
- Go to OpenAI Platform
- Navigate to OpenAI Billing
- Add funds to your billing account
- Copy your API key into the OpenAI credentials in n8n
2οΈβ£ Set Up Apify Connection
- Go to Apify Console and sign up/login
- Get your API token here: Apify API Keys
- Set up the two scrapers in your Apify account:
- In n8n, create a HTTP Query Auth credential
- Query Key:
token - Value:
YOUR_APIFY_API_KEY
- Query Key:
- Attach this credential to both HTTP Request nodes (
Search YouTubeandScrape 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