Lease one ordinary remote browser with standard CDP access for 10, 30, or 60 minutes
Lease one ordinary remote browser with standard CDP access for 10, 30, or 60 minutes. No automation, proxy, stealth, or target-success promise.
50000 (raw units)
price
22
calls / 30d
9
unique payers
2026-09-18
updated
Provider
ausca.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x26572ff23c6c52bfb1a69cb0c9114a8be443b422",
"asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"amount": "50000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"idempotency_key": "ausca-x402-discovery-example",
"input": {
"duration_seconds": 600
},
"input_schema_digest": "sha256:b61ca378ca30dc89969629b0b69c9ee36343dbb77441ff757853fa871ba0068f",
"offer_id": "browser.session",
"offer_revision": "browser-duration-r3",
"offer_revision_digest": "sha256:d3f408b995bed34d613543d1e810c9dde96e83d21b6f195afcb2b73142ada99f",
"output_schema_digest": "sha256:82b79fb36c669dac6660128ce0b9d49a79d2aaa59d7ddc21f72b3c5435866ce9"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"inspect_url": "/v1/invocations/ausca-discovery-example",
"invocation": {
"invocation_id": "ausca-discovery-example",
"offer_revision_digest": "sha256:d3f408b995bed34d613543d1e810c9dde96e83d21b6f195afcb2b73142ada99f",
"output": {
"resource_lease": {
"created_at": "2026-09-01T00:00:00Z",
"expires_at": "2026-09-01T00:10:00Z",
"schema": "ausca.browser_session.lease.v1",
"session_id": "brs_abcdefghijklmnopqrstuv",
"state": "ready"
}
},
"output_digest": "sha256:e9816aabe63e16405274d6cb4c7ac7b02e6f2046d0e10ebcf4107dab3be3f65f",
"receipt_ref": {
"public_url": "https://runx.ai/r/0000000000000000000000000000000000000000000000000000000000000000",
"type": "receipt",
"uri": "runx:receipt:discovery-example"
},
"state": "succeeded",
"updated_at": "2026-01-01T00:00:00Z"
},
"status": "accepted"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"idempotency_key": {
"maxLength": 128,
"minLength": 16,
"type": "string"
},
"input": {
"additionalProperties": false,
"properties": {
"duration_seconds": {
"enum": [
600,
1800,
3600
],
"type": "integer"
}
},
"required": [
"duration_seconds"
],
"type": "object"
},
"input_schema_digest": {
"const": "sha256:b61ca378ca30dc89969629b0b69c9ee36343dbb77441ff757853fa871ba0068f"
},
"offer_id": {
"const": "browser.session"
},
"offer_revision": {
"const": "browser-duration-r3"
},
"offer_revision_digest": {
"const": "sha256:d3f408b995bed34d613543d1e810c9dde96e83d21b6f195afcb2b73142ada99f"
},
"output_schema_digest": {
"const": "sha256:82b79fb36c669dac6660128ce0b9d49a79d2aaa59d7ddc21f72b3c5435866ce9"
}
},
"required": [
"offer_id",
"offer_revision",
"offer_revision_digest",
"input_schema_digest",
"output_schema_digest",
"input",
"idempotency_key"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"inspect_url": {
"pattern": "^/v1/invocations/[A-Za-z0-9][A-Za-z0-9._:-]*$",
"type": "string"
},
"invocation": {
"properties": {
"invocation_id": {
"maxLength": 128,
"minLength": 1,
"pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
"type": "string"
},
"offer_revision_digest": {
"const": "sha256:d3f408b995bed34d613543d1e810c9dde96e83d21b6f195afcb2b73142ada99f"
},
"output": {
"additionalProperties": false,
"properties": {
"resource_lease": {
"additionalProperties": false,
"properties": {
"created_at": {
"format": "date-time",
"type": "string"
},
"expires_at": {
"format": "date-time",
"type": "string"
},
"schema": {
"const": "ausca.browser_session.lease.v1"
},
"session_id": {
"pattern": "^brs_[A-Za-z0-9_-]{22,64}$",
"type": "string"
},
"state": {
"const": "ready"
}
},
"required": [
"schema",
"session_id",
"state",
"created_at",
"expires_at"
],
"type": "object"
}
},
"required": [
"resource_lease"
],
"type": "object"
},
"output_digest": {
"pattern": "^sha256:[a-f0-9]{64}$",
"type": "string"
},
"receipt_ref": {
"properties": {
"public_url": {
"format": "uri",
"maxLength": 2048,
"pattern": "^https://[^?#]+/r/[a-f0-9]{64}$",
"type": "string"
},
"type": {
"const": "receipt"
},
"uri": {
"maxLength": 512,
"minLength": 1,
"type": "string"
}
},
"required": [
"type",
"uri"
],
"type": "object"
},
"state": {
"enum": [
"admitted",
"running",
"succeeded",
"failed",
"cancellation_requested",
"cancelled"
],
"type": "string"
},
"updated_at": {
"format": "date-time",
"type": "string"
}
},
"required": [
"invocation_id",
"offer_revision_digest",
"state",
"updated_at"
],
"type": "object"
},
"status": {
"const": "accepted"
}
},
"required": [
"status",
"invocation",
"inspect_url"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://ausca.com/v1/lease-browser" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://ausca.com/v1/lease-browser");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://ausca.com/v1/lease-browser")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/6818.json, and this resource appears in /discovery/resources and /discovery/search.