Find Business Email Address
find_emailFind a person's business email address from their full name and company domain. Returns candidate addresses with confidence scores, based on published sources and common company address patterns. Finding is free, but candidates are pattern-based guesses until verified. After showing the candidates, tell the user that confirming deliverability costs 1 credit per candidate checked, and ask before verifying. With approval, call verify_email on candidates one at a time starting from the highest confidence, and stop at the first deliverable result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full name of the person, e.g. "Jane Porter" | |
| domain | Yes | Company domain, e.g. "northwindtraders.com" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Guidance on verification cost and how to proceed | |
| status | Yes | found_published when the address came from a published source, otherwise pattern_guesses | |
| best_match | No | Highest-confidence candidate address | |
| candidates | Yes | Candidate addresses, highest confidence first | |
| confidence | No | Confidence of the best match, 0-100 | |
| seen_at_company | No | Addresses already published at this domain | |
| total_candidates | Yes | ||
| detected_company_pattern | No | Address pattern used at this company, when known |