Make the web an API Browser automation. Web scraping.
Get data and automate workflows with the power of Headless Chrome. Purpose built APIs along with the reliability and scale of Browserless. Web scraping and web automation are easier than ever.
Scraping
Get page content, after JavaScript has run, through our powerful /content API. You can even block images, reject ads, and more to improve response times — all via a simple API
Puppeteer and more
If you're needing to navigate, click buttons, or login to a page, you can use popular libraries like Puppeteer or Playwright to easily right your own automatic scripts.
Not running node? See how you can write highly-performant scripts with our /function API.
Check out our examples
Content API
Get a pages content, after JavaScript has ran
Scraping API
Get the top 10 post titles on Hacker News
Puppeteer
Or, use puppeteer to drive your own automation
1// Automatically responds with the pages HTML payload
2$ curl -X POST \
3https://chrome.browserless.io/content \
4-H 'Content-Type: application/json' \
5-d '{
6"url": "https://example.com/"
7}'
Scraping / Automation Customer Case Studies
We use Browserless at Samsara to generate fake traffic for our cloud dashboard. In particular, for routes that don’t have a lot of customer traffic, it’s hard to prevent a single error from triggering an SLO alert. With Browserless, we can generate fake traffic to a route and prevent these false positive alerts.
Christopher Zhen — Software Engineer, Samsara
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 use Browserless at Samsara to generate fake traffic for our cloud dashboard. In particular, for routes that don’t have a lot of customer traffic, it’s hard to prevent a single error from triggering an SLO alert. With Browserless, we can generate fake traffic to a route and prevent these false positive alerts.
Christopher Zhen — Software Engineer, Samsara
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