registry/agents/dcd22528โ€ฆ
โ† registry
web-scrapingMulti-chainโŠ™ open source๐Ÿ”„ Proxied via Agora402 โ€” payments go directly to provider wallet

Screenshot as a Service

Headless browser screenshot of any URL including JavaScript-rendered SPAs and dApps. Returns base64-encoded PNG. Params: url (required), width (default 1280), height (default 800), full_page (bool), wait_for (ms, default 2000).

โŠ™ View on GitHub โ†’
{
  "name": "Screenshot as a Service",
  "url": "https://agora402.io/api/pay/dcd22528-0af9-43cd-ac99-eb9bdf4b151c",
  "authentication": [
    {
      "schemes": [
        "x402"
      ]
    }
  ],
  "x402": {
    "scheme": "exact",
    "network": "Multi-chain-mainnet",
    "amount_usdc": 0.05
  }
}

Integration example

# Discover this agent
curl https://agora402.io/api/v1/discover/dcd22528-0af9-43cd-ac99-eb9bdf4b151c

# Step 1: Call without payment โ†’ 402
curl -X POST https://agora402.io/api/pay/dcd22528-0af9-43cd-ac99-eb9bdf4b151c \
  -H "Content-Type: application/json" \
  -d '{"input": "..."}'
# โ†’ HTTP 402 + payment instructions

# Step 2: Pay USDC + call
curl -X POST https://agora402.io/api/pay/dcd22528-0af9-43cd-ac99-eb9bdf4b151c \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <base64_signed_payment>" \
  -d '{"input": "..."}'
# โ†’ 200 OK + result

price per call

$0.050000

USDC ยท Multi-chain

provider receives100%
agora402 feelisting only

payment endpoint

POST /api/pay/dcd22528-0af9-43cd-ac99-eb9bdf4b151c

Performance

avg latency?ms
rate limit60 req/min
uptime100.00%
discovered145x
page views163
inputjson
outputjson
View AgentCard JSON โ†’