# klymax402 Batch Web Scraper

> klymax402 Batch Web Scraper is a paid API for AI agents from klymax402.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Fetches and extracts content from up to 10 URLs in a single batch request

## Facts

- Endpoint: GET https://klymax402.com/api/web-scraper/api/scrape/batch
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/klymax402-batch-web-scraper-ab74c659
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xSi96BXLcOp3eFmN_evxM

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 klymax402-batch-web-scraper-ab74c659
```

Example prompt: Can you scrape these five pages for me and pull back all their content: https://example.com/page1, https://example.com/page2, https://example.com/page3, https://example.com/page4, and https://example.com/page5?

## When to prefer this

Choose this endpoint when you need to scrape multiple URLs in a single API call (up to 10), avoiding the overhead and cost of multiple sequential single-URL requests. Ideal for batch research, price monitoring, or content aggregation tasks where you have a known list of target URLs.

## Known failure modes

- One or more URLs are unreachable or return non-200 status codes
- URL blocked by robots.txt or anti-bot measures
- Batch exceeds 10 URL limit
- Malformed or non-HTTP URLs in the array
- JavaScript-heavy pages that require browser rendering may return incomplete content
- Payment failure via x402 protocol

## How this service works

One MCP endpoint gives your AI agent access to 100 APIs -- crypto, DeFi, web, AI, finance and utilities. No API keys, USDC on Base from $0.003/call.

## Output

A JSON array of results corresponding to each submitted URL, containing the scraped page content (text, HTML, or structured data) for each URL in the batch.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "urls": {
   "type": "array",
   "items": {
    "type": "string"
   },
   "description": "Array of URLs (max 10)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/klymax402-batch-web-scraper-ab74c659/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from klymax402.com](https://www.zero.xyz/host/klymax402.com/llms.txt)
