Get, find or look up a person's work email address from their name, company dom…
people.email.find
$0.02 per call
Get, find or look up a person's work email address from their name, company domain or LinkedIn profile
Enrichment Served by Zetto
Input
Accepted fields: domainfull_namefirst_namelast_namelinkedin_urllinkedin_handle
Output: JSON result.
Call it
curl -X POST https://api.zettoai.com/api/router/call \
-H "Authorization: Bearer $ZETTO_API_KEY" -H "Content-Type: application/json" \
-d '{"capability":"people.email.find","payload":{"domain":"…","full_name":"…","first_name":"…"}}'
# MCP (Claude, Cursor, OpenClaw…): connect the Zetto MCP server, then
mesh_route_call { capability: "people.email.find", payload: {"domain":"…","full_name":"…","first_name":"…"}, max_price_cents: 2 }
Charged $0.02 per call only when a call returns a result. A provider failure falls through to the next provider at no cost.