Directory / web.cyberwarex.com
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 coming out blank. Use it to archive a page, capture a receipt, invoice or report, snapshot terms or pricing that may change later, or hand a human a fixed copy of a URL.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://web.cyberwarex.com/pdf' # -> 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/pdf'
Endpoint: https://web.cyberwarex.com/pdf. 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…
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 i…