Anti-detect browser infrastructure for developers. Run thousands of nearly undetectable browser sessions.
Get up and running in minutes, not days. Pick a step to see the code.
import { chromium } from "playwright";
// Connect to a Wayfern browser by opening the CDP WebSocket with a link token.
// Sessions are created implicitly when this connection opens; there is no REST
// endpoint to "create" a session.
const browser = await chromium.connectOverCDP(
"wss://browser.wayfern.com/ws?token=<LINK_TOKEN>",
);
const context = browser.contexts()[0];
const page = await context.newPage();
await page.goto("https://example.com");
console.log(await page.title());
await browser.close();Everything you need to collect data at scale without getting blocked.
Each browser session generates a unique, consistent fingerprint that passes nearly all major detection tests.
Run thousands of concurrent browser sessions across a distributed infrastructure with automatic load balancing.
Sub-100ms browser spin-up times with pre-warmed pools and intelligent session management.
Built-in evasion for Cloudflare, DataDome, PerimeterX, and other major anti-bot systems.
Maintain cookies, local storage, and browser state across sessions for complex multi-step workflows.
Connect via standard CDP protocol. Works with Puppeteer, Playwright, and any WebSocket-compatible library.
Humanized Playwright scrapers for ten major sites, shipped as an npm package. Point them at a Wayfern session — or any browser you already run.
npm install wayfern playwrightEvery scraper takes a Playwright page as its first argument, so it works with any Playwright-drivable browser.
Browser sessions, live search, and captcha solving all draw from the same monthly balance — one bill, no surprise add-ons. Here's how far each plan goes.
For a solo developer getting started.
One shared balance: each figure is the most you can do if the whole month goes to that single activity. Mix them however you like.
For teams scaling internet-scale scraping.
One shared balance: each figure is the most you can do if the whole month goes to that single activity. Mix them however you like.
Datacenter egress free · optional residential exits pay-as-you-go · see full pricing →
Start on Developer or Business in minutes, or talk to us about Enterprise volume and dedicated infrastructure.