ヘッドレスブラウザを使用して任意の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) | はい |