Browserless
Scalable headless Chrome fleet for Playwright and Puppeteer agents
Browserless provides enterprise-grade, cloud or self-hosted headless browser infrastructure designed to run high-concurrency agent workflows.
Quickstart Execution
connect.ts
Get started with Browserless in your project.
import { chromium } from 'playwright'
// Connect directly to a remote Browserless Chrome cluster
const browser = await chromium.connectOverCDP(
`wss://chrome.browserless.io?token=${process.env.BROWSERLESS_TOKEN}`
)
const page = await browser.newPage()
await page.goto('https://www.cvr.dk')
console.log(await page.title())
await browser.close()About Browserless
Browserless is the headless browser infrastructure backbone for AI agents. Rather than managing local Chromium processes with memory leaks and CPU spikes, agents connect via WebSocket (`ws://`) to a cluster of headless browsers with built-in proxy rotation, stealth mode, and live visual debugging.
Danish Product & Data Recipes
How developers and agents use Browserless to connect with Danish digital infrastructure.
Run 24/7 Rejseplanen & Transit Monitoring Agents
Offload continuous headless browser scraping of Danish regional bus and train delays to a dedicated Browserless Docker instance.