# SitePulse Conversion Audit

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

Runs a deterministic conversion-focused audit on a given website URL and returns a score, verdict, and prioritized list of fixes, paid per request in USDC on Base.

## Facts

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

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-conversion-audit-a62f5962 -d '<json body>'
```

Example prompt: Can you run a conversion audit on https://www.acmeshop.com and tell me what score it gets and what the top things to fix are?

## When to prefer this

Choose this endpoint when you need a fast, deterministic, per-request conversion audit with a clear numeric score and actionable fix list — especially in agent workflows where per-call micropayment via x402/USDC on Base is acceptable and you need structured JSON output rather than a narrative report. Prefer it over general SEO tools when the specific focus is conversion optimization rather than keyword rankings or technical SEO.

## Known failure modes

- Invalid or unreachable URL returns an error or empty results
- Payment failure (insufficient USDC balance or x402 protocol error) blocks the request
- Rate limiting or server-side timeout for slow or large websites
- Private/intranet URLs that the auditor cannot access return no data
- Malformed URI input triggers schema validation rejection

## 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 conversion score (0–100), the service name ('SitePulse Conversion Audit'), a verdict string (e.g. 'improve', 'good'), and a list of top prioritized fixes to address conversion weaknesses on the audited site.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sitepulse-conversion-audit-a62f5962/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)
