DELXCOMMERCE Live contract

Web and API intelligence · data

Page Extract for Agents

Page extract for agents at $0.01 USDC. Call when one public URL needs clean title, host, and bounded main text for routing, RAG prep, or summarization—not general web search and not a multi-URL crawl. Returns structured page metadata and readable content via x402.

x402datawebextractpage-extractpage-extractionwebsite-page-content-extraction

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/page-extract -m POST -H 'x-delx-source: product-page' --max-amount 0.01 -b '{"url":"https://example.com"}'
InputPOST /api/v1/x402/page-extract
{
  "url": "https://example.com"
}
Delivered resultapplication/json
{
  "tool_name": "util_page_extract",
  "result": {
    "url": "https://example.com",
    "final_url": "https://example.com/",
    "status": 200,
    "title": "Example Domain",
    "description": "Illustrative example site for docs and testing.",
    "canonical_url": "https://example.com/",
    "headings": [
      "Example Domain"
    ],
    "text_excerpt": "This domain is for use in illustrative examples."
  }
}

Machine-readable evidence

Inspect before paying.