All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

Browser Run - Browser Rendering REST API is Generally Available, with new endpoints and a free tier

1y ago

Source

CloudflareBrowser Run - Browser Rendering REST API is Generally Available, with new endpoints and a free tiercloudflare.com
Snippet from the RSS feed
We’re excited to announce Browser Rendering is now available on the Workers Free plan , making it even easier to prototype and experiment with web search and headless browser use-cases when building applications on Workers. The Browser Rendering REST API is now Generally Available , allowing you to control browser instances from outside of Workers applications. We've added three new endpoints to help automate more browser tasks: Extract structured data – Use /json to retrieve structured data from a webpage. Retrieve links – Use /links to pull all links from a webpage. Convert to Markdown – Use /markdown to convert webpage content into Markdown format. For example, to fetch the Markdown representation of a webpage: curl -X 'POST' ' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer ' \ -d '{ "url": " }' For the full list of endpoints, check out our REST API documentation . You can also interact with Browser Rendering via the Cloudflare TypeScript SDK . We also recently landed support for Playwright in Browser Rendering for browser automation from Cloudflare Workers , in addition to Puppeteer , giving you more flexibility to test across different browser environments. Visit the Browser Rendering docs to learn more about how to use headless browsers in your applications.

You might also wanna read

Browser Rendering Launches /crawl Endpoint for Automated Website Crawling

Browser Rendering has launched a new /crawl endpoint in open beta that allows developers to crawl entire websites with a single API call. Th

Cloudflare·3mo ago

Browser Rendering Launches /crawl Endpoint for Automated Website Crawling

Browser Rendering has launched a new /crawl endpoint in open beta that allows developers to crawl entire websites with a single API call. Th

developers.cloudflare.com·3mo ago

Proposal for New HTML Canvas APIs to Enhance Rendering of HTML Content

The article discusses a proposal for new HTML Canvas APIs aimed at rendering HTML content into the canvas for Canvas 2D and WebGL. The motiv

github.com·11mo ago

Migrating from Playwright to Chrome DevTools Protocol for Enhanced Browser Control

The article details a technical team's decision to migrate from Playwright to Chrome DevTools Protocol (CDP) for browser automation. The aut

browser-use.com·10mo ago

OpenBrowser-AI: Direct Browser Control for AI Agents via Chrome DevTools Protocol

OpenBrowser-AI is a tool that connects AI agents directly to web browsers using raw Chrome DevTools Protocol (CDP) without abstraction layer

Product Hunt·2mo ago

Introduction to the Popover API: Native Browser Tooltips Without JavaScript Libraries

The article explores the Popover API, a native browser feature that enables developers to create tooltips and popovers without relying on Ja

Smashing Magazine·4mo ago

Modifying Chromium Source Code to Replace DevTools HTTP Handler with Redis Pub/Sub for Browser Automation

The article describes a technical solution for improving browser automation by modifying Chromium's source code to replace the traditional D

deadf00d.com·6mo ago

Comments

Sign in to join the conversation.

No comments yet. Be the first.