cold-emailagencyscavio

First Cold Email Campaign with Instantly (Niche Agency, 2026)

An r/coldemail post: first-time AEO agency campaign. Sender brand matters less than warmup discipline + per-prospect Scavio research at $0.005-0.02.

5 min read

An r/coldemail post: first-time campaign for a hyper-niched local SEO/AEO agency, going hyper-specific personalization route. The OP read that Instantly "might not be the greatest" but hadn't tested anything else. This is the honest first-campaign recipe.

Sender brand matters less than discipline

Instantly Growth ($30-47/mo) and Smartlead Basic ($39/mo) both work fine at the entry tier. The differentiator is sender domain warmup discipline (2-4 weeks before high-volume sends) and per-prospect personalization research. Pick either platform; the work is in the warmup and the research, not in the platform.

List source decides which platform

Need integrated B2B contact data? Instantly lead-gen plans (separate from $37.90/mo). Bringing your own list (Apollo export, scraped from public sources, partner-supplied)? Smartlead with less module bloat.

Real cost vs advertised

Instantly's advertised $30-47/mo Growth tier rarely captures actual spend. Add-ons stack: Credits ($42-170/mo), CRM ($38-95/mo), Inbox Placement testing, Pre-Warmed Accounts. Hyper-niched agencies often end up at $100-300/mo total. Smartlead at $39/mo Basic has fewer add-on traps.

Personalization is the moat

Hyper-niched openings driven by per-prospect research outperform generic templates by a wide margin. Manual research kills throughput. Scavio research at $0.005-0.02 per prospect makes it feasible.

Python
import requests, os
H = {'x-api-key': os.environ['SCAVIO_API_KEY']}

def per_prospect(name, domain):
    site_news = requests.post('https://api.scavio.dev/api/v1/search',
                              headers=H,
                              json={'query': f'site:{domain} latest news 2026'}).json()
    overview = requests.post('https://api.scavio.dev/api/v1/search',
                             headers=H,
                             json={'query': f'{name} 2026',
                                   'include_ai_overview': True}).json()
    reddit = requests.post('https://api.scavio.dev/api/v1/search',
                           headers=H,
                           json={'query': f'reddit r/relevant {name}'}).json()
    return {
        'site_news': site_news.get('organic_results', [])[:3],
        'ai_overview': overview.get('ai_overview'),
        'reddit_signal': reddit.get('organic_results', [])[:3],
    }

The opening line

One sentence referencing one specific recent detail. Not "I came across your site". Not "I noticed you do generic-vertical-thing". Specific, human, soft question, no ask in line one. Save the agency value-add for line two.

Sequence shape

Three messages. Day 1 opener. Day 4 follow-up referencing different angle (different pain, different value prop). Day 8 final "closing the loop" without aggression. Daily cap 30/sender, gradually increase as sender reputation builds.

What to measure

Open rate matters less than reply rate. Reply rate matters less than reply quality. Reply quality matters less than meetings booked. First 200 sends are the calibration set; iterate before scaling to 2K.

Honest reality of warmup

The 2-4 week warmup feels slow. It's not optional. Send-from-day-one campaigns burn the sender domain, kill deliverability, and destroy reply rate. Start the warmup three weeks before launch; do nothing impatient.

The total cost at scale

1,000 prospects/mo with research: $10 Scavio per-prospect cost + $30 Scavio plan + $39 sender = roughly $80/mo. For a hyper-niched agency where one signed client covers the stack many times over, this is the cheapest way to ship a serious outbound program.

What about Lemlist / Apollo / Reply.io?

Lemlist ($59/mo) bundles personalization tags into the UI; works but doesn't replace research. Apollo bundles contact data + sequencing but per-seat tax scales fast. Reply.io / SalesHandy are mid-budget CRM-shaped picks. For a first campaign, Smartlead or Instantly + Scavio is the cleanest start.

Verified-online May 2026 against Instantly, Smartlead, Lemlist, and Apollo pricing pages.