# pagemd Web Page to Markdown Converter

> pagemd Web Page to Markdown Converter is a paid API for AI agents from pagemd.dcstone09.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Fetches any public web page and returns its content as clean, LLM-ready Markdown text

## Facts

- Endpoint: GET https://pagemd.dcstone09.workers.dev/convert
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pagemd-web-page-to-markdown-converter-bbfa7fe0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KDf8Tmh16BWfkYhiNqW9c

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 pagemd-web-page-to-markdown-converter-bbfa7fe0
```

Example prompt: Can you grab the content of https://en.wikipedia.org/wiki/Artificial_intelligence and give it to me as clean markdown so I can feed it into my LLM pipeline?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-use conversion of a single public URL to clean LLM-ready markdown without setting up your own scraping infrastructure. It is ideal for AI agents that need to ingest arbitrary web content on demand, especially in x402-compatible micropayment workflows on Base. Prefer this over general-purpose scraping APIs when the output format specifically needs to be markdown optimized for LLM consumption.

## Known failure modes

- URL is behind a login wall or paywall — returns empty or partial markdown
- Page uses heavy JavaScript rendering — content may be incomplete if JS is not executed
- Invalid or malformed URL — likely returns an error response
- Private or intranet URLs — unreachable from the worker, returns a fetch error
- Rate limiting or network timeout from the target server — may return an error or empty body
- x402 payment failure — request not processed if USDC payment is not completed

## How this service works

Fetch any public web page as clean, LLM-ready Markdown. Paid via x402 (USDC on Base).

## Output

A plain text response containing the web page's content rendered as clean, structured Markdown — with headings, links, lists, and paragraphs formatted for direct use in LLM prompts or pipelines, stripped of irrelevant HTML, scripts, and styling.

## Response schema (JSON Schema)

```json
{
 "type": "text",
 "example": "# Example Domain\n\nThis domain is for use in documentation examples..."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pagemd-web-page-to-markdown-converter-bbfa7fe0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pagemd.dcstone09.workers.dev](https://www.zero.xyz/host/pagemd.dcstone09.workers.dev/llms.txt)
