Browser Use · Sessions

by Browser Use

POSTBase

$1

per call · USD Coin on Base

Browser Use: AI browser automation agents in the cloud. POST a natural-language task and an agent navigates websites, fills forms, clicks buttons, extracts structured data, and completes multi-step workflows just like a human. Stealth-enabled remote browsers with CAPTCHA solving, residential proxies, live session view, and optional structured output. Payments top up your balance; managing your session is free — you only pay to open a new browser. Docs: https://docs.browser-use.com

Endpoint

POST https://x402.api.browser-use.com/api/v3/sessions

12

Calls / 30d

7

Unique payers / 30d

Sep 8

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://x402.api.browser-use.com/api/v3/sessions", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "task": "Go to example.com and tell me the page title"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://x402.api.browser-use.com/api/v3/sessions" \
  -H "Content-Type: application/json" \
  -d '{"task":"Go to example.com and tell me the page title"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "id": "3f6f2f64-3bfa-4643-a723-000000000000",
  "isTaskSuccessful": true,
  "liveUrl": "https://cloud.browser-use.com/live/...",
  "output": "Example Domain",
  "status": "stopped",
  "stepCount": 3
}

Payment details

Pay to0xc0ce6bfb16bb6b6e10a9d806e509d8d20996380f
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact, upto

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Browser Use & similar services