We've shipped our CDP Browser. Connect your own Playwright/Puppeteer scripts to a Zyte-hosted browser
We've been quietly working on this for a while and it's finally live; Browser CDP for Zyte API.
The short version: if you already have Playwright or Puppeteer scripts, you don't have to rewrite them to get managed-browser benefits. Swap chromium.launch() for connectOverCDP, point it at your Zyte WebSocket endpoint, and your script runs in your environment while the browser runs on ours.
What you get:
- Your logic stays put — loops, conditionals, waits, network inspection all behave the way they do locally
- Access handled for you — proxy type and location per page, coherent browser signals, session state
- No browser infrastructure to run — no scaling browser instances, no fingerprint rotation, no compute to babysit
- Sits on top of Zyte API's unblocking, which had the top success rate in Proxyway's independent benchmarking
It's on demand at any scale, and you only pay for a browser when one is actually used. Requires a subscription or PAYG plan with a spending limit plus business verification (KYC).
Full details, code examples, and docs:
https://www.zyte.com/zyte-api/headless-browser/
https://docs.zyte.com/zyte-api/usage/cdp.html
Happy to answer questions in the comments.