# MX Data Helper – Email Extractor

> MX Data Helper – Email Extractor is a paid API for AI agents from temporary-fleet-eclipse-duogf0d.vercel.app, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Extracts all email addresses found within a given block of text, returning them as structured data

## Facts

- Endpoint: POST https://temporary-fleet-eclipse-duogf0d.vercel.app/v1/email_extract
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mx-data-helper-email-extractor-d66570f5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MhnLO_ojeY0gQil_8aYJC

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 mx-data-helper-email-extractor-d66570f5 -d '<json body>'
```

Example prompt: Can you pull out all the email addresses from this text for me: 'Please reach out to sales@example.com or support@company.org for more info, and CC billing@corp.net on any invoices.'

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call extraction of email addresses from arbitrary text without setting up or maintaining your own regex pipeline. It is well-suited for agents processing user-submitted content, scraped web text, or document bodies where email contacts need to be identified programmatically. At $0.003 per call it is cost-effective for moderate-volume use cases on the Base mainnet x402 payment rail.

## Known failure modes

- No emails found in text — returns empty list or null result
- Malformed or missing 'text' field in request body — likely returns a 400 validation error
- Text containing obfuscated emails (e.g. 'user [at] domain [dot] com') may not be extracted
- Payment failure or insufficient USDC balance on Base mainnet — returns 402 Payment Required
- Very long text inputs may hit payload size limits

## How this service works

Pay-per-call x402 data services on Base mainnet

## Output

A list of email addresses extracted from the input text, returned as structured data (likely an array of email strings found within the provided text block).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "text"
 ],
 "properties": {
  "text": {
   "type": "string",
   "description": "Text to extract emails from"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mx-data-helper-email-extractor-d66570f5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from temporary-fleet-eclipse-duogf0d.vercel.app](https://www.zero.xyz/host/temporary-fleet-eclipse-duogf0d.vercel.app/llms.txt)
