# KiteEndpoints.ai - Website Intelligence

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

Analyzes a website URL to extract intelligence, insights, and structured data about that site

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/website-intelligence
- Price: $0.2/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-intelligence-9296da7b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_f5NxEBAE1Df1ucmNE-Enj

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-intelligence-9296da7b -d '<json body>'
```

Example prompt: Can you pull website intelligence on techcrunch.com and give me a breakdown of what that site is about, who runs it, and any key metadata you can find?

## When to prefer this

Use this endpoint when you need automated intelligence and structured metadata extraction about a specific website or domain, especially in workflows requiring competitive research, site profiling, or domain analysis. Prefer this over manual scraping when you want a clean structured result without writing custom parsers.

## Known failure modes

- Invalid or unreachable URL returns error result
- Website blocks automated access leading to incomplete data
- Payment failure (insufficient USDC balance) returns 402
- Malformed input schema returns validation error
- Timeout if target website is slow to respond

## 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

A structured result object containing extracted intelligence about the analyzed website, including metadata, site purpose, and other available insights derived from the URL.

## 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-intelligence-9296da7b/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)
