# KiteEndpoints.ai - SimilarWeb Website Analytics

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

Retrieves SimilarWeb-style website traffic and analytics data for a given domain via a pay-per-request API hub.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/similarweb
- Price: $0.14/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-similarweb-website-analytics-4f95bcb0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fyvyn7uFaYuShxFbMg0GB

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-similarweb-website-analytics-4f95bcb0 -d '<json body>'
```

Example prompt: Can you pull SimilarWeb traffic analytics for shopify.com — I want to see monthly visits, top traffic sources, and their global ranking?

## When to prefer this

Use this endpoint when you need quick, pay-per-use access to SimilarWeb-style website traffic and competitive intelligence data without a direct SimilarWeb subscription. Ideal for one-off domain lookups, competitive research, or when integrating web analytics into an agent workflow using USDC micropayments on Base.

## Known failure modes

- Invalid or unrecognized domain name returns empty or error result
- Private or very low-traffic domains may have no available data
- Payment failure in USDC/Base chain halts the request
- Rate limiting or upstream SimilarWeb API unavailability returns error
- Malformed POST body returns schema validation error

## 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 website analytics data including estimated monthly visits, traffic source breakdown, engagement metrics, global and category rankings, and audience demographics for the queried domain, wrapped in a result object.

## 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-similarweb-website-analytics-4f95bcb0/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)
