# KiteEndpoints.ai - Website Contact Crawler

> KiteEndpoints.ai - Website Contact Crawler 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-13).

Crawls a website to extract contact information such as emails, phone numbers, and social profiles

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/website-contactcrawler
- Price: $0.11/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-website-contact-crawler-48aeeb83
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mX_iJBNr2Hh1OwyQEmOnN

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-contact-crawler-48aeeb83 -d '<json body>'
```

Example prompt: Can you crawl the website acmecorp.com and pull out all the contact information you find — emails, phone numbers, and any social media links?

## When to prefer this

Choose this endpoint when you need to automatically extract contact information from a specific website without manually browsing it. Ideal for lead generation, business enrichment, or finding support contacts at scale. Best when the target site is publicly accessible and contact info is present in static or lightly dynamic HTML.

## Known failure modes

- Website blocks crawlers or returns 403/captcha — may return empty or partial results
- Invalid or unreachable URL — request fails with an error
- Website uses JavaScript-heavy rendering and contact info is not in static HTML — may miss dynamically loaded content
- No contact information present on the site — returns empty result set
- Rate limiting by the target website — slow or incomplete crawl

## 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 contact information found on the crawled website, potentially including email addresses, phone numbers, social media profile URLs, and other contact-related data discovered 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-contact-crawler-48aeeb83/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)
