# Tomba Email Enrichment via x402.orthogonal.com

> Tomba Email Enrichment via x402.orthogonal.com is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Enriches an email address with person and company data including name, location, and social media handles.

## Facts

- Endpoint: GET https://x402.orthogonal.com/tomba/v1/enrich
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tomba-email-enrichment-via-x402-orthogonal-com-2252eae0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jqkujFO0nsUD7kjPMEogi

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability tomba-email-enrichment-via-x402-orthogonal-com-2252eae0
```

Example prompt: Can you enrich the email address john.doe@acme.com and tell me the person's name, company, location, and any social media handles associated with it?

## When to prefer this

Choose this endpoint when you have an email address and need to quickly resolve person and company identity data, social handles, or location without querying LinkedIn or other platforms directly. Ideal for sales lead enrichment, recruitment workflows, or identity resolution pipelines where cost-per-lookup is important ($0.01 USDC). Prefer this over full web scraping when the email is the primary identifier and structured contact data is the desired output.

## Known failure modes

- Email address not found in database — returns empty or null result
- Invalid email format — returns validation error
- No company or social data available for the email — partial result with missing fields
- Rate limit or payment failure — returns 402 or 429 error
- Email belongs to a privacy-protected individual — data may be suppressed

## How this service works

Enrich an email address with person and company data (name, location, social handles).

## Output

Returns structured person and company data associated with the provided email address, including full name, employer/company information, geographic location, and social media profile handles. If the enrich_mobile flag is set to true, a phone number may also be returned.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "email": {
       "type": "string",
       "description": "Email address to enrich"
      },
      "enrich_mobile": {
       "type": "string",
       "description": "Set to true to get phone number"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tomba-email-enrichment-via-x402-orthogonal-com-2252eae0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
