Scraping APIs · Remote browsers · Agent-ready infrastructure

Scraping API & browser automation infrastructure for production.

Connect Playwright over WebSocket or call a structured HTTP scrape API. Managed browsers, proxies, and clear usage metrics—without operating undifferentiated infra.

connect.py
import asyncio
from playwright.async_api import async_playwright

BROWSER_TOKEN = "bt_live_YOUR_TOKEN_HERE"

async def main():
    async with async_playwright() as pw:
        browser = await pw.chromium.connect(
            f"wss://browser.stratifyops.cloud/ws"
            f"?browser_token={BROWSER_TOKEN}"
        )
        page = await browser.new_page()
        await page.goto("https://example.com")
        print(await page.title())
        await browser.close()

asyncio.run(main())

Two interfaces, one platform

Use browsers when you need full control; use HTTP when you want a fast, declarative scrape.

Playwright WebSocket

wss://browser.stratifyops.cloud/ws

Managed browser contexts with automatic bot-protection handling and rotating egress—ideal for multi-step flows and agent loops.

  • Browser token (bt_live_…)
  • Full Playwright surface
  • Live session telemetry

HTTP scraping API

POST /v1/scrape

One-shot structured extraction with optional rendering—perfect for pipelines that do not need a persistent browser.

  • API key (sk_live_…)
  • CSS extract rules + screenshots
  • Predictable JSON responses

Everything you expect from serious infra

Opinionated defaults, minimal ceremony, room to grow into AI-driven workflows.

Resilient managed browsers

Managed browser sessions designed to stay unblocked against modern bot defenses.

Proxies included

Rotating residential egress without spinning up your own proxy ops.

Playwright WebSocket

Drop-in connect() against managed browsers with familiar Playwright APIs.

HTTP scrape API

POST a URL, optional JS render, CSS extraction rules, screenshots.

Observable by design

Session analytics, success ratios, and worker signals in one console.

Built for agents

Same infra for classic scrapers and the next wave of web agents & automations.

Pricing that stays understandable

Compare limits at a glance. Upgrade when your pipelines—not dashboards—tell you to.

Free

$0

Test the platform — no credit card required.

  • 2 API keys
  • 1,000 requests / month
  • 10 req / min rate limit
  • 1 browser token · 1 concurrent session
  • Datacenter proxy
  • HTML output only
  • Community support
Get started

Starter

$49/mo

For small teams and regular scraping jobs.

  • 5 API keys
  • 100,000 requests / month
  • 60 req / min rate limit
  • 3 browser tokens · 3 concurrent sessions
  • Datacenter proxy
  • HTML + screenshot output
  • Email support
Start Starter
Most popular

Pro

$249/mo

Production pipelines that need bot-protection handling + AI output.

  • 20 API keys
  • 500,000 requests / month
  • 200 req / min rate limit
  • 10 browser tokens · 10 concurrent sessions
  • Rotating residential proxies
  • HTML · Markdown (AI) · Screenshot · JSON
  • Bot-protection browser sessions
  • Priority support + Slack
Start Pro

Enterprise

Custom

Dedicated infrastructure for high-volume scraping.

  • 100 API keys
  • Unlimited requests / month
  • 1,000+ req / min
  • 50 browser tokens · 50 concurrent sessions
  • Premium ISP-level proxy
  • All output types + dedicated workers
  • Custom SLA · 99.9% uptime
  • Slack + phone support
Contact sales

Need a deeper comparison? Full pricing page

Ship your next scraper—or agent—with confidence

Create a workspace in minutes. Plug in tokens or keys and route traffic through the same hardened edge.

Create account