# KiteEndpoints.ai - ScrapeNinja Web Scraper

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

Scrapes a target URL using ScrapeNinja, returning the rendered page content or extracted data via a proxy-backed scraping engine

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/scrapeninja
- Price: $0.15/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-scrapeninja-web-scraper-c5039784
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jOZUjXM-ZAk99alAykW6B

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-scrapeninja-web-scraper-c5039784 -d '<json body>'
```

Example prompt: Use ScrapeNinja to scrape the full HTML content of https://example.com/products and give me the raw page source, including any JavaScript-rendered content.

## When to prefer this

Use this endpoint when you need to scrape a specific webpage via ScrapeNinja's proxy and rendering infrastructure, especially for sites that block naive HTTP fetches. Prefer this over generic HTTP fetch tools when the target site uses JavaScript rendering or bot detection.

## Known failure modes

- Target URL is unreachable or returns a 4xx/5xx error
- Anti-bot measures too strong for ScrapeNinja to bypass
- JavaScript rendering timeout for complex SPAs
- Invalid or malformed URL input
- Rate limiting from the target site
- Payment failure if USDC balance is insufficient

## 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 JSON object with a result field containing the scraped page data, including HTML body, status code, and response headers from the target URL. The actual content depends on what ScrapeNinja was able to render and extract from the target page.

## 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-scrapeninja-web-scraper-c5039784/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)
