PERFORMANCE
Automate any tasks
Scale your productivity. Our browsers are ready to extract data, automate repetitive workflows, generate PDFs and capture all the screenshots you need.
Extract valuable data from any websites to empower your analysis, research, and business intelligence projects.
Learn MoreStreamline your tasks by automating repetitive interactions with websites. Ideal for form filling, data entry and web testing.
Learn MoreGenerate PDFs from any web pages. Ideal for archives, reports and invoices.
Learn MoreInstantly screenshot any web page. Perfect for visual testing, monitoring website updates and visual documentation.
Learn MoreBuilt For Developers
Connect your code to our browsers with the Chrome DevTools Protocol (CDP). Support all the languages and frameworks.
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 Now Clear and Simple
No commitement, generous free tier and no credit card required to start.
Free
$0
8 hours for free
No credit card required
30k seconds per month
60 seconds max per session
1 concurrent session
Email support
Starter
$0.10/hour
$0.000028/second
Pay as you go
First 30k seconds free
Unlimited concurrent sessions
Unlimited seconds per session
Email support
Scale
$0.05/hour
$0.000014/second
Automatically 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
-
Looking to process more than 50 millions seconds per month?
Contact us to get a custom plan and solution adapted for your needs.
Need help?
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.