playwriter session new, so your existing
workflows and scripts work without changes.| Monthly | Yearly | |
| Per browser | $10 / month | $100 / year (2 months free) |
navigator.webdriver, CDP leak fingerprints, and other bot indicators are all
handled. Sites that block Playwright, Puppeteer, or Selenium out of the box work normally in a
cloud browser.--proxy <region> when you need anti-detection or geo-targeting. Pick from 195+ countries.
Sites that block datacenter IPs or rate-limit by IP range see a normal residential connection.1playwriter session new --browser cloud --custom-proxy user:pass@host:8080
1playwriter cloud login
1export PLAYWRITER_API_KEY=pw_xxxxx
cloud login works but don't require a browser or interactive terminal.1playwriter cloud subscribe
1234567891011# New cloud browser (no proxy, cheapest) playwriter session new --browser cloud # Enable US residential proxy (for anti-detection / geo-targeting) playwriter session new --browser cloud --proxy us # German proxy playwriter session new --browser cloud --proxy de # Japanese proxy playwriter session new --browser cloud --proxy jp
cloud-1, cloud-2. Selecting an
existing cloud session reattaches to the running VM instead of creating a new one.12playwriter -s 1 -e "await page.goto('https://example.com')" playwriter -s 1 -e "console.log(await snapshot({ page }))"
1playwriter cloud status
12345{ "env": { "PLAYWRITER_CLOUD_TOKEN": "your-token" } }