# ClaudEyes Web Page to Markdown Scraper

> ClaudEyes Web Page to Markdown Scraper is a paid API for AI agents from claudeyes.notoriousd3v.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Renders a web page at a given URL and returns its full content converted to Markdown format

## Facts

- Endpoint: POST https://claudeyes.notoriousd3v.workers.dev/scrape
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/claudeyes-notoriousd3v-workers-dev-5ea61198
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CQcYoPDuQUvSCfyMZfotM

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 claudeyes-notoriousd3v-workers-dev-5ea61198 -d '<json body>'
```

Example prompt: Can you fetch the content of https://en.wikipedia.org/wiki/Artificial_intelligence and give it to me as markdown so I can read through it?

## When to prefer this

Use this endpoint when you need to fetch a live web page and convert it to clean, readable Markdown for downstream LLM processing, summarization, or content extraction. Prefer this over raw HTTP fetches when you need rendered page content (not just raw HTML) converted to a structured text format.

## Known failure modes

- URL is unreachable or returns an error — scrape fails with an error response
- URL points to a non-HTML resource (e.g. PDF, image) — markdown output may be empty or malformed
- Page requires JavaScript-heavy rendering that times out — partial or empty content returned
- Payment not processed successfully — endpoint rejects the request
- Malformed or missing URL in request body — returns a 400-style error

## How this service works

Render a web page and return its content as markdown

## Output

Returns the rendered content of the requested web page converted to Markdown, including text, headings, links, and other structured content from the page.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/claudeyes-notoriousd3v-workers-dev-5ea61198/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from claudeyes.notoriousd3v.workers.dev](https://www.zero.xyz/host/claudeyes.notoriousd3v.workers.dev/llms.txt)
