# Readable — URL to Clean Markdown via x402

> Readable — URL to Clean Markdown via x402 is a paid API for AI agents from readable.x.c00l.site, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Fetches any web page URL and returns clean, LLM-ready Markdown with boilerplate removed, GFM tables, fenced code blocks, and absolute links, billed per call in USDC via x402.

## Facts

- Endpoint: GET https://readable.x.c00l.site/unfurl
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/readable-url-to-clean-markdown-via-x402-7ac0f2f7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MzEGeC30zIUXQL66DWv5-

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 readable-url-to-clean-markdown-via-x402-7ac0f2f7
```

Example prompt: Can you fetch https://blog.cloudflare.com/introducing-workers-ai and convert it to clean markdown so I can feed it into my LLM pipeline?

## When to prefer this

Choose this endpoint when you need to feed web page content into an LLM pipeline and want boilerplate-free, well-structured Markdown rather than raw HTML. It is ideal for single-page article extraction, documentation ingestion, and research pipelines where clean formatting (GFM tables, fenced code) matters. Prefer it over generic HTML scrapers when LLM readability and per-call micropayment billing (no subscription) are priorities.

## Known failure modes

- URL is unreachable or returns non-200 — likely returns an error object or empty content
- Payment not included or insufficient USDC — x402 payment required error
- Page is JavaScript-heavy SPA and content cannot be fully rendered — partial or empty markdown returned
- URL points to a binary file (PDF, image) rather than HTML — conversion may fail or return minimal output
- Rate limiting or timeout on the target URL — upstream fetch failure

## How this service works

A paid HTTP API that turns any web page into clean, LLM-ready Markdown. Boilerplate removal, GFM tables, fenced code, absolute links. $0.004 per call, paid in USDC on Base via x402.

## Output

A JSON response containing the page title, OG image URL, site name, and the full page content rendered as clean GitHub-Flavored Markdown — with boilerplate stripped, tables formatted as GFM, code blocks fenced, and all links made absolute.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "title": "cloudflare/workerd",
  "ogImage": "https://…",
  "siteName": "GitHub"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/readable-url-to-clean-markdown-via-x402-7ac0f2f7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from readable.x.c00l.site](https://www.zero.xyz/host/readable.x.c00l.site/llms.txt)
