{
  "format": "delx/intent-card/v1",
  "id": "page-links-summary-api",
  "intent": "Page Links Summary for an agent workflow",
  "title": "Page Links Summary API for agents",
  "description": "Extract href links from caller-held HTML without network access — first-party local utility for agent preflight and proven micro-utils expansion. Returns deterministic machine-readable JSON for $0.002 USDC via x402 on Base. Execution is first-party, local-only, stateless, and memory-only with no paid upstream, no input retention, no web search, no live RPC, and no mediagen. Results are advisory; the caller owns authorization, budgets, and production controls. Sibling of Delx routes that already converted externally (random, hash, URL, FX families).",
  "keywords": [
    "Page Links Summary API",
    "Page Links Summary for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-07",
  "canonical_url": "https://commerce.delx.ai/intents/page-links-summary-api",
  "machine_url": "https://commerce.delx.ai/intents/page-links-summary-api.json",
  "recommendation": {
    "tool_name": "util_page_links_summary",
    "service_name": "Delx Page Links Summary",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/page-links-summary",
    "price_usdc": "0.002",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "html": {
          "description": "Input field: html.",
          "type": "string"
        },
        "limit": {
          "description": "Input field: limit.",
          "type": "integer"
        }
      },
      "required": [
        "html"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "html": "\u003ca href=\"https://example.com\">x\u003c/a>\u003ca href=\"/about\">y\u003c/a>",
      "limit": 50
    },
    "example_output": {
      "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"
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/page-links-summary -m POST -H 'x-delx-source: intent-card-page-links-summary-api' --max-amount 0.002 -b '{\"html\":\"\u003ca href=\\\"https://example.com\\\">x\u003c/a>\u003ca href=\\\"/about\\\">y\u003c/a>\",\"limit\":50}'",
      "max_amount_usdc": "0.002"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-page-links-summary-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/page-links-summary"
  }
}
