Run the page
Render JavaScript in a managed browser, perform clicks, waits, typing, scrolling, and uploads, and optionally capture network activity.
Browser infrastructure for developers
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.
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 }
}'
{
"id": "job_7fd2...",
"status": "queued",
"links": {
"status": "/v1/jobs/job_7fd2..."
}
}
One endpoint, full control
Start with the defaults. Add state, egress, actions, and recovery policy only when the target needs them.
Render JavaScript in a managed browser, perform clicks, waits, typing, scrolling, and uploads, and optionally capture network activity.
Reuse cookies, local storage, browser identity, and sticky residential proxy state across related requests.
Retrieve metadata, text, rendered HTML, screenshots, PDFs, network records, and the history of every attempt.
Async by default
Browser jobs run behind a queue so your application request stays fast while Chromium does the real work.
See the API flowPOST /v1/crawlGET /v1/jobs/:idGET /v1/jobs/:id/resultSimple pricing
The API stays the same across every plan.
Evaluate the API and run lightweight direct crawls.
Ship a production scraper with browser and proxy controls.
Run higher-volume browser workloads and harder targets.
Need higher limits? Enterprise plans support custom credits, concurrency, and execution windows. Talk to us →
Built for the difficult pages