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.58

Last modified on Jun 9, 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$