Person and work-email lookup
enrich.person
$0.06 per call
Resolve a person from an email, or find their work email from a name and a domain
Enrichment Served by Zetto
Input
Accepted fields: emaildomainfull_namefirst_namelast_namelinkedin_url
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":"enrich.person","payload":{"email":"…","domain":"…","full_name":"…"}}'
# MCP (Claude, Cursor, OpenClaw…): connect the Zetto MCP server, then
mesh_route_call { capability: "enrich.person", payload: {"email":"…","domain":"…","full_name":"…"}, max_price_cents: 6 }
Charged $0.06 per call only when a call returns a result. A provider failure falls through to the next provider at no cost.