{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-scrvo-com-api-crawl",
  "title": "Scrvo \u00b7 Web crawl for LLM content",
  "url": "https://api.scrvo.com/api/crawl",
  "category": "compute",
  "summary": "Submit URLs for crawling and receive structured, LLM-optimized content with polling-based result retrieval.",
  "seo": {
    "title": "Web Crawling API - x402 Compute Service",
    "description": "Crawl URLs and return LLM-ready content in markdown, HTML, or JSON. 0.05 USDC per crawl on Base."
  },
  "use_cases": [
    "Extract clean content from websites for RAG pipelines",
    "Convert web pages to markdown for LLM processing",
    "Scrape structured data with automatic format normalization"
  ],
  "ideal_buyer": "AI agents and RAG systems requiring clean, structured web content extraction without managing crawl infrastructure.",
  "example_prompt": "Crawl https://example.com and return the content as markdown with normalized formatting.",
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 2.5,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x409758f874170f6a6f78782bbd9e420a91663a1d",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Crawl a URL and return LLM-ready content (markdown/HTML/JSON)",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "url": {
              "type": "string",
              "required": true,
              "description": "URL to crawl"
            },
            "depth": {
              "type": "integer",
              "description": "Max crawl depth from seed URL"
            },
            "limit": {
              "type": "integer",
              "description": "Max pages to crawl"
            },
            "render": {
              "type": "boolean",
              "description": "Enable JS rendering via headless browser"
            },
            "formats": {
              "type": "array",
              "items": {
                "enum": [
                  "markdown",
                  "html",
                  "json"
                ],
                "type": "string"
              },
              "description": "Output formats to include in response"
            }
          }
        },
        "output": {
          "type": "object",
          "properties": {
            "jobId": {
              "type": "string",
              "description": "Internal job identifier for polling"
            },
            "status": {
              "enum": [
                "running",
                "completed",
                "failed",
                "cancelled"
              ],
              "type": "string"
            },
            "cfJobId": {
              "type": "string",
              "description": "Crawl engine job identifier"
            },
            "pollUrl": {
              "type": "string",
              "description": "URL to poll for results"
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "api-scrvo-com",
    "host": "api.scrvo.com",
    "url": "https://api.scrvo.com",
    "favicon": "https://scrvo.com/favicon.svg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-scrvo-com-api-crawl",
    "url": "https://x402all.com/resource/api-scrvo-com-api-crawl",
    "name": "Scrvo \u00b7 Web crawl for LLM content",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-scrvo-com-api-crawl",
      "@type": "Offer",
      "price": "0.05",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.050000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://api.scrvo.com/api/crawl",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-scrvo-com",
      "url": "https://api.scrvo.com",
      "name": "api.scrvo.com",
      "@type": "Organization"
    },
    "identifier": "api-scrvo-com-api-crawl",
    "description": "Crawl URLs and return LLM-ready content in markdown, HTML, or JSON. 0.05 USDC per crawl on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-scrvo-com-api-crawl",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "compute"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-scrvo-com-api-crawl"
}
