Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man browser-session

/browser-session

agentutility / web-probe / browser-session
PRICE / CALL
$0.03
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
webprobe
CATEGORY
uncategorized
STATUS
live
NAME
browser-session headless browser render api / javascript page renderer / render dynamic page / scrape js-heavy site / get post-javascript dom / full-page…
SYNOPSIS
POST https://x402.agentutility.ai/browser-session
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Headless browser render API / JavaScript page renderer / render dynamic page / scrape JS-heavy site / get post-JavaScript DOM / full-page screenshot API. Loads a URL in a real headless browser (JS executed), then returns the rendered HTML and page title, or a base64 screenshot. For pages a plain HTTP fetch can't read because the content is built client-side.

INPUTrequest schema
propertytypedescriptionreq?
urlstringAbsolute http(s) URL to render.required
screenshotbooleanReturn a base64 PNG screenshot instead of HTML. Default false.optional
full_pagebooleanWhen screenshot=true, capture the full scrollable page. Default false.optional
wait_msnumberExtra milliseconds to wait after load for late JS (0-10000). Default 0.optional
block_adsbooleanBlock ad/tracker requests for a cleaner render. Default true.optional
OUTPUTresponse shape
fieldtypedescription
urlstring
final_urlstring
titlestring
htmlstring
bytesstring
truncatedstring
sourcestring
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/browser-session \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the browser-session tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
browsersessionbrowser-session
methods
POST
cluster
webprobe
price
$0.03 USDC per call
ADJACENTother endpoints in webprobe
endpointdescriptionprice
arxiv-searcharXiv full-text search.$0.03
ssl-certSSL certificate inspector / TLS cert checker / certificate transparency lookup / ssl expiry.$0.03
ssl-cert-infoSSL / TLS certificate inspector.$0.03
ssl-certificate-checkSSL certificate check / TLS certificate expiry API.$0.03
subdomain-enumSubdomain enumeration / attack-surface mapping / DNS recon.$0.03
archive-snapshotArchive snapshot API / web archive lookup / Wayback Machine API / historical webpage snapshot / archived URL finder.$0.02
archive-snapshot-apiArchive snapshot API / Wayback Machine snapshot lookup / historical URL capture.$0.02
archive-urlArchive URL lookup / archive snapshot finder / web archive URL builder / Wayback Machine snapshot API.$0.02
SEE ALSO
agentutility · webprobe · x402 · mcp · llms.txt · registry.json · bazaar.x402.org