Browser Rendering
Browser InfraTrustedLIVEby Cloudflare
Cloudflare Browser Rendering runs headless Chromium on Workers across 300+ edge locations. Sub-100ms cold starts, built-in DDoS protection, and zero egress fees make it strong for globally distributed, short-lived render jobs. Session duration ceilings favor short tasks over long authenticated flows.
- Provider
- Cloudflare
- Type
- Browser Infra
- Added
- Apr 2024
- Interface
- Session-level (CDP)
- Trust tier
- trusted
- Egress
- Vendor egress (unverified)
- Evidence
- minimal
- Max session
- 15 min
- Regions
- US, EU, APAC
- Pricing
- browser time $0.005/minegress free
- Compliance
- ZDRSOC 2HIPAAPCI-DSS ROC
0.3%
Traffic share
0.0%
Success
0s
Median duration
$0.001/task
Avg $/task
—
p95 first action
Success rate over time
Traffic share over time
Pricing
| Model | Native price | Normalized $/run | Notes |
|---|---|---|---|
| per minute | $0.005/browser-minute | $0.00 | — |
| browser time | $0.005/min | — | — |
| egress | free | — | — |
Capability matrix
Capabilities for this runner — extra/gap badges compare against the most common capability set for Browser Infra runners in the catalog.
Login flows
MFA/2FA interactions
CAPTCHA handling
File downloadgap
File uploadgap
Form filling
Structured extractionextra
Vision-based
DOM-based
Stealth/anti-bot
Residential proxiesgap
Persistent sessionsgap
Parallel sessions
Human-in-the-loop
Full evidence
Storage capture
Code sample
Pin this runner via routing: "cloudflare-browser"
curl -X POST "$BANANA_PEEL_BASE/api/v1/responses" \
-H "Authorization: Bearer $BANANA_PEEL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "banana-peel",
"input": "Extract the title from https://example.com",
"routing": "cloudflare-browser"
}'