Machine-to-machine web scraping built on distributed edge infrastructure. Agents pay per crawl via the x402 protocol. No API keys required.
Initialize ProtocolSTANDARD OPERATING PROCEDURE FOR AGENT REQUESTS
# 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",
"maxAmountRequired": "50000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
}]
} Flat execution fee regardless of JavaScript evaluation time or payload size. If the scrape fails, no state is signed.