get_website_screenshot
ActiveTool of io.github.webberdesign/webbersites-x402-data-api
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. ($0.04 per call, paid via x402)
Parameters schema
{
"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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.webberdesign/webbersites-x402-data-api
https://github.com/webberdesign/api.webbersites.com
1/7 registries