# Web Scraper Batch URL Scrape

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

Scrapes up to 10 URLs in a single batch request and returns their content

## Facts

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

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 web-scraper-batch-url-scrape-2e80c3dc
```

Example prompt: Can you scrape these 5 URLs for me all at once and give me their content: https://example.com, https://news.ycombinator.com, https://techcrunch.com, https://arstechnica.com, and https://wired.com?

## When to prefer this

Use this endpoint when you need to scrape multiple URLs (2–10) in a single API call rather than making individual requests. It is more efficient and cost-effective than calling a single-URL scraper repeatedly. Prefer this over the single-URL sibling endpoint when you already have a list of URLs to process together.

## Known failure modes

- More than 10 URLs submitted — request rejected or truncated
- One or more URLs are unreachable or return non-200 status
- Malformed or non-HTTP URLs in the array cause partial or full failure
- Target site blocks scraping via bot detection or CAPTCHA
- Timeout if pages are slow to load
- Payment not included or insufficient — 402 response returned

## How this service works

Scrape up to 10 URLs in batch

## Output

Returns scraped content from each of the submitted URLs, up to 10 URLs processed in a single batch call. Content may be returned as raw text or markdown depending on the service implementation.

## Request schema (JSON Schema)

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

## More

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