# KiteEndpoints.ai - ScrapeNinja Web Scraper

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

Scrapes web pages and extracts content using the ScrapeNinja service, bypassing bot protections and returning structured page data

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/scrapeninja
- Price: $0.15/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-scrapeninja-web-scraper-26d663d9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mDHE_ou2Lb6gv-vTKPJCW

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-26d663d9 -d '<json body>'
```

Example prompt: Scrape the product page at https://example.com/product/12345 using ScrapeNinja and return the full HTML content so I can extract the price and description.

## When to prefer this

Choose this endpoint when you need to scrape web pages that have bot protection or JavaScript rendering requirements, and want a pay-per-use model with USDC on Base chain instead of a subscription. Prefer this over direct HTTP fetching when the target site uses Cloudflare or similar anti-bot systems.

## Known failure modes

- Target URL is unreachable or returns an error — result object may be empty or contain error status
- Anti-bot measures too advanced for ScrapeNinja to bypass — returns partial or blocked content
- Invalid or malformed input URL — API returns error response
- Payment failure via USDC on Base chain — request rejected before scraping
- Rate limiting or quota exceeded — 402 or 429 response

## 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 page data, including HTML content, extracted text, status codes, and other metadata from the target web page as processed by ScrapeNinja.

## 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-26d663d9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
