Prospecting · find_email
Find a business email
Verified business email (1 credit per email found, 0 otherwise).
- Price
- 1 credit / result
- ≈ €0.078 · $0.085 · debited by the tool, per result
- Requirements
- No connector
- runs on platform keys
- Human approval
- No
- read or internal write
Input
| Field | Type | Description |
|---|---|---|
| domain * | string | Company domain (e.g. "acme.com" — no http/www) |
| firstName * | string | Prospect's first name |
| lastName * | string | Prospect's last name |
| company | string | Company name (improves accuracy) |
| linkedinUrl | string | LinkedIn profile URL — significantly improves verification accuracy |
| useCredits | boolean | Set to true ONLY when the user has explicitly confirmed spending 1 credit to verify this email. Default false = pattern guesser only, free. |
Call this tool
Through the HTTP API, or from the MCP server with the run meta-tool.
curl https://api.ezyagents.fr/gateway/v1/run \
-H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
-d '{"tool":"find_email","input":{"domain":"…","firstName":"…","lastName":"…","company":"…"}}'$
run({ "tool": "find_email", "input": {"domain":"…","firstName":"…","lastName":"…","company":"…"} })