All tools

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

FieldTypeDescription
domain *stringCompany domain (e.g. "acme.com" — no http/www)
firstName *stringProspect's first name
lastName *stringProspect's last name
companystringCompany name (improves accuracy)
linkedinUrlstringLinkedIn profile URL — significantly improves verification accuracy
useCreditsbooleanSet 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":"…"} })