# KiteEndpoints.ai - Emails Extractor

> KiteEndpoints.ai - Emails Extractor is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-15).

Extracts email addresses from a given source such as a URL, webpage, or text content

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/emails-extractor
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-emails-extractor-33abdf2b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aDINkiS45iIVIc8S0mrNu

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 kiteendpoints-ai-emails-extractor-33abdf2b -d '<json body>'
```

Example prompt: Can you extract all the email addresses from this webpage: https://example.com/contact — I need to build a contact list from whatever emails are listed there.

## When to prefer this

Use this endpoint when you need a quick, pay-per-use email extraction from a URL or text without setting up your own scraping infrastructure. Ideal for one-off contact discovery tasks, lead generation pipelines, or enriching a contact database. Prefer this over general web scrapers when your sole goal is email address extraction and you want a clean list output rather than raw HTML or full-page data.

## Known failure modes

- No emails found — returns empty list if the source contains no email addresses
- Invalid or unreachable URL — returns error if the target page cannot be fetched
- Malformed input — missing or incorrect request body causes a 400-level error
- Rate limiting or payment failure — 402 response if USDC payment is not properly attached
- JavaScript-rendered content may not be parsed if the page requires client-side rendering

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a structured result containing a list of extracted email addresses found in the provided source (URL or text). The response follows the standard KiteEndpoints envelope with a 'result' object containing the extracted data.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-emails-extractor-33abdf2b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
