How to Automate Influencer Outreach with n8n (No Paid Scraper)
Build an n8n influencer outreach automation that finds emails with Hunter.io, AI-scores creator fit, sends pitches, and queues follow-ups from one Sheet.
Most influencer-outreach workflows you'll find start by bolting on a paid scraper like Bright Data to harvest creator profiles, then blast a templated pitch to everyone. Both halves are wrong. The scraper is an expensive dependency you rarely need, and the spray-and-pray pitch is exactly why creators ignore brand email. An n8n influencer outreach automation built around a single Google Sheet, an email finder, and an AI fit-score does better work for less money.
The piece that separates outreach that books partnerships from outreach that gets marked as spam is the scoring step with a reason. Not "audience size > 10k," but "scores 0–100 on fit and says why," so you pitch the right twelve creators hard instead of all two hundred weakly.
This is the build: a sheet of creators, emails found, fit scored, the strong ones pitched, the rest queued for a human.
What you can automate in creator outreach
The job is more than sending email. Once a creator list lives in a sheet, n8n can run the parts that don't need judgment and hand back the parts that do:
- Find a verified email from a name and domain with Hunter.io
- Score each creator's fit for your product, with a reason
- Draft a personalized pitch that references the creator's actual niche
- Auto-send only to high-fit creators above a score threshold
- Queue mid-fit creators for a manual DM instead of an email
- Schedule a single follow-up if there's no reply in a set window
- Log every creator, score, status, and reply to a Google Sheet
The temptation is to auto-send to everyone. Don't. The AI score exists so the workflow pitches selectively, which is what keeps your domain reputation intact.
The outreach pipeline
Sheet Trigger → Hunter.io email find → AI fit-score
→ Filter by threshold → Personalized pitch → Follow-up queue → Log
Read the creators. Find their emails. Score each for fit. Pitch the strong ones, queue the rest, follow up once, and log everything.
1. Collect creators from one sheet
A single Google Sheet is the source of truth: creator name, handle, niche, audience size, and the domain to search. No scraper required. You build this list however you already find creators, and the workflow takes it from there.
2. Find the email
The Hunter.io node takes a name and a domain and returns a verified email with a confidence score. Mind the rate limits: Hunter's API throttles on the free and starter tiers, so a 200-row sheet run all at once will start returning 429s. Add a small wait between items or batch the run. A Schedule trigger processing 30 rows at a time is gentler than one firing on all 200.
3. Score the fit (with a reason)
Send each creator's niche, audience, and engagement signals plus your product description to an OpenAI node. Ask for two things: a 0–100 fit score and a one-line reason.
The reason field is doing real work. A bare number tells you nothing you can act on; "82 — audience is indie SaaS founders, strong overlap with your buyer, but skews enterprise" tells you how to pitch. The Creator Prospecting & Multi-Channel Follow-up template scores exactly this way, returning a fit number with a reason so the routing is explainable.
An AI fit-score that returns only a number forces you to trust a black box. Ask the OpenAI node for a 0–100 score and a one-line justification in the same call, returned as JSON. Then a Code node parses both, the Filter routes on the number, and the reason rides along into your log. When a partnership lands or flops, the reason is what tells you whether the scoring prompt needs tuning. Score plus reason, every time.
4. Route by threshold
A Filter node splits on the score. High-fit creators (say, 75+) flow to the auto-pitch branch. Mid-fit creators route to a "manual DM" sheet for a human to handle personally. Low-fit creators get logged and dropped. One threshold, three fates.
5. Pitch, follow up, log
The pitch is a personalized email built from the creator's niche and the AI's reason, sent via the Gmail or SMTP node. Add a single scheduled follow-up: if no reply in five business days, send one nudge, then stop. One follow-up, not a sequence that harasses people. Every step appends to the log sheet so the whole funnel is visible.
Implementation patterns worth copying
Pattern: score-then-gate before spending on email
Run the AI score before the email send, not after. Sending first and scoring later wastes pitches on bad-fit creators and burns your sender reputation. Gate on the score so only worthwhile contacts ever receive a message.
Pattern: email vs manual-DM split
Not every creator should get an email. Big-name creators ignore cold email but answer a thoughtful DM. The mid-tier Filter branch exists for exactly this: route those to a human queue instead of auto-pitching. The Creator Prospecting & Multi-Channel Follow-up builds this split in, auto-pitching the clear fits and queueing the rest for manual DM from the same sheet.
Pattern: one follow-up, then stop
A follow-up queue is a Sheet with a pitched_date column and a Schedule trigger that checks for unanswered pitches past the window. Send one nudge, set a followed_up flag, and never touch them again. Persistence reads as spam past the second message.
n8n nodes you'll use most
| Node | Purpose |
|---|---|
| Google Sheets | Holds the creator list, the queue, and the log |
| Hunter.io | Finds verified emails from name and domain |
| OpenAI | Scores fit 0–100 and writes the reason |
| Filter | Routes creators by score threshold |
| Gmail / SMTP | Sends the personalized pitch |
| Schedule Trigger | Drives the single follow-up |
Getting started
- Build a Google Sheet with creator name, handle, niche, audience, and domain.
- Add the Hunter.io node and add a wait between items so you don't hit rate limits.
- Wire an OpenAI node that returns a JSON fit score plus a one-line reason.
- Parse both with a Code node, then Filter on the score threshold.
- Send a personalized pitch to high scorers; route the rest to a manual-DM sheet.
- Add a scheduled single follow-up for unanswered pitches past five days.
- Log every creator, score, reason, and status so the funnel is auditable.
The Creator Prospecting & Multi-Channel Follow-up ships this end-to-end: it finds creator emails with Hunter.io, scores each for product fit with AI, sends a personalized pitch, and queues the rest for a manual DM, all from a single Google Sheet. It's part of The Complete n8n Templates Bundle, a one-time lifetime license to the whole catalog plus every template added later, which makes sense once you run more than one of these automations.
If you're building a wider cold-outreach setup, n8n outreach automation covers sequence design and deliverability, and n8n lead scoring automation goes deeper on the AI scoring prompt and the score-plus-reason pattern. For the marketing side of creator campaigns, the Content Scheduler & Distributor handles publishing the content those partnerships produce.
Compare prospecting templates →Common questions
How do I automate influencer outreach with n8n?
Do I need Bright Data or a paid scraper for influencer outreach in n8n?
How does AI scoring decide which creators to pitch?
Get the workflow templates this guide is built on
Import-ready n8n JSON, step-by-step setup, and tested end-to-end. One-time payment, own it forever.
Get 3 tested n8n templates, free
The full customer package for three real catalog templates — workflow JSON, step-by-step setup guide, credential checklist. Test-run on a live n8n instance like everything we sell. Plus new templates and automation guides in your inbox. No spam, unsubscribe anytime.
- 01Smart To-Do List ManagerPre-built n8n workflow template that automates productivity with OpenAI. Live in about 10 minutes.$14
- 02Email Follow-Up AutomatorPre-built n8n workflow template that automates crm with OpenAI. Live in about 15 minutes.$12
- 03Market Trend AnalyzerPre-built n8n workflow template that automates data processing with OpenAI. Live in about 10 minutes.$14
More automation guides

Build an n8n Content Repurposing Workflow (One Source, Five Channels)
A single good blog post can become a LinkedIn post, a tweet thread, a newsletter blurb, an Instagram caption, and a YouTube description. Most teams know this and still don't do it, because doing it by…

How to Automate Blog Content Generation with n8n and AI
The internet has enough auto-published AI slop. The workflows behind most of it look identical: a topic goes into OpenAI, the raw response goes straight into a WordPress node, and whatever the model r…

How to Automate RSS to Social Media with n8n (No Paid Relay)
Most RSS-to-social tutorials end the same way: they wire your feed into a paid relay like PostPulse, GetLate, or Blotato, charge a monthly fee on top of whatever you already pay OpenAI, and call it au…