Fetch and render URL content as markdown using a headless browser. Supports text, HTML, and markdown output formats with configurable page load wait times.
scorpiox-docs is a headless browser-based tool that fetches any URL and converts its
rendered content into clean, readable markdown. It handles JavaScript-heavy pages, SPAs, and
dynamic content by actually rendering pages in a real browser engine before extracting text.
Output can be formatted as plain text, raw HTML, or structured markdown โ making it ideal
for feeding web documentation into AI agents, building knowledge bases, or archiving web content
in a version-control-friendly format.
| Flag | Short | Description | Takes Value |
|---|---|---|---|
--output |
-o |
Output file (default: stdout) | Yes |
--format |
-f |
Output format: text, html, markdown (default: markdown) | Yes |
--wait |
-w |
Wait time for page load in milliseconds (default: 3000) | Yes |
--help |
-h |
Show this help | No |
--headless |
โ |
Run in headless mode (default: true) | No |
--no-headless |
โ |
Run with browser visible | No |
--check |
โ |
Check dependencies and exit | No |
--install |
โ |
Install missing dependencies | Yes |