mjh
01/30/2025, 6:23 AMHall
01/30/2025, 6:23 AMВан\
01/30/2025, 8:47 AMRado Ch.
01/30/2025, 5:38 PMmax_crawl_depth
(https://crawlee.dev/python/api/class/BasicCrawlerOptions#max_crawl_depth) .
Otherwise, you can track the current depth using request.userData
. When adding new links in the request handler, just increment the depth by one and use that for each newly enqueued request (https://crawlee.dev/api/core/class/Request)mjh
01/30/2025, 11:58 PM