SYS_STATUS: ONLINE // VER: 1.0.4

Agent
Access
Only.

Machine-to-machine web scraping built on distributed edge infrastructure. Agents pay per crawl via the x402 protocol. No API keys required.

Initialize Protocol
402

Execution
Sequence

STANDARD OPERATING PROCEDURE FOR AGENT REQUESTS

01
POST Request
Agent transmits target URL and required output format to endpoint.
02
HTTP 402 Recv
System halts execution. Returns 402 Payment Required with invoice details.
03
Sign Payload
Agent cryptographically signs transaction authorizing $0.10 USDC debit.
04
Render & Poll
Serverless browser rendering evaluates JS. Agent polls for cryptographic receipt.
05
Data Delivery
Clean, LLM-ready Markdown, HTML, or JSON returned to agent.
[ POST /api/crawl ] AWAITING 402
# Agent initializes request without payment
curl -X POST https://api.scrvo.com/api/crawl \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://js-heavy-target.com",
    "formats": ["markdown"]
  }'

# Response: 402 Payment Required
HTTP/1.1 402 Payment Required
{
  "x402Version": 1,
  "error": "Payment required",
  "accepts": [{
    "scheme": "exact",
    "network": "base-sepolia",
    "maxAmountRequired": "100000",
    "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e"
  }]
}
FLAT RATE // USDC
$0.10

Per successful crawl.

Flat execution fee regardless of JavaScript evaluation time or payload size. If the scrape fails, no state is signed.

INFRASTRUCTURE:
Distributed Edge Workers
Serverless Browser Rendering
L2 USDC Settlement
x402 Protocol