ZeroWorker Web Action API

Deploy serverless functions globally in seconds. No cold starts, 330+ cities, infinite concurrency, and pay only for CPU time. Support for JavaScript, TypeScript, Python, and Rust.

InfraLiveeip155:8453Exactvia cdp
WebPreflightFormsAi-agentsWeb-automation
Settlements · 30d
6
No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days.
$0.04
Verified settled volume
6 settlements proven x402 by their on-chain EIP-3009 marker.
$0.0030
Listed price
As published in the catalog. Always read the live 402 before paying.
5
Calls · 30d
Upstream's own call count for this endpoint, not ours.
3
Unique payers · 30d
Last called 2026-09-24 22:24Z
—
Upstream on-chain volume
Reported by the source catalog.
Paid to
0xad277cf8B5D9fa5008D06cBdBE349F5DF3c0Cc8f

The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.

Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Provider

The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.

Accepts

The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.

0.003USDC≈ $0.003 USD
on Base · exact scheme

Pay 0.003 USDC on Base to 0xad27…0Cc8f. The signed payment is good for 5 minutes.

USD Coin contract
0x8335…02913
Payment window
5 minutes
As published
3000 smallest units
The catalog’s raw entry
[
  {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "extra": {
      "name": "USD Coin",
      "version": "2"
    },
    "payTo": "0xad277cf8B5D9fa5008D06cBdBE349F5DF3c0Cc8f",
    "amount": "3000",
    "scheme": "exact",
    "network": "eip155:8453",
    "maxTimeoutSeconds": 300
  }
]

