integrating a normal js scraper into crawlee

If I have a fully functional scraper through Cheerio puppeteer or playwright already, can I implement that into the crawlee framework so I can have all the benefits that crawlee offers and keep most of the code fundamentally the same If so how would I do so?
1 Reply
deep-jade
deep-jade3y ago
Yes, it is pretty simple, most of the actual scraping code will go to the requestHandler

Did you find this page helpful?