Turn a page into Markdown
Browser Run renders the page, then converts the meaningful content into clean Markdown. Great for feeding pages to LLMs, building reading views, or archiving articles.
read.tsPOST/api/read
await env.BROWSER.quickAction("markdown", {
url: "https://blog.cloudflare.com",
})No API tokens, no browser to install. The BROWSER binding talks to a real Chromium over Cloudflare's network.
Clean Markdown will appear here