# anybrowse — URL to Markdown Crawler

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

Fetches any web URL and returns its content as LLM-optimized Markdown, suitable for downstream AI processing.

## Facts

- Endpoint: POST https://anybrowse.dev/crawl
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anybrowse-url-to-markdown-crawler-0f9cb129
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vyHbSdUcAPX6lyiH9k9rp

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-crawler-0f9cb129 -d '<json body>'
```

Example prompt: Can you fetch the content of https://example.com/blog/ai-trends and give it to me as clean markdown so I can read and analyze it?

## When to prefer this

Choose this endpoint when you need to fetch arbitrary web pages and get their content in clean, LLM-ready Markdown format — especially useful when feeding web content to language models for summarization, Q&A, or analysis. Prefer it over generic HTTP fetch tools when you need the content parsed and formatted rather than raw HTML.

## Known failure modes

- URL is unreachable or returns a non-200 status — endpoint may return an error or empty content
- Paywalled or login-gated pages may return partial or blocked content
- JavaScript-heavy SPAs may not render fully depending on the browsing agent's capabilities
- Invalid or malformed URL input causes a request error
- Rate limiting or payment issues may block the call

## How this service works

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

## Output

Returns the full content of the requested webpage converted into clean, LLM-optimized Markdown, stripping away HTML structure and rendering the readable text, headings, links, and lists in a format ready for AI consumption.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anybrowse-url-to-markdown-crawler-0f9cb129/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)
