Browser infrastructure for developers

Scrape the web with a real browser.

Send one URL. CloudBrowse runs Chromium, keeps session state, applies your proxy and retry policy, and returns the page artifacts you asked for.

Free plan includes 100 requests per day. No browser installation required.

crawl.sh cURL
curl -X POST https://cloudbrowse.dev/v1/crawl \
  -H "Authorization: Bearer cb_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com",
    "mode": "playwright-stealth",
    "outputs": ["text", "html", "screenshot"],
    "session": { "id": "research-01", "persist": true }
  }'
202 Acceptedapplication/json
{
  "id": "job_7fd2...",
  "status": "queued",
  "links": {
    "status": "/v1/jobs/job_7fd2..."
  }
}
JavaScript rendering Persistent sessions Residential geo control Adaptive retries Network capture

One endpoint, full control

The browser work is handled.
You keep the useful parts.

Start with the defaults. Add state, egress, actions, and recovery policy only when the target needs them.

01

Run the page

Render JavaScript in a managed browser, perform clicks, waits, typing, scrolling, and uploads, and optionally capture network activity.

02

Keep the identity

Reuse cookies, local storage, browser identity, and sticky residential proxy state across related requests.

03

Collect the evidence

Retrieve metadata, text, rendered HTML, screenshots, PDFs, network records, and the history of every attempt.

Async by default

Submit. Poll. Collect.

Browser jobs run behind a queue so your application request stays fast while Chromium does the real work.

See the API flow
  1. 1
    Submit the crawlPOST /v1/crawl
  2. 2
    Read job statusGET /v1/jobs/:id
  3. 3
    Download artifactsGET /v1/jobs/:id/result

Simple pricing

Start free. Move up when the workload does.

The API stays the same across every plan.

Free
$0 / month

Evaluate the API and run lightweight direct crawls.

  • 3,000 monthly credits
  • 100 requests per day
  • 2 concurrent jobs
  • Direct browser crawling
Start free
Pro
$99 / month

Run higher-volume browser workloads and harder targets.

  • 1.25M monthly credits
  • 50 concurrent jobs
  • Residential proxy controls
  • Both browser modes
Request Pro access

Need higher limits? Enterprise plans support custom credits, concurrency, and execution windows. Talk to us →

Built for the difficult pages

Your next crawl is one request away.