Hi guys, I searched for that one but could not find a answer: I am building a web crawler which I have implemented at the moment using Puppeteer only. There I can use custom JS to control the depth of a query, basically how often the recursive function is called.
I tried the crawlee and it is so good! But unfortunately it collects way too many links, even some I don't need. Hence my question:
Is it possible to set the depth of the crawler? E.g: it should only scrape the links of the website and not explore the links further.
Thanks!!