# Pa1m SEO Full Audit

> Pa1m SEO Full Audit is a paid API for AI agents from seo.hypa1m.xyz, paid per call via x402, $5/call, status unknown (last checked 2026-09-14).

Runs a comprehensive async SEO audit on any website, scoring it across 200 rules in 20 categories including technical health, Core Web Vitals, content quality, AI-GEO signals, accessibility, security headers, and structured data.

## Facts

- Endpoint: POST https://seo.hypa1m.xyz/scan/full
- Price: $5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pa1m-seo-full-audit-45fbbb41
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VAK8OMG4nRkS2ums3U6ea

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 pa1m-seo-full-audit-45fbbb41 -d '<json body>'
```

Example prompt: Can you run a full SEO audit on myshop.com — I want scores across all categories including technical health, Core Web Vitals, content quality, and structured data so I know exactly what to fix?

## When to prefer this

Choose this endpoint when you need a thorough, multi-category SEO audit with 200 rules rather than a quick single-category check. Prefer /scan/full over /scan/quick when depth matters — it covers all 20 categories including AI-GEO signals and structured data that lighter audits may skip. Ideal for pre-launch reviews, competitive benchmarking, or periodic health checks where completeness outweighs speed.

## Known failure modes

- Invalid or unreachable URL returns an error before job creation
- Job may time out for very large or slow-responding sites
- Polling /status/{job_id} with an invalid job_id returns a 404
- Payment failure (insufficient USDC) prevents job from being queued
- Rate limiting if too many concurrent audits are submitted

## How this service works

SEO audit any website — 200 rules across 20 categories: technical health, Core Web Vitals, content quality, AI-GEO signals, accessibility, security headers, structured data, and more. Async job flow: POST /scan/quick or /scan/full → poll GET /status/{job_id} → get JSON result with per-category scores (0–100) and issue lists. Use /brief for an AI action plan, /analyze for free-form SEO questions, or /check/{category} for instant single-category audits.

## Output

Returns a job_id and status immediately (async). Once complete (polled via GET /status/{job_id}), delivers a JSON report with per-category scores from 0–100 and detailed issue lists across 20 categories: technical health, Core Web Vitals, content quality, AI-GEO signals, accessibility, security headers, structured data, and more.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Site root URL to crawl"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "job_id": "uuid",
  "status": "pending",
  "estimated_seconds": 300
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pa1m-seo-full-audit-45fbbb41/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from seo.hypa1m.xyz](https://www.zero.xyz/host/seo.hypa1m.xyz/llms.txt)
