bdy crawl

$bdy crawl [options] [command]

Manage web crawls (Markdown, HTML, PNG/JPEG screenshots; suite linking)

OPTIONS
-h, --help
display help for command
AVAILABLE COMMANDS
Link current directory to a crawl suite
Crawl a URL and download the package (PNG/JPEG/MD/HTML) to --outputDir

Documentation for bdy v1.22.80

Last modified on Jun 30, 2026

Examples

Crawl a single page and save md/html into current dir
bdy crawl run https://example.com --outputType md$
Follow links and capture full-page screenshots in dark mode
bdy crawl run https://example.com --follow --fullPage --outputType png --colorScheme DARK --outputDir ./out$
Crawl with multiple output types and a specific css selector
bdy crawl run https://example.com --outputTypes '["jpeg","md"]' --cssSelector "main"$
Interactively link current directory to a crawl suite
bdy crawl link$
Link non-interactively to a specific suite
bdy crawl link -w workspace -p project -s suite-identifier$