DELXCOMMERCE Live contract

Web and API intelligence · utility

Delx Sitemap Probe

Check sitemap and crawl-structure hints for a site before indexing (x402)

x402utilityseositemapweb

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/sitemap-probe -m POST -H 'x-delx-source: product-page' --max-amount 0.01 -b '{"url":"https://example.com"}'
InputPOST /api/v1/x402/sitemap-probe
{
  "url": "https://example.com"
}
Delivered resultapplication/json
{
  "tool_name": "util_sitemap_probe",
  "result": {
    "url": "https://example.com",
    "declared_sitemaps": [],
    "sitemaps": [
      {
        "url": "https://example.com/sitemap.xml",
        "reachable": false,
        "status": 404,
        "error": ""
      }
    ],
    "reachable_count": 0
  }
}

Machine-readable evidence

Inspect before paying.