email-finder

Find business email addresses using Hunter.io with Snov.io and Apollo.io fallbacks.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/MCERQUA/jam-skills --skill email-finder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email-finder
Source: https://github.com/MCERQUA/jam-skills/tree/main/email-finder
Command: npx skills add https://github.com/MCERQUA/jam-skills --skill email-finder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, bash, python3, python3-json, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the challenge of identifying business email addresses when only a name and domain are available, thereby streamlining contact acquisition and outreach.

Core Features & Use Cases

  • Email Discovery: Automatically find business email addresses for prospects using Hunter.io, Snov.io, and Apollo.io.
  • Fallback Logic: Utilizes multiple providers for redundancy and to enhance the likelihood of discovering the correct email address.
  • Use Case: Ideal for users who have a list of contacts with names but no email addresses, or when looking to find an email for a specific person at a given company.

Quick Start

Use the 'email-finder' skill to find the email for 'John Doe' at 'example.com'.

Frequently Asked Questions about email-finder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find a business email address using just a name and domain?

To find a business email address, you need the contact's first name, last name, and company domain. The Skill queries Hunter.io to identify the matching email, using Snov.io and Apollo.io as fallbacks to ensure high accuracy.

Can I use this skill for batch email discovery and verification?

Yes, batch email discovery and verification are supported. You can process a list of contact names and their corresponding company domains simultaneously to automate contact acquisition for outreach campaigns.

Do I need API keys for Hunter.io, Snov.io, and Apollo.io to find emails?

Yes, you need API access to Hunter.io, Snov.io, and Apollo.io. Hunter.io serves as the primary provider for identifying addresses, while Snov.io and Apollo.io act as fallback providers for redundancy.

What is the best way to automate contact acquisition when I only have names?

Automating contact acquisition requires a fallback logic system that queries multiple providers. By using Hunter.io with Snov.io and Apollo.io as backups, you enhance the likelihood of discovering the correct business email address.

Why does email discovery fail when using a single provider like Hunter.io?

Email discovery can fail due to incomplete databases or API rate limits. This Skill implements provider redundancy, falling back to Snov.io and Apollo.io if Hunter.io cannot identify the requested business email address.

Does the email finder script support running on a standard bash environment?

Yes, the Skill runs on a standard bash environment using python3 and curl scripts. You simply execute the provided scripts with the required name and domain parameters to retrieve the verified email addresses.