Irmu
Browser API

Playwright power without the infrastructure.

Run full browser sessions on demand: click, type, scroll, wait, intercept network traffic and evaluate JavaScript — all through JSON instructions or a remote CDP connection you can drive from Playwright and Puppeteer directly.

Start freeRead the docsPOST https://app.irmu.com/api/browser
Features

What Browser API handles for you

Action sequences

Describe clicks, inputs, waits and scrolls as a JSON array — no runner to host.

CDP endpoint

Connect Playwright or Puppeteer over WebSocket to a managed Chromium.

Network interception

Capture XHR/fetch payloads to grab data before it reaches the DOM.

Stealth profile

Fingerprints, fonts, canvas and WebGL noise tuned to look human.

Session recording

Optional trace and video of every step for debugging.

Autoscaling

Thousands of concurrent browsers, cold start under 800ms.

Example

Request

request.sh
curl -X POST https://app.irmu.com/api/browser \
  -H "Authorization: Bearer irmu_sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://app.example.com/login",
    "actions": [
      { "type": "fill", "selector": "#email", "value": "demo@irmu.com" },
      { "type": "click", "selector": "button[type=submit]" },
      { "type": "waitForSelector", "selector": ".dashboard" }
    ],
    "return": ["html", "cookies"]
  }'
Example

Response

response.json
{
  "status": "completed",
  "steps": 3,
  "duration_ms": 2841,
  "html": "<div class=\"dashboard\">...",
  "cookies": [{ "name": "sid", "value": "..." }]
}
Evaluate it

Measure it on your own targets

We don't publish benchmark tables, because latency and success rates depend entirely on the sites you crawl. The free plan is there so you can measure Browser API against your real target list before you pay for anything.

Run your first request →
Pricing

Credits per operation

  • Standard fetch

    Datacenter IP, no JavaScript execution

    1 credit
  • Standard fetch + JavaScript

    Page rendered in a real browser

    5 credits
  • Premium fetch

    Residential IP, rarely blocked

    10 credits
  • Premium fetch + JavaScript

    Residential IP and full rendering

    25 credits
  • AI question about a page

    Free with your own language model

    5 credits
  • Country, region or city targeting

    Included on every request

    Free
See full pricing →

Start building with Irmu today

1,000 free credits every month, no card required. Every API, every integration, one key.