Back to AgenticTotem Web Extractor

Card snapshot

agentictotem.com · 2026-05-23 01:15:35 UTC · eed0253ab0d6ff0adc7cc6360c9425d2af03b420f0054d1b8fef84f610ca799d

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "AgenticTotem Web Extractor",
  "description": "A payment-gated (x402, MPP) web extraction service that fetches web pages and extracts structured data according to a caller-defined JSON Schema. Accepts 1\u201310 URLs per request. Payment is handled automatically via the x402 protocol or MPP (Machine Payments Protocol) at $0.01 per URL in USDC on Base. No API key or authentication required \u2014 just send a request with the appropriate payment flow. Select protocol via the X-Payment-Protocol header (default: x402).",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "url": "https://agentictotem.com/services/web-extractor",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "web-extraction",
      "name": "Structured Web Extraction",
      "description": "Fetches one or more web pages (up to 10 per request) and extracts structured data from each page according to a caller-provided JSON Schema. Returns extraction results with per-URL status, extracted data conforming to the schema, and a summary of successes, failures, and total price charged. Costs $0.01 per URL via x402 or MPP micropayment in USDC on Base.",
      "tags": [
        "web-extraction",
        "x402",
        "mpp",
        "structured-data",
        "ai-agent"
      ],
      "examples": [
        "Extract the title, author, and publication date from this article URL",
        "Get product name, price, and availability from these 5 e-commerce URLs",
        "{\"urls\": [\"https://example.com/article\"], \"schema\": {\"type\": \"object\", \"properties\": {\"title\": {\"type\": \"string\"}, \"author\": {\"type\": \"string\"}}, \"required\": [\"title\"]}}"
      ]
    }
  ],
  "provider": {
    "organization": "AgenticTotem",
    "url": "https://agentictotem.com"
  },
  "documentationUrl": "https://agentictotem.com/services/web-extractor",
  "iconUrl": "https://agentictotem.com/icon.png"
}