Email enrichment

Availability: enrich/email is a catalog-tier route and returns 503 by default (CATALOG_ROUTES_ENABLED=0). This recipe is kept for when the route is re-enabled.

Question: "Who works at [email protected]? What is their title and company?"

Tool

POST /api/v1/enrich/email or MCP enrich_email

{"email": "[email protected]"}

Default price: $0.100 (bill-on-match — refunded when matched: false).

Workflow

  1. Normalize email (lowercase, trim).
  2. Call enrich_email.
  3. If cache_hit: true, note the response may be served from request_response_store.
  4. If matched: false, tell the user plainly — do not guess from the web.
  5. Project only fields present in data (vendor-specific shape).

Example response fields

Vendors differ; typical fields include company name, title, LinkedIn URL, and location. Never invent fields not returned by the API.