{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "web-utils-production-up-railway-app-entrypoints-screenshot-invoke",
  "title": "Web Utils \u00b7 Webpage Screenshot Capture",
  "url": "https://web-utils-production.up.railway.app/entrypoints/screenshot/invoke",
  "category": "compute",
  "summary": "Capture a full webpage screenshot and receive base64-encoded PNG with metadata.",
  "seo": {
    "title": "Webpage Screenshot API | x402 Pay-Per-Call on Base",
    "description": "Capture webpage screenshots via x402 micropayment. Returns base64 PNG, status code, page title, and URL. $0.01 USDC per call."
  },
  "use_cases": [
    "Archive webpage visual states",
    "Generate thumbnails for link previews",
    "Capture competitor landing pages",
    "Document UI bugs with visual proof"
  ],
  "ideal_buyer": "Developers and automation systems needing reliable webpage rendering and capture.",
  "example_prompt": "Take a screenshot of https://example.com and return the image with page title.",
  "example_request_body": {
    "url": "https://example.com",
    "fullPage": true
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x8c8bf2ce325db58f5a07c8110cdcaab091c5436d",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Capture a screenshot of a web page via LLMLayer scrape API.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "input": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "description": "Complete URL to scrape."
                },
                "include_links": {
                  "type": "boolean",
                  "description": "Whether to include hyperlink metadata in the scrape result."
                },
                "include_images": {
                  "type": "boolean",
                  "description": "Whether to inline base64 representations of images when supported."
                }
              }
            }
          }
        },
        "output": {
          "output": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "url",
              "screenshot"
            ],
            "properties": {
              "url": {
                "type": "string",
                "format": "uri"
              },
              "title": {
                "type": "string"
              },
              "screenshot": {
                "type": "string",
                "description": "Base64-encoded PNG screenshot."
              },
              "statusCode": {
                "type": "number"
              }
            },
            "additionalProperties": false
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "web-utils-production-up-railway-app",
    "host": "web-utils-production.up.railway.app",
    "title": "Railway-hosted web utilities",
    "description": "A production deployment on Railway's platform. No active application is currently served at this endpoint.",
    "url": "https://web-utils-production.up.railway.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/web-utils-production-up-railway-app-entrypoints-screenshot-invoke",
    "url": "https://x402all.com/resource/web-utils-production-up-railway-app-entrypoints-screenshot-invoke",
    "name": "Web Utils \u00b7 Webpage Screenshot Capture",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/web-utils-production-up-railway-app-entrypoints-screenshot-invoke",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://web-utils-production.up.railway.app/entrypoints/screenshot/invoke",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/web-utils-production-up-railway-app",
      "url": "https://web-utils-production.up.railway.app",
      "name": "Railway-hosted web utilities",
      "@type": "Organization"
    },
    "identifier": "web-utils-production-up-railway-app-entrypoints-screenshot-invoke",
    "description": "Capture webpage screenshots via x402 micropayment. Returns base64 PNG, status code, page title, and URL. $0.01 USDC per call.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=web-utils-production-up-railway-app-entrypoints-screenshot-invoke",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "compute"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=web-utils-production-up-railway-app-entrypoints-screenshot-invoke"
}
