# KiteEndpoints.ai - Website Contacts Extractor

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

Extracts contact information (emails, phone numbers, social links) from a given website URL

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/website-contacts
- Price: $0.16/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-website-contacts-extractor-9815e870
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fcNI2mSvrcocY2ndUQv-H

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-website-contacts-extractor-9815e870 -d '<json body>'
```

Example prompt: Can you pull all the contact information — emails, phone numbers, and social links — from acme-corp.com so I can reach out to their sales team?

## When to prefer this

Use this endpoint when you need to quickly extract publicly available contact information from a specific website without manually browsing it. Ideal for sales outreach, lead enrichment, journalism, or recruitment workflows where you have a domain and need to find emails or phone numbers at scale, paying only per request via USDC.

## Known failure modes

- Website blocks scraping or returns CAPTCHA — empty or partial result
- Invalid or unreachable URL — request fails with error
- Website has no publicly listed contact info — empty result
- Rate limiting or timeout on target site — partial data returned
- Payment of 0.16 USDC not fulfilled — HTTP 402 response

## 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 publicly available contact information found on the website, typically including email addresses, phone numbers, and social media profile URLs scraped from the target domain.

## 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-website-contacts-extractor-9815e870/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)
