# anybrowse — URL to Markdown Scraper

> anybrowse — URL to Markdown Scraper is a paid API for AI agents from anybrowse.dev, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Fetches any web URL and returns its content as LLM-optimized Markdown, enabling autonomous web browsing for AI agents.

## Facts

- Endpoint: POST https://anybrowse.dev/scrape
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anybrowse-url-to-markdown-scraper-cd430cc0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BN3LXPcbci5pTESzbpppl

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 anybrowse-url-to-markdown-scraper-cd430cc0 -d '<json body>'
```

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

## When to prefer this

Use this endpoint when an AI agent needs to read, summarize, or process the content of any public web URL in a clean, LLM-friendly Markdown format. Prefer it over general HTTP fetch tools when you need structured, readable text rather than raw HTML. Especially useful for news articles, documentation pages, blogs, and any content-heavy web pages.

## Known failure modes

- URL is unreachable or returns a non-200 HTTP status — scrape fails with an error
- Page requires JavaScript rendering that the agent cannot execute — content may be incomplete
- Paywalled or login-gated content may not be accessible — returns gated/partial content
- Invalid or malformed URL input — returns a validation error
- Rate limiting or payment failure — returns 402 or 429 status

## How this service works

anybrowse — autonomous web browsing agent. LLM-optimized Markdown.

## Output

Returns the full content of the requested web page rendered as clean, LLM-optimized Markdown text, stripped of HTML clutter and formatted for easy consumption by language models or agents.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anybrowse-url-to-markdown-scraper-cd430cc0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from anybrowse.dev](https://www.zero.xyz/host/anybrowse.dev/llms.txt)
