InputPOST /api/v1/x402/page-links-summary
{
"html": "<a href=\"https://example.com\">x</a><a href=\"/about\">y</a>",
"limit": 50
}
Web and API intelligence · web-api-intelligence
Extract href links from caller-held HTML without network access. Call when you need this bounded result before handing data to a downstream tool. Returns deterministic machine-readable JSON for $0.002 USDC via x402 on Base. Honest limit: execution uses only caller-supplied data in memory; it does not call a paid upstream, retain input, search the web, read a live RPC, or invoke a media generator. Results are advisory; the caller owns authorization, budgets, and production controls.
One-command purchase
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-links-summary -m POST -H 'x-delx-source: product-page' --max-amount 0.002 -b '{"html":"<a href=\"https://example.com\">x</a><a href=\"/about\">y</a>","limit":50}'
{
"html": "<a href=\"https://example.com\">x</a><a href=\"/about\">y</a>",
"limit": 50
}
{
"schema": "delx/util-page-links-summary/v1",
"ok": true,
"count": 2,
"links": [
"https://example.com",
"/about"
],
"truncated": false,
"note": "Local HTML regex extract; not a browser"
}
Machine-readable evidence