# KiteEndpoints.ai - Website Contacts Extractor

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

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

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/website-contacts
- Price: $0.16/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-website-contacts-extractor-ff10e0ef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nfM5qpj2OL-nQ2cZNdFr7

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-ff10e0ef -d '<json body>'
```

Example prompt: Can you pull all the contact information listed on acme-corp.com — I need their emails, phone numbers, and any social media links you can find?

## When to prefer this

Use this endpoint when you need to programmatically extract contact information (emails, phone numbers, social links) from any publicly accessible website without manually browsing it. Ideal for lead generation, sales prospecting, or building contact databases from known domains.

## Known failure modes

- Website blocks scraping — returns empty or error result
- Invalid or unreachable URL — request fails with error
- Website has no publicly listed contact info — returns empty data
- Rate limiting or timeout on target site — partial or no results
- Payment failure in USDC — 402 response before data is returned

## 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 structured contact data extracted from the specified website, including email addresses, phone numbers, and social media profile links found on the site.

## 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-ff10e0ef/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
