browser rendering api pricing
what is the pricing for browser rendering api? I could only find some limits:
https://developers.cloudflare.com/browser-rendering/platform/limits/
and in this blog post, which seems quite old, i see pricing based on session, so if I don't reuse the sessions, I would pay 0.1 per call? That would make it pretty expensive, am I missing something?
https://blog.cloudflare.com/running-serverless-puppeteer-workers-durable-objects/
Cloudflare Docs
Limits · Browser Rendering docs
The Cloudflare Blog
Running Serverless Puppeteer with Workers and Durable Objects
We’ve heard from developers that configuring and maintaining their own serverless browser automation systems can be quite painful. The Workers Browser Rendering API solves this
2 Replies
AFAIK its part of your worker plan, and doesn't incure additional costs, just need to be within the limits (it fails if you don't, so no risk).
Agree the cost is high, so is the convenience. Building your own stable Puppeteer/Playwright service that also scales can be tricky.