# GEDX402 Browser Scrape to Markdown

> GEDX402 Browser Scrape to Markdown is a paid API for AI agents from browser.gedx402.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Fetches a URL or renders raw HTML using a headless browser and returns the page content as clean Markdown

## Facts

- Endpoint: GET https://browser.gedx402.com/v1/browser/outcome/scrape
- Price: $0.02/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-scrape-to-markdown-ab1b1576
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_N9jqzCQMhubEZ4PlRzFH0

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-scrape-to-markdown-ab1b1576
```

Example prompt: Can you scrape https://en.wikipedia.org/wiki/Artificial_intelligence and give me the content as clean markdown? Use a 1280x800 viewport and wait until the page is fully loaded.

## When to prefer this

Use this endpoint when you need to scrape a live webpage or render raw HTML using a real headless browser (Puppeteer-based) and want clean Markdown output — especially for JavaScript-rendered pages. Prefer this over simple HTTP fetchers when the page requires browser rendering. No API key required; pay per call with USDC on Base, Polygon, Arbitrum, World, or Solana.

## Known failure modes

- Invalid or unreachable URL returns an error or empty markdown
- JavaScript-heavy pages may time out if gotoOptions.waitUntil is not configured appropriately
- Payment failure if insufficient USDC balance on supported chain
- Malformed HTML input may produce incomplete or garbled markdown output
- Paywalled or bot-blocked pages may return partial or no content

## How this service works

Scrape Lite — Firecrawl-parity clean Markdown from any URL. Single-hop outcome: POST { url } or GET ?url=. $0.020 USDC per request. Agent search: scrape, markdown, firecrawl, web scrape, scrape-lite.

## Output

A JSON object with a 'markdown' field containing the full page content rendered as clean Markdown text, suitable for reading, summarizing, or further processing by an AI agent.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "html": {
   "type": "string"
  },
  "viewport": {
   "type": "object",
   "additionalProperties": true
  },
  "gotoOptions": {
   "type": "object",
   "additionalProperties": true
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-browser-scrape-to-markdown-ab1b1576/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from browser.gedx402.com](https://www.zero.xyz/host/browser.gedx402.com/llms.txt)
