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-sepolia",
"maxAmountRequired": "100000",
"asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e"
}]
} Flat execution fee regardless of JavaScript evaluation time or payload size. If the scrape fails, no state is signed.