Directory / web.cyberwarex.com
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 content and every HTML attribute. Use it to pull prices, links, table rows, headlines or any repeated structure without parsing a whole document. Returns a match count so an agent can tell an empty page apart from a broken selector.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://web.cyberwarex.com/extract' # -> 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/extract'
Endpoint: https://web.cyberwarex.com/extract. 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.
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…
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…