{"uid":"cap_Edv4eJl70TKddNn1J89rZ","slug":"webbersites-website-screenshot-api-ff8813f9","name":"WebberSites Website Screenshot API","description":"WEBSITE SCREENSHOT — render any public URL in a real browser and get the pixels. GET ?url=… returns a PNG as base64 JSON (add &raw=1 for the image bytes directly). Options: width 320-1920 (default 1280), height, full_page=1 for the whole scrolled page, format=png|jpeg. Ads and cookie banners are blocked automatically. For agents that need to SEE a page: visual QA, previews, archiving, design reference.","url":"https://api.webbersites.com/api/website-screenshot","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["url"],"properties":{"raw":{"type":"number","description":"1 = respond with raw image bytes instead of JSON"},"url":{"type":"string","description":"Public http(s) URL of the page to capture"},"width":{"type":"number","description":"viewport width in px (320-1920, default 1280)"},"format":{"type":"string","description":"png (default) or jpeg"},"height":{"type":"number","description":"viewport height in px (320-2160, default 800)"},"full_page":{"type":"number","description":"1 = capture the entire scrolled page, not just the viewport"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"url":{"type":"string"},"bytes":{"type":"number"},"width":{"type":"number"},"format":{"type":"string"},"height":{"type":"number"},"full_page":{"type":"boolean"},"content_type":{"type":"string"},"image_base64":{"type":"string","description":"the screenshot, base64-encoded"}}}}}}},"responseSchema":{"type":"json","example":{"url":"https://example.com","bytes":184320,"width":1280,"format":"png","height":800,"full_page":false,"content_type":"image/png","image_base64":"iVBORw0…"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.04","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.04/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.04","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.04","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_eVlbBeGygMuLmF0Yyme4g","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.04","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Renders any public URL in a real browser and returns a PNG or JPEG screenshot as base64 JSON or raw image bytes","exampleAgentPrompt":"Can you take a full-page screenshot of https://stripe.com at 1280px wide and give me the image as a PNG?","exampleUseCases":null,"resultDescription":"A JSON object containing a base64-encoded PNG or JPEG screenshot of the rendered page, along with metadata: the captured URL, image dimensions (width, height), format, byte size, content type, and whether the full scrolled page was captured. If raw=1 is passed, raw image bytes are returned directly instead of JSON.","failureModes":["URL is not publicly accessible or returns an error (404, 500, etc.) — screenshot may fail or capture an error page","Non-HTTP/HTTPS URLs are rejected — must be a valid public http(s) URL","Extremely long pages with full_page=1 may time out or produce very large files","Width outside 320–1920 range may be rejected or clamped","Paywalled or login-required pages render only the login/gate, not the content","Very slow-loading pages may time out before rendering completes"],"whenToPreferThis":"Use this endpoint when an AI agent needs to visually inspect, archive, or QA a public web page — particularly when text extraction is insufficient and the visual layout or rendered appearance matters. Prefer it over HTML-scraping approaches when you need pixel-level fidelity, rendered JavaScript, or design reference. The automatic ad and cookie banner blocking makes it especially useful for clean previews and archiving.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T12:32:43.858Z","isFirstParty":false}