# klymax402 SEO Analyzer — Batch URL Audit

> klymax402 SEO Analyzer — Batch URL Audit is a paid API for AI agents from klymax402.com, paid per call via x402, $0.4/call, status unknown (last checked 2026-09-15).

Runs an SEO audit on a batch of up to 10 URLs in a single call, returning audit results for each.

## Facts

- Endpoint: GET https://klymax402.com/api/seo-analyzer/api/audit/batch
- Price: $0.4/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/klymax402-seo-analyzer-batch-url-audit-ba9c2baf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_R5xwA_2QdyWwTdLUoPj1i

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-seo-analyzer-batch-url-audit-ba9c2baf
```

Example prompt: Can you run an SEO audit on these five pages: https://example.com/home, https://example.com/about, https://example.com/blog, https://example.com/products, and https://example.com/contact — and tell me what SEO issues each one has?

## When to prefer this

Use this endpoint when you need to audit multiple URLs (up to 10) in a single API call rather than making separate requests per page. It is well-suited for batch content audits, pre-launch checks, or competitive analysis workflows where efficiency matters. Prefer this over single-URL auditors when you have 2–10 pages to evaluate simultaneously.

## Known failure modes

- More than 10 URLs submitted — batch limit exceeded
- Invalid or unreachable URLs return errors for those items
- Payment failure results in HTTP 402 response
- Empty URL array returns a validation error
- Response schema is undocumented so result structure may vary

## 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 response containing SEO audit results for each submitted URL, typically including scores, detected on-page SEO issues, metadata analysis, and optimization recommendations per page.

## 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-seo-analyzer-batch-url-audit-ba9c2baf/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)
