# AgentCarWash Web Cleaner

> AgentCarWash Web Cleaner is a paid API for AI agents from agent-carwash.agentfetcher.workers.dev, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Fetches a public URL and returns structured JSON with title, plain text, markdown, and links — browser-free web content extraction for agents.

## Facts

- Endpoint: POST https://agent-carwash.agentfetcher.workers.dev/v1/clean
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 3
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentcarwash-web-cleaner-52591a4f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_R1v6q4BYaF2No8WxOSMal

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 agentcarwash-web-cleaner-52591a4f -d '<json body>'
```

Example prompt: Can you fetch https://en.wikipedia.org/wiki/Octopus and give me the title, plain text, and all the links on that page as structured JSON?

## When to prefer this

Choose this endpoint when you need a cheap, fast, browser-free way to extract readable content from a single public URL as structured JSON. Ideal for bulk triage of many pages before committing to more expensive deep-extraction packs. Best when pages are static or server-rendered rather than heavily JS-dependent.

## Known failure modes

- URL is not publicly accessible or returns a non-200 status
- Target page is behind authentication or a paywall
- Page is heavily JavaScript-rendered and content cannot be statically extracted
- Invalid or malformed URL provided in request body
- Payment of $0.002 USDC via x402 not completed or rejected
- Rate limiting or timeout on the target server

## How this service works

Cheap web clean for agents: public URL to structured JSON with title, plain text, markdown, and links. Strip chrome without a browser. $0.002 USDC on Base via x402 exact. Ideal for bulk triage before deeper packs.

## Output

A structured JSON object containing the page title, plain text body, markdown-formatted content, and an array of links found on the page — all extracted from the target URL without requiring a browser.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Public webpage URL to clean into agent-ready JSON (title, text, markdown, links)"
  },
  "noCache": {
   "type": "boolean",
   "description": "Skip cache and re-fetch the page"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentcarwash-web-cleaner-52591a4f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent-carwash.agentfetcher.workers.dev](https://www.zero.xyz/host/agent-carwash.agentfetcher.workers.dev/llms.txt)
