Summary

Cloudflare updated Browser Run's /snapshot endpoint with a formats parameter that can return multiple page representations in one call. In addition to HTML and screenshots, developers can request Markdown and the accessibility tree, which are especially useful inputs for AI agent workflows.

What changed

Browser Run snapshots added multi-format output support, including Markdown and accessibility tree formats.

Why it matters

AI agents need clean page representations, not only screenshots or raw HTML. Returning Markdown and accessibility trees directly can simplify browsing agents, evaluators, and web automation systems that need structured, model-friendly page state.

Evidence excerpt

Cloudflare says Browser Run's /snapshot endpoint can now include Markdown and the accessibility tree alongside HTML content and a screenshot, with these formats particularly useful for AI agent workflows.

Sources