# SEO Technical Audit via the402.ai

> SEO Technical Audit via the402.ai is a paid API for AI agents from api.the402.ai, paid per call via x402, $0.525/call, status down (last checked 2026-09-15).

Purchases and initiates an SEO technical audit service for a given website, returning actionable technical SEO findings

## Facts

- Endpoint: POST https://api.the402.ai/v1/services/svc_7d418c565722436e/purchase
- Price: $0.525/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-the402-ai-38e77c4e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ypXMV8pQPK_Ku-Slk8aBx

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 api-the402-ai-38e77c4e -d '<json body>'
```

Example prompt: Can you run a full technical SEO audit on https://www.example.com and tell me what issues are hurting its search rankings — things like crawl errors, missing meta tags, slow pages, and broken links?

## When to prefer this

Choose this endpoint when you need a comprehensive, automated technical SEO audit of a website covering crawl health, indexability, on-page signals, and performance. Prefer this over generic web scraping when the goal is specifically SEO diagnosis and actionable technical recommendations rather than raw content extraction.

## Known failure modes

- Invalid or unreachable URL provided — audit cannot crawl the target site
- Payment of 0.525 USDC not fulfilled — job not initiated
- Job times out if the target site is very large or slow to respond
- Domain blocked or disallowed by robots.txt — partial audit results
- Service returns job ID but results require polling the job status endpoint

## How this service works

Purchase: SEO Technical Audit

## Output

A technical SEO audit report containing identified issues such as crawl errors, indexation problems, broken links, redirect chains, missing or duplicate meta tags, page speed issues, structured data errors, and prioritized recommendations for improvement.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "id"
 ],
 "properties": {
  "id": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-the402-ai-38e77c4e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.the402.ai](https://www.zero.xyz/host/api.the402.ai/llms.txt)
