national-gold•2y ago
Crawlee Not scraping when provided with the same link twice
Hello I'm using crawlee to crawl web pages. The scene in question is I try to crawl same url multi times, I have tried add uniqueKey like await crawler.run([{url: config.url, uniqueKey: uuid}]); and
but it doesn't work. Then I try use requestQueue
with maxPageCrawl: 5 config, I got output
what's the problem about my code? and how can I implement this scene?
1 Reply
uniqueKey
will work so the issue must be somewhere else