PERFORMANCE
Automate any tasks
Scale up your operations with our pool of managed browser while we manage the infrastructure.
We keep the browsers ready, so you don't have to worry about their resources usage.
Learn more about our browsersWe handle the scaling and load balancing operations to let you handle your traffic spikes.
Learn how to scaleConnect your Puppeteer, Playwright or any supported CDP framework code easily.
Learn how to connectConnect your AI agents directly to our browsers with MCP. Get data in HTML or markdown formats.
Learn about MCP supportAccess websites from anywhere around the world with our pool of residential proxies.
Learn about residential proxiesExtract data from any websites to improve your research and business intelligence projects.
Learn how to extract dataBuilt 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 Access from anywhere
Our browsers have access to pools of residential proxies to let you connect from anywhere around the globe. You can connect from countries, states and cities.
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
Residential proxies 2$/GB
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
Residential proxies 2$/GB
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.