Extensions

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "url": "https://example.com/contact"
        },
        "type": "http",
        "method": "POST",
        "bodyType": "json"
      },
      "output": {
        "type": "json",
        "example": {
          "http": {
            "status": 200,
            "contentType": "text/html; charset=utf-8",
            "redirectCount": 0
          },
          "page": {
            "formsFound": 1,
            "spaMarkers": [],
            "iframeCount": 0,
            "scriptCount": 2,
            "captchaMarkers": []
          },
          "forms": [
            {
              "index": 0,
              "action": "https://example.com/contact/submit",
              "fields": [
                {
                  "id": "contact-email",
                  "max": null,
                  "min": null,
                  "name": "email",
                  "step": null,
                  "type": "email",
                  "label": "Email address",
                  "value": "",
                  "checked": false,
                  "options": null,
                  "pattern": null,
                  "disabled": false,
                  "multiple": false,
                  "required": true,
                  "maxLength": 254,
                  "minLength": null,
                  "placeholder": "you@example.com",
                  "autocomplete": "email",
                  "selectedValues": null
                },
                {
                  "id": "plan",
                  "max": null,
                  "min": null,
                  "name": "plan",
                  "step": null,
                  "type": "select",
                  "label": "Plan",
                  "value": "pro",
                  "checked": false,
                  "options": [
                    {
                      "text": "Basic",
                      "label": null,
                      "value": "basic",
                      "disabled": false,
                      "selected": false
                    },
                    {
                      "text": "Pro",
                      "label": null,
                      "value": "pro",
                      "disabled": false,
                      "selected": true
                    }
                  ],
                  "pattern": null,
                  "disabled": false,
                  "multiple": false,
                  "required": true,
                  "maxLength": null,
                  "minLength": null,
                  "placeholder": null,
                  "autocomplete": null,
                  "selectedValues": [
                    "pro"
                  ]
                }
              ],
              "method": "POST",
              "enctype": "application/x-www-form-urlencoded",
              "fieldCount": 4,
              "hasFileUpload": false,
              "submitControls": 1,
              "hasPasswordField": false,
              "standardHttpSubmission": true
            }
          ],
          "finalUrl": "https://example.com/contact",
          "fetchedAt": "2026-09-23T10:00:00.000Z",
          "limitations": [
            "Static initial HTML only; page JavaScript is not executed.",
            "Use agentVerdict.verdict for the preferred three-state routing result; browserLikelyRequired remains for backward compatibility and false can also mean undetermined.",
            "This service inspects structure only and does not submit forms or perform actions."
          ],
          "agentVerdict": {
            "reasons": [
              "At least one static GET/POST form can be described from the initial HTML without executing page JavaScript."
            ],
            "verdict": "http_candidate",
            "confidence": "high",
            "browserLikelyRequired": false
          },
          "requestedUrl": "https://example.com/contact",
          "networkSafety": {
            "fetchDnsChecks": 2,
            "initialDnsCheck": {
              "families": [
                4,
                6
              ],
              "allPublic": true,
              "addressCount": 2
            },
            "redirectTargetsRechecked": true,
            "postFetchDnsPublicRecheck": true
          }
        }
      }
    },
    "schema": {
      "type": "object",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "required": [
        "input"
      ],
      "properties": {
        "input": {
          "type": "object",
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "properties": {
            "body": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "description": "Absolute public HTTP(S) URL to inspect. Literal IPs, localhost/local hostnames, credentials, and non-standard ports are rejected."
                }
              }
            },
            "type": {
              "type": "string",
              "const": "http"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "required": [
            "type"
          ],
          "properties": {
            "type": {
              "type": "string"
            },
            "example": {
              "type": "object",
              "required": [
                "requestedUrl",
                "finalUrl",
                "fetchedAt",
                "http",
                "networkSafety",
                "page",
                "forms",
                "agentVerdict",
                "limitations"
              ],
              "properties": {
                "http": {
                  "type": "object",
                  "required": [
                    "status",
                    "contentType",
                    "redirectCount"
                  ],
                  "properties": {
                    "status": {
                      "type": "integer"
                    },
                    "contentType": {
                      "type": "string"
                    },
                    "redirectCount": {
                      "type": "integer",
                      "minimum": 0
                    }
                  }
                },
                "page": {
                  "type": "object",
                  "required": [
                    "formsFound",
                    "scriptCount",
                    "iframeCount",
                    "spaMarkers",
                    "captchaMarkers"
                  ],
                  "properties": {
                    "formsFound": {
                      "type": "integer",
                      "minimum": 0
                    },
                    "spaMarkers": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "iframeCount": {
                      "type": "integer",
                      "minimum": 0
                    },
                    "scriptCount": {
                      "type": "integer",
                      "minimum": 0
                    },
                    "captchaMarkers": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "forms": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "additionalProperties": true
                  }
                },
                "finalUrl": {
                  "type": "string"
                },
                "fetchedAt": {
                  "type": "string"
                },
                "limitations": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "agentVerdict": {
                  "type": "object",
                  "required": [
                    "verdict",
                    "browserLikelyRequired",
                    "confidence",
                    "reasons"
                  ],
                  "properties": {
                    "reasons": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "verdict": {
                      "enum": [
                        "http_candidate",
                        "browser_likely",
                        "undetermined"
                      ],
                      "type": "string",
                      "description": "Preferred three-state routing result. Use this instead of inferring direct-HTTP suitability from browserLikelyRequired=false."
                    },
                    "confidence": {
                      "enum": [
                        "low",
                        "medium",
                        "high"
                      ],
                      "type": "string"
                    },
                    "browserLikelyRequired": {
                      "type": "boolean",
                      "description": "Backward-compatible boolean. True only for browser_likely; false also covers undetermined."
                    }
                  }
                },
                "requestedUrl": {
                  "type": "string"
                },
                "networkSafety": {
                  "type": "object",
                  "required": [
                    "initialDnsCheck",
                    "fetchDnsChecks",
                    "redirectTargetsRechecked",
                    "postFetchDnsPublicRecheck"
                  ],
                  "properties": {
                    "fetchDnsChecks": {
                      "type": "integer",
                      "minimum": 2
                    },
                    "initialDnsCheck": {
                      "type": "object",
                      "required": [
                        "addressCount",
                        "families",
                        "allPublic"
                      ],
                      "properties": {
                        "families": {
                          "type": "array",
                          "items": {
                            "enum": [
                              4,
                              6
                            ],
                            "type": "integer"
                          }
                        },
                        "allPublic": {
                          "type": "boolean"
                        },
                        "addressCount": {
                          "type": "integer",
                          "minimum": 1
                        }
                      }
                    },
                    "redirectTargetsRechecked": {
                      "type": "boolean"
                    },
                    "postFetchDnsPublicRecheck": {
                      "type": "boolean"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}

Provenance

Seen in the source catalog
2026-09-24 22:24Z
Last indexed by Roundhouse
2026-09-25 10:50Z
Last enriched (probe, favicon, geo)
2026-09-23 23:15Z
x402 version
2
Max timeout
300s
Liveness probe
HTTP 415
Report

Hand this page to an agent

Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.

GET api.roundhouseai.io/v0/endpoints

No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days. Verified volume counts only settlements with an on-chain EIP-3009 marker.

Open skill.md
Show the prompt
Using Roundhouse, look up the x402 service ZeroWorker Web Action API and tell me whether it is
worth paying: what a call costs, whether the endpoint answered when last probed, and what
its payment record actually shows.

curl -s 'https://api.roundhouseai.io/v0/endpoints?q=ZeroWorker%20Web%20Action%20API'
curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>'

Then call it: read the price from the live 402 at https://zeroworker-web-action-api.zeroworker-lab.workers.dev/v1/preflight, never from
a cached figure, and pay with an x402 client.

The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except
/v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402,
or use an organization key from https://roundhouseai.io/dashboard/team.

If you do not have Roundhouse tools or skills installed, read
https://roundhouseai.io/skill.md first — it is the whole procedure.