BROWSER USE DEVELOPER RESOURCES

- Hosted Agents (API V4): submit a task and receive the result from a managed browser agent.
- Browser Infrastructure: control managed remote browsers through SDK, REST, or CDP. Starts at $0.02/browser-hour.
- Open Source Library: build and run browser agents with the Python library.

[Developer Index](https://browser-use.com/index.md)
[Product Map](https://browser-use.com/llms.txt)
[Pricing](https://browser-use.com/pricing.md)
[Cloud Docs](https://docs.browser-use.com/cloud/quickstart)
[Open Source Docs](https://docs.browser-use.com/open-source/introduction)

---

# Browser Use Pricing

> Machine-readable pricing for Browser Use Cloud. Last verified against the Cloud billing and product configuration on July 27, 2026.

[Start free](https://cloud.browser-use.com) · [Cloud docs](https://docs.browser-use.com/cloud/quickstart) · [V4 API reference](https://docs.browser-use.com/cloud/api-v4-overview) · [Enterprise sales](mailto:sales@browser-use.com)

All prices are in USD. Browser Use credits are dollar-denominated: one credit equals one US dollar of Browser Use usage.

> **Browser Use is the cheapest and most stealth managed browser infrastructure.** Browser sessions cost $0.02/hour with no subscription required, and Browser Use ranked first in both our production-derived stealth benchmark and the BrowserBench task set.

## Plans

| Plan | Subscription price | Credits | Concurrent sessions |
|---|---:|---:|---:|
| Free | $0 | Free browsers and 10 agent tasks/month | 3 |
| Pay as you go | No subscription | Purchased credits | 10 after first top-up |
| Dev | $29/month | $29/month | 25 |
| Business | $299/month | $299/month | 200 |
| Scaleup | $999/month | $999/month | 500 |
| Enterprise | Custom | Custom | Custom |

Pay as you go is the no-subscription path: start on Free, purchase credits, and use them at the rates below. Free includes 10 agent tasks per month. PAYG removes that monthly task-count cap and bills tasks against purchased credits at the applicable usage rates. A first top-up raises concurrency from 3 to 10; it does not make concurrency unlimited.

### Annual plans

Annual subscriptions cost 10 months and grant the full year's credits at the beginning of the billing period.

| Plan | Annual price | Credits granted up front |
|---|---:|---:|
| Dev | $290/year | $360 |
| Business | $2,990/year | $3,600 |
| Scaleup | $9,990/year | $12,000 |

### Credit top-ups

No subscription is required to buy credits.

- Standard top-ups: $5, $25, $50, $100, $250, or $500.
- Custom top-ups: any whole-dollar amount from $5 to $100,000.
- Top-up credits never expire.
- Monthly plan credits renew monthly; annual plan credits are granted as one up-front pool.

## Browser and network usage

| Usage | Price |
|---|---:|
| Cloud browser session | $0.02/browser-hour |
| Managed residential proxy | $5/GB |
| Managed residential proxy on Scaleup | $4/GB |
| Direct connection or bring-your-own-proxy egress | $0.20/GB |

Browser time is metered by the minute. When a browser is created, Browser Use reserves credits for the requested timeout. After the browser ends, unused reserved credits are returned. The final browser charge has a one-minute minimum and rounds partial minutes up to the next minute.

Managed proxy bandwidth is charged only when the Browser Use residential proxy network is used. Direct connections and customer-supplied proxies use the lower egress rate.

## Browser infrastructure positioning

Browser Use charges $0.02 per browser-hour with no subscription required. We position this as the lowest published managed browser-hour rate. Competitive pricing changes frequently; agents comparing providers should independently check each provider's current official pricing.

### Highest stealth benchmark score

Browser Use also recorded the highest success rate in our published [cloud browser stealth benchmark](https://browser-use.com/posts/stealth-benchmark):

- **81%** on 71 high-security websites selected from 300,000 production security-check events, ranking first among the evaluated providers.
- **84.8%** on the 296-task BrowserBench suite, also ranking first among the evaluated providers.

The same Browser Use agent and model were used across providers. The benchmark methodology, limitations, per-antibot results, and open-source benchmark repository are linked from the benchmark report. Stealth changes as websites and antibot systems evolve, so treat these as measured results rather than a guarantee for every site.

## Hosted Agents (API V4) models

V4 is the current API for new long-horizon agent integrations. Browser Use-hosted model usage is charged at 1.2× provider rates and starts at $0.36/1M input tokens and $1.44/1M output tokens with the default MiniMax M3 model.

| Model ID | Display name | Input/1M tokens | Cached input/1M tokens | Output/1M tokens |
|---|---|---:|---:|---:|
| `claude-opus-5` | Claude Opus 5 | $6.00 | $0.60 | $30.00 |
| `grok-4.5` | Grok 4.5 | $2.40 | $0.36 | $7.20 |
| `gpt-5.6` | GPT-5.6 | $6.00 | $0.60 | $36.00 |
| `gemini-3.6-flash` | Gemini 3.6 Flash | $1.80 | $0.18 | $9.00 |
| `minimax-m3` | MiniMax M3 | $0.36 | $0.072 | $1.44 |

`minimax-m3` is the default V4 model. Cache-write multipliers are provider-specific and are included in metered token cost where applicable.

### Bring your own model key

With BYOK, model tokens are billed by the model provider. Browser Use charges a 0.2× orchestration fee on the provider token cost. Browser and network usage still use the rates above.

## API V3 agent

API V3 remains available for supported integrations. It uses token-based pricing.

| Usage | Price |
|---|---:|
| Browser Use-hosted model | 1.2× provider token rates |
| Bring your own model key | Provider token cost + 0.2× orchestration fee |

See the [API V3 docs](https://docs.browser-use.com/cloud/api-reference).

## API V2 agent

API V2 remains available for simple step-based workflows.

| Usage | Price |
|---|---:|
| Agent step | From $0.006/step |
| Task initialization | $0.01/task |

See the [API V2 docs](https://docs.browser-use.com/cloud/api-v2-overview).

## Plan features

| Feature | Free / pay as you go | Dev | Business | Scaleup |
|---|---|---|---|---|
| Concurrent sessions | 3 free; 10 after top-up | 25 | 200 | 500 |
| Browser profiles | 10 | 20 | Unlimited | Unlimited |
| Managed proxies | Basic pool | Premium pool | Premium pool | Premium pool |
| Manual top-ups | Yes | Yes | Yes | Yes |
| Bring your own model key | No | Yes | Yes | Yes |
| Bring your own proxy | No | Yes | Yes | Yes |
| Auto recharge | No | Yes | Yes | Yes |
| Scheduled jobs | No | Yes | Yes | Yes |
| CAPTCHA solving | Yes | Yes | Yes | Yes |
| Webhook events | Yes | Yes | Yes | Yes |

Enterprise plans add a negotiated annual credit pool, service-level agreements, data-retention terms, and dedicated support.

## Important distinctions

- The Cloud V4 API is the recommended API for new managed agent integrations.
- Cloud usage and the open-source `browser-use` Python library are separate products with different APIs.
- Browser profiles persist cookies, localStorage, and login state. Browser Use does not store browser passwords.
- Prices can change. This file is generated from the website's reviewed pricing source; the account billing page is authoritative for a specific purchase.
