# GEDX402 Browser Markdown Converter

> GEDX402 Browser Markdown Converter is a paid API for AI agents from ged-x402-browser.jvalamis.workers.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Fetches a web page by URL (or renders raw HTML) using a headless browser and returns the page content as Markdown

## Facts

- Endpoint: GET https://ged-x402-browser.jvalamis.workers.dev/v1/browser/markdown
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-browser-markdown-converter-ecd2ee9c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jHPogxEN0Ce5L78O1d85w

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 gedx402-browser-markdown-converter-ecd2ee9c
```

Example prompt: Fetch the page at https://example.com/article and give me its full content converted to clean Markdown so I can read it easily.

## When to prefer this

Use this endpoint when you need to fetch a live web page (especially JavaScript-rendered content) and want the output as clean Markdown without managing API keys — paying per-call in USDC via x402 on Base, Polygon, Arbitrum, World, or Solana. Ideal for LLM pipelines that need web content in a structured, readable format.

## Known failure modes

- Invalid or unreachable URL returns an error
- Payment failure (insufficient USDC balance or unsupported chain) results in 402 response
- Timeout if the page takes too long to load
- JavaScript-heavy single-page apps may not fully render without appropriate gotoOptions like waitUntil: networkidle0
- Malformed HTML input may produce incomplete or garbled Markdown output

## How this service works

x402 workers ai. pay with usdc on base, polygon, arbitrum, world, or solana. no api keys.

## Output

Returns the full content of the requested web page rendered by a headless browser and converted to Markdown format, suitable for LLM consumption or further processing.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "html": {
   "type": "string"
  },
  "prompt": {
   "type": "string"
  },
  "elements": {
   "type": "array",
   "items": {
    "type": "object"
   }
  },
  "selector": {
   "type": "string"
  },
  "viewport": {
   "type": "object",
   "additionalProperties": true
  },
  "pdfOptions": {
   "type": "object",
   "additionalProperties": true
  },
  "gotoOptions": {
   "type": "object",
   "additionalProperties": true
  },
  "response_format": {
   "type": "object",
   "additionalProperties": true
  },
  "screenshotOptions": {
   "type": "object",
   "additionalProperties": true
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": "# Example\n\nPage content as Markdown."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-browser-markdown-converter-ecd2ee9c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ged-x402-browser.jvalamis.workers.dev](https://www.zero.xyz/host/ged-x402-browser.jvalamis.workers.dev/llms.txt)
