# KiteEndpoints.ai Smart Scraper

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

Scrapes and extracts structured data from web pages using AI-powered smart scraping via the KiteEndpoints mega API hub

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/smart-scraper
- Price: $0.11/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-smart-scraper-0e89de38
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tIJlX0fzH8D89LNjMMGf5

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-smart-scraper-0e89de38 -d '<json body>'
```

Example prompt: Smart-scrape this page for me — https://example.com/product/12345 — and pull out the structured data like product name, price, and description using the KiteEndpoints AI scraper.

## When to prefer this

Choose this endpoint when you need AI-powered smart extraction from arbitrary web pages without building a custom scraper, especially when paying per-request via USDC on Base chain is acceptable and you need structured output from unstructured HTML content.

## Known failure modes

- Target URL is unreachable or returns a non-200 status — result may be empty or error object
- Page uses heavy JavaScript rendering that the scraper cannot process — incomplete extraction
- Payment of 0.11 USDC on Base chain fails — request rejected before scraping begins
- Rate limiting or anti-bot protections on the target site block the scrape — partial or no data returned
- Malformed input schema causes 400-level error from the API hub

## 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 result object containing the scraped and AI-processed data extracted from the target web page, structured as key-value pairs or nested objects depending on the page content.

## 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-smart-scraper-0e89de38/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)
