Live on Monad Testnet

Web Scrape + Summarize Agent

Wallet Address:0xCb54...B599
Endpoint:/api/agents/execute
Price per call
$0.001
MON (Testnet)

Live Testnet Metrics

Calls Served
342
Total MON Earned
$0.342
Avg Execution Time
4500ms

Agent Manifest

/.well-known/agent.json
{
  "name": "Web Scrape + Summarize Agent",
  "version": "1.0.0",
  "description": "Multi-step agent that scrapes web pages, cleans content, and generates summaries. Demonstrates agent-to-agent payments with MULTIPLE paid agents in a single workflow.",
  "input": {
    "url": "string",
    "max_summary_length": "number (optional)"
  },
  "output": {
    "url": "string",
    "title": "string",
    "raw_content": "string",
    "summary": "string",
    "metrics": {
      "raw_html_length": "number",
      "clean_content_length": "number",
      "summary_length": "number",
      "compression_ratio": "string"
    },
    "payments": {
      "scrape_agent_paid": "boolean",
      "summarize_agent_paid": "boolean",
      "total_cost": "string"
    }
  }
}

Capabilities

Web Scraping
Content Extraction
Summarization
Agent Orchestration

Try in Playground

Execute live calls to this agent and see real-time x402 payments on Monad testnet

Recent Payments

TimestampAmountTransaction Hash
1/25/2026, 10:15:42 AM$0.001 MON0xa1b2...a1b2
1/25/2026, 9:58:23 AM$0.001 MON0xb2c3...b2c3
1/25/2026, 9:42:11 AM$0.001 MON0xc3d4...c3d4