web.cyberwarex.com publishes 4 machine-payable endpoints over the x402 protocol, priced from $0.002 to $0.005 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /extract | GET | $0.002 | 402 |
| /fetch | GET | $0.002 | 402 |
| GET | $0.005 | 402 | |
| /screenshot | GET | $0.005 | 402 |
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 p…
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 returns empty or garbled HTML: single-p…
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, c…
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: vis…