Back to AgentScrape

Card snapshot

agent-scrape.healingsunhaven.workers.dev · 2026-05-28 01:58:47 UTC · f934d51647c82853a0b214d1d2f03956e85c263c9e9fb76467cbbc35b5ccc126

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": "AgentScrape",
  "description": "Pay-per-call web scraping for AI agents via x402 v2 on Base USDC. No signup, no API keys \u2014 agents pay autonomously per call.",
  "version": "0.6.0",
  "url": "https://agent-scrape.healingsunhaven.workers.dev",
  "provider": {
    "organization": "HSH Intelligence",
    "url": "https://github.com/hshintelligence/agent-scrape"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "x402-v2"
    ],
    "credentials": null
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown",
    "image/png"
  ],
  "skills": [
    {
      "id": "scrape_webpage",
      "name": "Scrape Webpage",
      "description": "Scrape any URL and return content as markdown, html, text, or json",
      "price": "$0.001",
      "currency": "USDC",
      "network": "base",
      "tags": [
        "web-scraping",
        "markdown",
        "html"
      ]
    },
    {
      "id": "extract_structured_data",
      "name": "Extract Structured Data",
      "description": "AI-powered structured JSON extraction via Groq + Llama 4 Scout",
      "price": "$0.001",
      "currency": "USDC",
      "network": "base",
      "tags": [
        "ai",
        "structured-data",
        "llm"
      ]
    },
    {
      "id": "screenshot_webpage",
      "name": "Screenshot Webpage",
      "description": "Capture PNG screenshot with desktop/mobile/tablet viewport control",
      "price": "$0.001",
      "currency": "USDC",
      "network": "base",
      "tags": [
        "screenshot",
        "visual",
        "png"
      ]
    },
    {
      "id": "extract_metadata",
      "name": "Extract Metadata",
      "description": "Extract title, OG, Twitter cards, JSON-LD, canonical URL",
      "price": "$0.001",
      "currency": "USDC",
      "network": "base",
      "tags": [
        "metadata",
        "seo",
        "open-graph"
      ]
    },
    {
      "id": "create_browser_session",
      "name": "Create Browser Session",
      "description": "Stateful browser session persisting cookies and localStorage",
      "price": "$0.001",
      "currency": "USDC",
      "network": "base",
      "tags": [
        "session",
        "state",
        "cookies"
      ]
    },
    {
      "id": "run_workflow",
      "name": "Run Workflow",
      "description": "Multi-step atomic browser workflow up to 20 steps",
      "price": "$0.001",
      "currency": "USDC",
      "network": "base",
      "tags": [
        "workflow",
        "automation",
        "multi-step"
      ]
    }
  ],
  "endpoints": {
    "mcp": "https://agent-scrape.healingsunhaven.workers.dev/mcp",
    "x402": "https://agent-scrape.healingsunhaven.workers.dev/.well-known/x402.json",
    "openapi": "https://agent-scrape.healingsunhaven.workers.dev/openapi.json",
    "llms": "https://agent-scrape.healingsunhaven.workers.dev/llms.txt"
  },
  "pay_to": "0x3F3337295fea3613A5f128a8E834A0dca30f9E9a",
  "free_tier": {
    "limit_per_wallet": 10,
    "window_days": 30
  },
  "license": "MIT",
  "repository": "https://github.com/hshintelligence/agent-scrape"
}