# KiteEndpoints.ai Sky Scrapper

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

Proxies requests to the Sky Scrapper API (flight/travel data scraper) via a pay-per-request USDC gateway

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/sky-scrapper
- Price: $0.13/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-sky-scrapper-e958d0f2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0CtjrXnuBQjeCehXPhJ_5

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-sky-scrapper-e958d0f2 -d '<json body>'
```

Example prompt: Search for available flights from New York to London next Friday and show me the cheapest options — use the Sky Scrapper endpoint to pull live pricing and route data.

## When to prefer this

Use this endpoint when you need programmatic access to flight search and travel pricing data through a pay-per-request model using USDC on Base chain, without managing a direct subscription to Sky Scrapper. Ideal for agents that need occasional or burst flight data lookups without long-term API key management.

## Known failure modes

- Insufficient USDC balance or failed x402 payment returns 402 Payment Required
- Invalid or missing request parameters may return an empty or error result object
- Sky Scrapper upstream outage causes downstream failure with no data returned
- Malformed input schema causes 400 or 500 error
- Rate limiting or quota exceeded on the underlying Sky Scrapper API

## 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 scraped travel or flight data such as prices, routes, availability, or airline details sourced from Sky Scrapper.

## 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-sky-scrapper-e958d0f2/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)
