--crawl-link-depth
Hops to follow from the seed when crawling links into a WARC. The default is 1: the seed plus the pages it links to. There is no unlimited setting; pass a large number to approximate one. Takes effect with --crawl-links.
With --crawl-max-links the budget is authoritative: the walk follows links beyond this depth, shallowest first, until the budget is met.
Example
zshot -t warc -f site.warc.gz --crawl-links --crawl-link-depth 2 https://example.com