DELXCOMMERCE Live contract

Web and API intelligence · data

Delx Forms Extract

Extract forms, methods, actions, and fields for browser automation planning (x402)

x402dataformswebautomation

One-command purchase

Run it from an agent.

No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/forms-extract -m POST -H 'x-delx-source: product-page' --max-amount 0.01 -b '{"url":"https://example.com/login"}'
InputPOST /api/v1/x402/forms-extract
{
  "url": "https://example.com/login"
}
Delivered resultapplication/json
{
  "tool_name": "util_forms_extract",
  "result": {
    "form_count": 1,
    "forms": [
      {
        "action": "https://example.com/session",
        "method": "POST",
        "input_count": 2,
        "inputs": [
          {
            "tag": "input",
            "type": "email",
            "name": "email",
            "required": true
          },
          {
            "tag": "input",
            "type": "password",
            "name": "password",
            "required": true
          }
        ]
      }
    ]
  }
}

Machine-readable evidence

Inspect before paying.