Soon supported!
Connect to our pool of headless browsers with the Chrome DevTools Protocol (CDP) and get ready to scale up. Let us manage the browsers while you scale your operations.
Effortlessly extract valuable date from websites. Allowing you to collect data for analysis, research, and business intelligence.
Learn MoreStreamline your workflows by automating interactions with websites. Perfect for repetitive form filling, data entry and testing
Learn MoreAutomate PDF creation as part of your workflows and easily convert web pages into PDF documents. Ideal for archiving, reporting, and sharing web content.
Learn MoreAutomate the process of taking screenshots of websites. Perfect for visual testing, monitoring website changes and for visual documentation.
Learn MoreChange the launch method to connect and then specify BlitzBrowser URL with your access key.
Change the launch method to connectOverCDP and then specify BlitzBrowser URL with your access key.
import puppeteer from 'puppeteer';
const browser = await puppeteer.connect({
browserWSEndpoint: `wss://cdp.blitzbrowser.com?accessKey=${process.env.BLITZBROWSER_ACCESS_KEY}`
});
const context = await browser.createBrowserContext();
const page = await context.newPage();
// ...
await browser.close();
Connect NowNo commitement, generous free tier and no credit card required to start.
Free
$0
Start For FreeNo credit card required
30k seconds per month
60 seconds max per session
1 concurrent session
Email support
Starter
$0.000028/second
Start NowPay as you go
First 30k seconds free
Unlimited concurrent sessions
Unlimited seconds per session
Email support
Scale
$0.000014/second
Start NowAutomatically switch into Scale plan when you processed more than 20 millions seconds in the month
Unlimited concurrent sessions
Unlimited seconds per session
Email, chat & video support
Enterprise
Custom
Contact UsLooking to process more than 50 millions seconds per month?
Contact us to get a custom plan and solution adapted for your needs.
A session starts at the moment you connect to a browser until you disconnect from it. The duration of the session is the total number of seconds.
For example, if you have 100 000 sessions with an average duration of 35 seconds. It means you have a total of 3 500 000 seconds.
No, you will automatically upgraded to the Scale plan when you will reach 20 millions seconds in the current month. The next month, you still have to reach 20 millions seconds to get Scale pricing.
BlitzBrowser supports Chrome DevTools Protocol. If your framework is working with CDP, you can use it.