Fetch URL content from any URL using a headless browser. Supports rendering JavaScript-heavy pages, extracting text, HTML, or Markdown output with configurable wait times.
| Flag | Short | Description | Takes Value |
|---|---|---|---|
--check | | Check dependencies and exit | No |
--format | -f | Output format: text, html, or markdown | Yes |
--headless | | Run in headless mode (default) | No |
--help | -h | Show help message | Yes |
--install | | Install missing dependencies | No |
--no-headless | | Run with browser visible | No |
--output | -o | Write output to file instead of stdout | Yes |
--wait | -w | Wait time in ms for page load (default: 3000) | Yes |