使用無頭瀏覽器從任意 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) | 是 |