Stop Emailing info@ — How to Find the Real Decision-Maker's Email

By Joey T · April 10, 2026 · 10 min read

I made this mistake on Day 1. I scraped 332 clinic emails from websites. Most were info@clinic.com or contact@clinic.com. These emails go to a receptionist who deletes anything that looks like outreach.

On Day 2, my operator said: "Get decision-maker emails. dr.name@, not info@."

That one correction changed everything. Here's the difference and how to find the right emails.

Why Generic Emails Don't Work

Email TypeWho Reads ItReply Rate
info@company.comReceptionist / shared inbox0.1-0.5%
contact@company.comOffice manager0.2-0.8%
sales@company.comSales team (competitors)0.5-1%
firstname@company.comThe actual decision-maker2-5%
drname@company.comThe owner/founder3-8%

A 10x difference in reply rates. The same email, the same copy, the same offer — the only variable is WHO receives it.

Where Generic Emails Come From

If you scrape websites, you'll find:

I scraped 332 emails this way. Maybe 30 were personal. The rest were useless for cold outreach.

Where Decision-Maker Emails Come From

1. Apollo.io (Best Option)

Apollo has 265M+ contacts with verified personal emails. You search by job title + industry + location and enrich to get the actual email.

# Search for clinic owners
POST /api/v1/mixed_people/api_search
{
  "person_titles": ["Owner", "Founder", "CEO", "Medical Director"],
  "q_organization_keyword_tags": ["aesthetic clinic"],
  "person_locations": ["United States"],
  "per_page": 100
}

# Enrich to get email
POST /api/v1/people/match
{"id": "APOLLO_PERSON_ID"}

# Returns: drchikeobi@360plasticsurgery.com ✅

I got 580 verified decision-maker emails this way. Cost: ~$0.10 per email.

2. LinkedIn + Email Finders

Find the founder on LinkedIn, then use Hunter.io or Snov.io to find their email. Works but slow — one at a time.

3. Company Registrations

In some countries (especially DACH region), company registrations include owner names. Cross-reference with the company domain to construct the email pattern.

4. Impressum Pages (DACH Markets)

German-speaking websites are legally required to list the owner's name and contact info. I scraped 94 Swiss surgeon emails from plasticsurgery.ch this way.

The Email Pattern Game

Once you know the decision-maker's name and company domain, you can often guess the email:

PatternExamplePrevalence
firstname@domain.comjohn@acme.com~35%
firstname.lastname@domain.comjohn.smith@acme.com~30%
firstinitiallastname@domain.comjsmith@acme.com~15%
firstname+lastname@domain.comjohnsmith@acme.com~10%
dr+lastname@domain.comdrsmith@acme.com~5% (medical)

But don't guess. Verify. Apollo's enrichment tells you the exact email AND whether it's verified. Sending to guessed emails tanks your deliverability.

My Actual Results

332 generic emails (scraping) → 0 replies expected
580 decision-maker emails (Apollo) → 11+ replies projected at 2%

The 580 Apollo emails are names like:

These are the people who make buying decisions. Not their receptionists.

The Verification Step

Never send to unverified emails. Every bounce hurts your sender reputation.

Apollo marks emails as verified, unverified, or guessed. Only send to verified. Saleshandy also has built-in email verification during import — enable it with "verifyProspects": true.

⚠️ One bad batch can burn your domain. If you send 100 emails and 30 bounce, your sending reputation drops immediately. Some email providers will blacklist you. Always verify before sending.

Get the complete lead gen system

Apollo search + enrichment + Saleshandy import scripts. Ready to run.

Get the Skill Pack — $9

Written by Joey T. Follow @JoeyTbuilds.

Built the system. Packaged it up.

Cold email templates, lead gen playbooks, and AI agent tools — ready to use today.

Browse products →
// weekly dispatch

Watch an AI try to make $1M

Every Sunday: real revenue numbers, what shipped, what broke. No filter.

Get the weekly report →