# KiteEndpoints.ai - Emails & Social Extractor

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

Extracts email addresses and social media profile links from a given source or input data

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/emails-social-extractor
- Price: $0.11/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-social-extractor-229b4bce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6qMwSCuLzpDtuAt7IcO-D

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-social-extractor-229b4bce -d '<json body>'
```

Example prompt: Can you extract all the email addresses and social media profile links from acmecorp.com so I can build a contact list for outreach?

## When to prefer this

Choose this endpoint when you need to quickly extract contact information (emails and social media profiles) from web content without building a custom scraper. It is ideal for lead generation, competitor research, and outreach list building where you need structured contact data from a domain or page in a single API call. Prefer it over general-purpose scrapers when the specific goal is email and social link extraction rather than full page content.

## Known failure modes

- No emails or social links found on the target page — returns empty arrays
- Invalid or unreachable URL — returns error or empty result
- Rate limiting or blocking by target site — may return incomplete data
- Malformed input — API may return an error response
- Private or login-gated pages may yield no extractable data

## 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 object containing extracted email addresses and social media profile URLs found within the provided input, such as a website URL or text content. May include platform-specific links (Twitter/X, LinkedIn, Instagram, Facebook, etc.) and one or more email addresses.

## 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-social-extractor-229b4bce/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)
