{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "web-scraper-x402-production-up-railway-app-api-scrape",
  "title": "Web-scraper-x402-production \u00b7 Scrape",
  "url": "https://web-scraper-x402-production.up.railway.app/api/scrape",
  "category": "compute",
  "summary": "Web-scraper-x402-production \u00b7 Scrape \u2014 x402-protected compute API. Pay $0.0050 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Web-scraper-x402-production \u00b7 Scrape \u2014 x402 compute API \u00b7 $0.0050 per ",
    "description": "Web-scraper-x402-production \u00b7 Scrape \u2014 x402-protected compute API. Pay $0.0050 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1.667,
    "median_category_atomic": 3000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x6e8b64638b24c6d625b045dd353120d850064e2e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "5000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "url"
            ],
            "properties": {
              "url": {
                "type": "string",
                "description": "URL to scrape (e.g. https://example.com/article)"
              }
            }
          },
          "type": "http",
          "method": "GET",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "schema": {
            "type": "object",
            "required": [
              "url",
              "title",
              "markdown",
              "word_count"
            ],
            "properties": {
              "url": {
                "type": "string",
                "description": "URL scraped"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "author": {
                    "type": "string"
                  },
                  "keywords": {
                    "type": "string"
                  },
                  "description": {
                    "type": "string"
                  }
                }
              },
              "title": {
                "type": "string",
                "description": "Page title"
              },
              "markdown": {
                "type": "string",
                "description": "Clean markdown content"
              },
              "word_count": {
                "type": "number",
                "description": "Total words in markdown"
              },
              "character_count": {
                "type": "number",
                "description": "Total characters in markdown"
              }
            }
          },
          "example": {}
        }
      }
    }
  ],
  "origin": {
    "slug": "web-scraper-x402-production-up-railway-app",
    "host": "web-scraper-x402-production.up.railway.app",
    "url": "https://web-scraper-x402-production.up.railway.app",
    "favicon": "https://web-scraper-x402-production.up.railway.app/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/web-scraper-x402-production-up-railway-app-api-scrape",
    "url": "https://x402all.com/resource/web-scraper-x402-production-up-railway-app-api-scrape",
    "name": "Web-scraper-x402-production \u00b7 Scrape",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/web-scraper-x402-production-up-railway-app-api-scrape",
      "@type": "Offer",
      "price": "0.005",
      "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.005000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://web-scraper-x402-production.up.railway.app/api/scrape",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/web-scraper-x402-production-up-railway-app",
      "url": "https://web-scraper-x402-production.up.railway.app",
      "name": "web-scraper-x402-production.up.railway.app",
      "@type": "Organization"
    },
    "identifier": "web-scraper-x402-production-up-railway-app-api-scrape",
    "description": "Web-scraper-x402-production \u00b7 Scrape \u2014 x402-protected compute API. Pay $0.0050 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=web-scraper-x402-production-up-railway-app-api-scrape",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "compute"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=web-scraper-x402-production-up-railway-app-api-scrape",
  "callability": {
    "status": "partial",
    "schema_callability": 0.35,
    "source": "facilitator_bazaar",
    "source_confidence": 0.75,
    "match_confidence": 0.4,
    "schema_confidence": 0.5,
    "validated_at": "2026-05-10T22:57:35.903816+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://web-scraper-x402-production.up.railway.app/api/scrape",
    "response_schema": {
      "type": "json",
      "schema": {
        "type": "object",
        "required": [
          "url",
          "title",
          "markdown",
          "word_count"
        ],
        "properties": {
          "url": {
            "type": "string",
            "description": "URL scraped"
          },
          "meta": {
            "type": "object",
            "properties": {
              "author": {
                "type": "string"
              },
              "keywords": {
                "type": "string"
              },
              "description": {
                "type": "string"
              }
            }
          },
          "title": {
            "type": "string",
            "description": "Page title"
          },
          "markdown": {
            "type": "string",
            "description": "Clean markdown content"
          },
          "word_count": {
            "type": "number",
            "description": "Total words in markdown"
          },
          "character_count": {
            "type": "number",
            "description": "Total characters in markdown"
          }
        }
      },
      "example": {}
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "declared"
    },
    "contract_hash": "8634e75d01be91e95329772fc4c4b8eb9d060f7bd8357425e4c47d2f6ac91bcf"
  }
}