find_emails
Find and verify business email addresses by scraping the company website, generating candidate addresses from a contact name, and confirming them via SMTP. Returns verified emails sorted by confidence score.
Instructions
Find email addresses for a business. Scrapes their website for contact info, generates pattern-based candidates from a contact name, and verifies all discovered emails via SMTP. Returns verified emails sorted by confidence score. This is your Hunter.io replacement — no API key needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Business domain (e.g. "acmecorp.com") | |
| website_url | No | Full website URL if different from https://domain | |
| contact_name | No | Contact person name for pattern matching (e.g. "Jane Smith") |