Headless Browsers
Cloud browser infrastructure for AI agents. Navigate, click, extract data, and take screenshots — with built-in stealth mode and anti-detection. Powered by Browserbase.
Your agents can browse the web.
Full Chromium browsers with stealth fingerprinting, proxy rotation, and CAPTCHA solving. Connect via CDP with Playwright, Puppeteer, or our native SDK.
import { Transactional } from '@usetransactional/node';
const tx = new Transactional({ apiKey: 'tr_live_...' });
// Open a browser session
const browser = await tx.browsers.create({
stealth: true,
});
// Navigate to a page
await browser.navigate('https://example.com/pricing');
// Extract structured data
const pricing = await browser.extract({
selector: '.pricing-table',
schema: { plan: 'string', price: 'number' },
});
// Take a screenshot
const screenshot = await browser.screenshot();Built for Web Automation
Enterprise-grade headless browsers with anti-detection built in.
Chromium
Engine
Full Chromium browser with JavaScript and DOM access.
Stealth
Mode
Anti-detection, fingerprint rotation, residential proxies.
<3s
Ready
Browser sessions ready in seconds, globally distributed.
Concurrent
Sessions
Run many browser sessions in parallel per agent.
Everything agents need to browse.
Navigate, extract, and interact with any website.
Instant Sessions
Browser sessions ready in seconds, globally distributed.
Proxy Support
Built-in proxy rotation for high-volume browsing tasks.
Playwright Compatible
Connect with Playwright, Puppeteer, or our native SDK.
ENGINE
MODE
READY
POWERED BY
YOUR AGENTS DESERVE
REAL INFRASTRUCTURE.
START BUILDING AGENTS THAT DO REAL WORK.