F.A.Q.

Your time is precious. Let's get you flying fast.

Pricing Questions

How much are credits worth with the Utility API?

The Utility API is priced based on the number of requests. For every 1 successful API request, you’re billed exactly 1 credit.

Check your account dashboard for a breakdown of your usage.

How much are credits worth with the Websocket API?

The Websocket API is priced based on session duration. For every 30 seconds of activity (rounded up), you’re billed exactly 1 credit.

For example, a session that lasts 4 minutes and 20 seconds would cost exactly 9 credits.

Check your account dashboard for a breakdown of your usage.

What happens if I go over my base credit limit?

If you go over your plan’s credit limit, you’ll be charged for exactly how many extra credits you spend.

That said, we don’t ever want to surprise you with runaway costs. So we maintain dynamic values for your account’s soft limit and hard limit.

Your soft limit defaults to your monthly subscription, and your hard limit defaults to 2x your monthly subscription. For free plans, we set these values to $10 and $20, respectively.

When you cross your soft limit, we’ll send you a email asking you to approve an increase to your limits by an incremental amount. If you don’t approve the increase, as soon as you reach your hard limit, we will begin rejecting all requests. This block will persist until either the billing period ends or you approve the increase.

These emails will also invite you to upgrade your plan, but only when it’s cost-effective for you to do so. We will never take this action automatically.

How do I change plans?

You can change your plan at any time. Just pop over to your account’s billing page and make your changes.

When changing subscriptions, we’ll pro-rate the difference in cost. So if you upgrade plans half-way through the billing cycle, we’ll charge you the difference for the remainder of the cycle. And if you downgrade plans, we’ll save the difference as a credit toward your next billing cycle.

If you switch from monthly to annual billing or vice versa, we’ll still pro-rate the difference, and we’ll also change your billing date to today.

Features Questions

Which automation libraries do you support?

At present, we only support Playwright. With great performance, awesome developer tools, major browser support, multiple programming language options, a huge community, and growing usage, we’re bullish on the library’s future.

We aim to support Puppeteer soon. If you want to bump Puppeteer up on our roadmap, contact us.

Lastly, we have no plans to support Selenium or Cypress. Both have poor APIs, bad performance, and are slowly trending down in usage.

Does BrowserCat avoid bot detection?

Yes, and moreso going forward.

Currently, we tune our browsers to look maximally like a real human browser. We also allow you to connect any proxy you want to the process.

We are exploring solutions for in-house residential proxies, captcha solution APIs, and input humanization (e.g. natural mouse and keyboard movements).

If you would like to try out beta tools, contact us.

Can I use BrowserCat for local development?

Yes! It can substantially speed up tests, scraping, and automation locally. Since you don’t have to run browsers locally, your throughput is easily 10x - 100x greater.

We recommend developing with local browsers until your browser automation becomes a bottleneck. Then switch to BrowserCat. Our starter repo uses separate commands for local vs cloud runs, making it easy to switch between them on the fly.

Am I locked into BrowserCat?

Since BrowserCat is built on open source technology, you can always migrate, either to a competitor or to internal hosting. The difference between using us and using your own browsers is a single line change:

// with BrowserCat
const browser = await pw.chromium.connect(bcatApiUrl);

// without BrowserCat
const browser = await pw.chromium.launch();

Automate Everything.

Tired of managing a fleet of fickle browsers? Sick of skipping e2e tests and paying the piper later?

Sign up now for free access to our headless browser fleet…

Get started today!