Directory / web.cyberwarex.com
Pixel-accurate PNG screenshot of any live web page, rendered in a real browser at a chosen viewport width, viewport-only or full-page. Returns base64 PNG. Use it when an agent needs to SEE a page: visual verification of a deploy, layout and design capture, confirming a rendered chart or map, or feeding an image to a vision model that cannot read HTML.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://web.cyberwarex.com/screenshot' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://web.cyberwarex.com/screenshot'
Endpoint: https://web.cyberwarex.com/screenshot. Operated by web.cyberwarex.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Targeted web scrape: pass a CSS selector and get back only the matching elements from a fully JavaScript-rendered page. Each element returns its tag, text conte…
Read any live web page as clean, LLM-ready text. Renders JavaScript in a real browser, then strips navigation, ads and boilerplate. Use it when a plain HTTP GET…
Render any live web page to a portable PDF, returned as base64. JavaScript runs first, so single-page apps and dynamic content render correctly instead of comin…