# Contact Information Extractor (Email, Phone, Address)

> Contact Information Extractor (Email, Phone, Address) is a paid API for AI agents from engedi.digi-life17.workers.dev, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Extracts emails, phone numbers, and physical addresses from a block of text

## Facts

- Endpoint: GET https://engedi.digi-life17.workers.dev/api/extract-data
- 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/contact-information-extractor-email-phone-address-d8eafc6e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__5vmR2l85YTMlvqSnGjcV

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 contact-information-extractor-email-phone-address-d8eafc6e
```

Example prompt: Can you pull out all the emails, phone numbers, and addresses from this text: 'For inquiries contact Jane at jane@example.com or call (555) 867-5309. Our office is at 42 Wallaby Way, Sydney NSW 2000.'

## When to prefer this

Use this endpoint when you have unstructured free-form text and need to programmatically identify and extract contact-type entities (emails, phone numbers, addresses) without running a full NLP pipeline yourself. It is well-suited for processing scraped web content, user-submitted text, or documents where contact data is embedded in prose.

## Known failure modes

- Missing required 'text' query parameter returns an error
- Empty or very short text may return empty data arrays with success:true
- Malformed or non-text input may yield low confidence scores
- Rate limiting or payment failure may block the request
- Text with ambiguous patterns may produce false positives or misclassified entities

## How this service works

51 REST endpoints for AI agents. Weather, news, crypto, stocks, products, courses, real estate, and 42 more. Pay per call in USDC/USDT via x402.

## Output

Returns a data object containing extracted entities (emails, phone numbers, addresses) found in the input text, along with metadata including a confidence score, cache status, data source label, and last_updated timestamp. The success field indicates whether extraction completed successfully.

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/contact-information-extractor-email-phone-address-d8eafc6e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from engedi.digi-life17.workers.dev](https://www.zero.xyz/host/engedi.digi-life17.workers.dev/llms.txt)
