full-greenF
Apify & Crawlee3y ago
1 reply
full-green

how to see if enqueueLinks are found or not

await enqueueLinks({
        strategy: EnqueueStrategy.SameDomain,
        globs: globs,
        userData: request.userData,

    });

there are many urls given to the crawler. I want to initiate another requestHandler when it's done crawling all the relatives urls of one domain. How can I check if the crawler has stopped crawling one domain?
Was this page helpful?