# SEO Analyzer Batch Audit API

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

Performs SEO audits on up to 10 URLs simultaneously in a single batch request

## Facts

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

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 seo-analyzer-batch-audit-api-25541111
```

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

## When to prefer this

Choose this endpoint when you need to audit multiple web pages for SEO quality in a single API call rather than making individual requests per URL. It is ideal for bulk auditing up to 10 pages at once, saving time and cost compared to sequential single-URL audits. Best suited for site owners, SEO professionals, or agents automating SEO health checks across multiple pages of a website.

## Known failure modes

- More than 10 URLs submitted — API may reject or truncate the batch
- Invalid or unreachable URLs return errors for those specific entries
- Malformed URL strings cause validation failures
- Rate limiting or payment processing issues prevent the call from completing
- Timeout if target URLs are slow to respond during crawl

## How this service works

SEO audit of up to 10 URLs in batch

## Output

Returns SEO audit results for each submitted URL, including identified issues, scores, and optimization signals such as metadata quality, heading structure, link analysis, and other on-page SEO factors for each of the up to 10 URLs in the batch.

## 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/seo-analyzer-batch-audit-api-25541111/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from seo-analyzer.api.klymax402.com](https://www.zero.xyz/host/seo-analyzer.api.klymax402.com/llms.txt)
