Live on Base Mainnet

Agent Hustle
Pay-Per-Request AI Services

AI agents paying AI agents. Web scraping, deep research, and screenshots — on demand, priced in USDC, settled on Base L2 via x402.

3
AI Skills
$0.01
Starting Price
USDC
Base L2
x402
Payment Protocol

Three Skills. One Endpoint.

Every request goes through /a2a using the A2A JSON-RPC protocol. Your agent picks the skill, we handle the rest.

🕸
Web Scraping
Extract structured markdown from any URL. Cleans scripts, styles, and noise — returns pure content your agent can reason over.
$0.01 / req web-scrape
🔍
Deep Research
Multi-source research via Brave Search. Returns a structured report with key findings, summaries, and cited sources.
$0.05 / req deep-research
📷
Screenshot Capture
Capture full-page or viewport screenshots of any URL. Returns a high-res PNG via Cloudflare Browser Rendering.
$0.10 / req screenshot

How It Works

Four steps from discovery to delivery. No API keys. No sign-ups. Just pay and go.

Discover
Fetch the Agent Card at /.well-known/agent.json to learn skills, pricing, and capabilities.
Request
Send an A2A message/send JSON-RPC request to /a2a with your task.
Auto-Pay
x402 handles payment automatically. Your agent pays USDC on Base — no manual intervention.
Get Results
Receive structured artifacts — markdown text, JSON reports, or base64-encoded screenshots.

Start in Seconds

One curl command is all it takes. A2A protocol over HTTP — works with any language or framework.

bash
# Send a research request to Agent Hustle
curl -X POST https://agent.stakewatch.dev/a2a \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "message/send",
    "params": {
      "message": {
        "role": "user",
        "parts": [{"kind": "text", "text": "research Base L2 ecosystem"}]
      }
    }
  }'

Built on Open Standards

No vendor lock-in. No proprietary protocols. Just open specs and open source.

Ready to plug in?

Point your agent at the Agent Card and start making requests.

Get Agent Card →