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 - New REST API is in open beta!

1y ago

Source

CloudflareBrowser Run - New REST API is in open beta!cloudflare.com
Snippet from the RSS feed
We've released a new REST API for Browser Rendering in open beta, making interacting with browsers easier than ever. This new API provides endpoints for common browser actions, with more to be added in the future. With the REST API you can: Capture screenshots – Use /screenshot to take a screenshot of a webpage from provided URL or HTML. Generate PDFs – Use /pdf to convert web pages into PDFs. Extract HTML content – Use /content to retrieve the full HTML from a page. Snapshot (HTML + Screenshot) – Use /snapshot to capture both the page's HTML and a screenshot in one request Scrape Web Elements – Use /scrape to extract specific elements from a page. For example, to capture a screenshot: curl -X POST ' \ -H 'Authorization: Bearer ' \ -H 'Content-Type: application/json' \ -d '{ "html": "Hello World!", "screenshotOptions": { "type": "webp", "omitBackground": true } }' \ --output "screenshot.webp" Learn more in our documentation .

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

developers.cloudflare.com·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

Cloudflare·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

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

Runo: AI-Powered Web Scraping API That Converts URLs to Structured JSON

Runo is a web scraping API that extracts structured, typed JSON data from any URL using AI. Users define a custom schema with field names, t

scrapewithruno.com·1mo ago

Buffer Launches Unified API for Cross-Platform Social Media Publishing

Buffer has launched a unified API that allows users to publish and manage content across 10 social media platforms through a single endpoint

Product Hunt·1mo ago

Rebrowse: Chrome Extension for Recording Browser Tasks into Automatable JSON Workflows

Rebrowse is a Chrome extension that allows users to record browser tasks and save them as runnable JSON workflows for automation. Built by a

Product Hunt·1y ago

Comments

Sign in to join the conversation.

No comments yet. Be the first.