使用无头浏览器从任意 URL 获取内容。支持渲染 JavaScript 页面,提取文本、HTML 或 Markdown 输出,可配置等待时间。
| 标志 | 简写 | 描述 | 接受值 |
|---|---|---|---|
--check | | Check dependencies and exit | 否 |
--format | -f | Output format: text, html, or markdown | 是 |
--headless | | Run in headless mode (default) | 否 |
--help | -h | Show help message | 是 |
--install | | Install missing dependencies | 否 |
--no-headless | | Run with browser visible | 否 |
--output | -o | Write output to file instead of stdout | 是 |
--wait | -w | Wait time in ms for page load (default: 3000) | 是 |