# SitePulse Website Audit

> SitePulse Website Audit is a paid API for AI agents from sitepulse-agent-20260911.franciscokaszubski19.chatgpt.site, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-14).

Runs a deterministic SEO, conversion, accessibility, and overall website audit for a given URL, returning a numeric score, verdict, and top fixes, paid per request in USDC via x402.

## Facts

- Endpoint: POST https://sitepulse-agent-20260911.franciscokaszubski19.chatgpt.site/api/x402/audit
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sitepulse-website-audit-42d328e1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gybe2ak-LyhqH-P3hSuPf

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 sitepulse-website-audit-42d328e1 -d '<json body>'
```

Example prompt: Can you run a full SitePulse audit on https://www.myshop.com and tell me the score, verdict, and top fixes I should tackle first?

## When to prefer this

Choose this endpoint when you need a quick, deterministic, per-URL website audit covering SEO, accessibility, and conversion factors in a single call without setting up a crawl infrastructure. It is ideal for agents that need a scored, actionable snapshot of any website on demand, especially when micropayment-per-request billing (USDC via x402) is acceptable and no ongoing monitoring contract is needed.

## Known failure modes

- Invalid or unreachable URL returns an error or empty audit result
- Payment not settled via x402 results in a 402 Payment Required response before audit runs
- Malformed URI in site_url field causes a validation error
- Temporarily unavailable target site may yield incomplete or failed audit
- Rate limiting or quota exhaustion may block repeat rapid requests

## How this service works

Deterministic SEO, conversion, accessibility, and website audits paid per request in USDC on Base through x402.

## Output

Returns a JSON object with a numeric audit score (0–100), a service label ('SitePulse Website Audit'), a verdict string (e.g. 'improve', 'good', 'critical'), and a top_fixes array listing the highest-priority issues to address.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "site_url": {
   "type": "string",
   "format": "uri"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "score": 72,
  "service": "SitePulse Website Audit",
  "verdict": "improve",
  "top_fixes": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sitepulse-website-audit-42d328e1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sitepulse-agent-20260911.franciscokaszubski19.chatgpt.site](https://www.zero.xyz/host/sitepulse-agent-20260911.franciscokaszubski19.chatgpt.site/llms.txt)
