{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "stableenrich-dev-api-cloudflare-crawl",
  "title": "Stableenrich \u00b7 Cloudflare Crawl",
  "url": "https://stableenrich.dev/api/cloudflare/crawl",
  "category": "data",
  "summary": "Stableenrich \u00b7 Cloudflare Crawl \u2014 x402-protected data API. Pay $0.100 per call on base, solana. Indexed by x402all.",
  "seo": {
    "title": "Stableenrich \u00b7 Cloudflare Crawl \u2014 x402 data API \u00b7 $0.100 per call",
    "description": "Stableenrich \u00b7 Cloudflare Crawl \u2014 x402-protected data API. Pay $0.100 per call on base, solana. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive",
    "ratio": 5.0,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x325bdf6f7efab24a2210c48c1b64cab2eae1d430",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "100000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "url",
              "limit",
              "depth",
              "formats",
              "render"
            ],
            "properties": {
              "url": {
                "type": "string",
                "format": "uri",
                "description": "The starting URL to crawl"
              },
              "depth": {
                "type": "number",
                "default": 1,
                "maximum": 3,
                "minimum": 1,
                "description": "Maximum link depth from the starting URL (max 3)"
              },
              "limit": {
                "type": "number",
                "default": 10,
                "maximum": 25,
                "minimum": 1,
                "description": "Maximum number of pages to crawl (max 25)"
              },
              "render": {
                "type": "boolean",
                "default": false,
                "description": "Execute JavaScript when crawling (true = handles JS-rendered content, slower and costs more)"
              },
              "source": {
                "enum": [
                  "all",
                  "sitemaps",
                  "links"
                ],
                "type": "string",
                "description": "URL discovery source: all, sitemaps only, or links only"
              },
              "formats": {
                "type": "array",
                "items": {
                  "enum": [
                    "html",
                    "markdown",
                    "json"
                  ],
                  "type": "string"
                },
                "default": [
                  "markdown"
                ],
                "description": "Response formats for crawled pages"
              },
              "options": {
                "type": "object",
                "properties": {
                  "excludePatterns": {
                    "type": "array",
                    "items": {
                      "type": "string"
                    },
                    "description": "Wildcard patterns for URLs to exclude (higher priority than include patterns)"
                  },
                  "includePatterns": {
                    "type": "array",
                    "items": {
                      "type": "string"
                    },
                    "description": "Wildcard patterns for URLs to include"
                  },
                  "includeSubdomains": {
                    "type": "boolean",
                    "description": "Follow links to subdomains"
                  },
                  "includeExternalLinks": {
                    "type": "boolean",
                    "description": "Follow links to external domains"
                  }
                },
                "description": "Crawl scope options",
                "additionalProperties": false
              }
            },
            "additionalProperties": false
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {}
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "6cvgmdrsVxyiuPzqMCSBnS7fAmA5Mk2VG4BcfVhC8jdC",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "100000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "url",
              "limit",
              "depth",
              "formats",
              "render"
            ],
            "properties": {
              "url": {
                "type": "string",
                "format": "uri",
                "description": "The starting URL to crawl"
              },
              "depth": {
                "type": "number",
                "default": 1,
                "maximum": 3,
                "minimum": 1,
                "description": "Maximum link depth from the starting URL (max 3)"
              },
              "limit": {
                "type": "number",
                "default": 10,
                "maximum": 25,
                "minimum": 1,
                "description": "Maximum number of pages to crawl (max 25)"
              },
              "render": {
                "type": "boolean",
                "default": false,
                "description": "Execute JavaScript when crawling (true = handles JS-rendered content, slower and costs more)"
              },
              "source": {
                "enum": [
                  "all",
                  "sitemaps",
                  "links"
                ],
                "type": "string",
                "description": "URL discovery source: all, sitemaps only, or links only"
              },
              "formats": {
                "type": "array",
                "items": {
                  "enum": [
                    "html",
                    "markdown",
                    "json"
                  ],
                  "type": "string"
                },
                "default": [
                  "markdown"
                ],
                "description": "Response formats for crawled pages"
              },
              "options": {
                "type": "object",
                "properties": {
                  "excludePatterns": {
                    "type": "array",
                    "items": {
                      "type": "string"
                    },
                    "description": "Wildcard patterns for URLs to exclude (higher priority than include patterns)"
                  },
                  "includePatterns": {
                    "type": "array",
                    "items": {
                      "type": "string"
                    },
                    "description": "Wildcard patterns for URLs to include"
                  },
                  "includeSubdomains": {
                    "type": "boolean",
                    "description": "Follow links to subdomains"
                  },
                  "includeExternalLinks": {
                    "type": "boolean",
                    "description": "Follow links to external domains"
                  }
                },
                "description": "Crawl scope options",
                "additionalProperties": false
              }
            },
            "additionalProperties": false
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {}
        }
      }
    }
  ],
  "origin": {
    "slug": "stableenrich-dev",
    "host": "stableenrich.dev",
    "url": "https://stableenrich.dev",
    "favicon": "https://stableenrich.dev/favicon.svg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/stableenrich-dev-api-cloudflare-crawl",
    "url": "https://x402all.com/resource/stableenrich-dev-api-cloudflare-crawl",
    "name": "Stableenrich \u00b7 Cloudflare Crawl",
    "@type": "WebAPI",
    "offers": [
      {
        "url": "https://x402all.com/resource/stableenrich-dev-api-cloudflare-crawl",
        "@type": "Offer",
        "price": "0.1",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "base"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.100000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/stableenrich-dev-api-cloudflare-crawl",
        "@type": "Offer",
        "price": "0.1",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.100000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      }
    ],
    "sameAs": "https://stableenrich.dev/api/cloudflare/crawl",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/stableenrich-dev",
      "url": "https://stableenrich.dev",
      "name": "stableenrich.dev",
      "@type": "Organization"
    },
    "identifier": "stableenrich-dev-api-cloudflare-crawl",
    "description": "Stableenrich \u00b7 Cloudflare Crawl \u2014 x402-protected data API. Pay $0.100 per call on base, solana. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=stableenrich-dev-api-cloudflare-crawl",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=stableenrich-dev-api-cloudflare-crawl",
  "callability": {
    "status": "call_ready",
    "schema_callability": 0.722,
    "source": "provider_openapi",
    "source_confidence": 0.9,
    "match_confidence": 0.95,
    "schema_confidence": 1.0,
    "validated_at": "2026-05-10T23:16:33.646220+00:00",
    "warnings": []
  },
  "contract": {
    "method": "POST",
    "route_template": "/api/cloudflare/crawl",
    "content_type": "application/json",
    "request_body_schema": {
      "type": "object",
      "required": [
        "url"
      ],
      "properties": {
        "url": {
          "type": "string",
          "format": "uri",
          "description": "The starting URL to crawl"
        },
        "depth": {
          "type": "number",
          "default": 1,
          "maximum": 3,
          "minimum": 1,
          "description": "Maximum link depth from the starting URL (max 3)"
        },
        "limit": {
          "type": "number",
          "default": 10,
          "maximum": 25,
          "minimum": 1,
          "description": "Maximum number of pages to crawl (max 25)"
        },
        "render": {
          "type": "boolean",
          "default": false,
          "description": "Execute JavaScript when crawling (true = handles JS-rendered content, slower and costs more)"
        },
        "source": {
          "enum": [
            "all",
            "sitemaps",
            "links"
          ],
          "type": "string",
          "description": "URL discovery source: all, sitemaps only, or links only"
        },
        "formats": {
          "type": "array",
          "items": {
            "enum": [
              "html",
              "markdown",
              "json"
            ],
            "type": "string"
          },
          "default": [
            "markdown"
          ],
          "description": "Response formats for crawled pages"
        },
        "options": {
          "type": "object",
          "properties": {
            "excludePatterns": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Wildcard patterns for URLs to exclude (higher priority than include patterns)"
            },
            "includePatterns": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Wildcard patterns for URLs to include"
            },
            "includeSubdomains": {
              "type": "boolean",
              "description": "Follow links to subdomains"
            },
            "includeExternalLinks": {
              "type": "boolean",
              "description": "Follow links to external domains"
            }
          },
          "description": "Crawl scope options"
        }
      }
    },
    "response_schema": {
      "type": "object",
      "required": [
        "token"
      ],
      "properties": {
        "token": {
          "type": "string",
          "description": "Signed JWT to poll /api/cloudflare/jobs"
        }
      },
      "additionalProperties": false
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "declared",
      "response_schema": "declared"
    },
    "contract_hash": "8312090ee120865e0a18edf7eec143cad199a6f321bf3904fd412977134aeeeb"
  }
}