Browserless v2 is out 🚀! Read more about it here.

Headless browser automation, without the hosting headaches

For even the most complex scraping, testing and automation tasks

The full power of automation libraries and headless browsers, but with fully managed hosting. Write the scripts and we’ll do the rest.

Run any Puppeteer or Playwright script, no matter the complexity

Other browser automation tools only offer basic capabilities. If they don’t cover your use case, you’re left plugging your own library and headless browsers into their system. Browserless is different. We take a browser-first approach, giving you the most powerful possible headless deployment without having to touch any DevOps.

  • Perform any action, no matter how complex

  • Wrap automation scripts in a REST API

  • Hybrid automations for remote interactions

  • Keep browsers alive with session reconnects

  • Create persistent caches and cookies

  • Use JavaScript browser rendering

Use your existing scripts with a quick connection change

  • Puppeteer Connect

  • Playwright

  • REST APIs

1// From inside your Node application
2import puppeteer from 'puppeteer';
3
4// Replace puppeteer.launch with puppeteer.connect
5const browser = await puppeteer.connect({
6  browserWSEndpoint: 'wss://chrome.browserless.io'
7});
8
9// The rest of your script remains the same
10const page = await browser.newPage();
11await page.goto('https://example.com/');
12await page.screenshot({ path: 'screenshot.png' });
13page.close();

Deployment options to fit your needs

Thousands of companies trust us

Browserless helped us focus on the problem we were trying to solve, and less on scaling an automation infrastructure. Browserless's developer focused approach has been a key to us bringing our product to market at the speed we were able to do so. Joel and team are some of the most customer-centric partners I've worked with.

Scott Weinert — Co-Founder & CTO, Atomic

We were hosting our own Puppeteer-driven smoke testing service, which required specialized operational attention to maintain and scale. We began looking for third-party hosted solutions so that we could focus our attention on building and supporting our core products, and Browserless fit the bill.

Christopher Zhen — Software Engineer, Samsara

Browserless is a great browser-as-a-service tool that just works. We use it as a micro-service that renders thousands of dashboards per day as image of PDF and are very happy with the stability and performance.

Ian Formanek — CEO, Cluvio

Browserless helped us focus on the problem we were trying to solve, and less on scaling an automation infrastructure. Browserless's developer focused approach has been a key to us bringing our product to market at the speed we were able to do so. Joel and team are some of the most customer-centric partners I've worked with.

Scott Weinert — Co-Founder & CTO, Atomic

We were hosting our own Puppeteer-driven smoke testing service, which required specialized operational attention to maintain and scale. We began looking for third-party hosted solutions so that we could focus our attention on building and supporting our core products, and Browserless fit the bill.

Christopher Zhen — Software Engineer, Samsara

Ready to try the benefits of Browserless?