I'm fairly familiar with web scraping/crawling however I was wondering if there is a company/tool that has re-usable modules for scraping common websites?<p>Examples could include: scraping article texts from news websites; extracting recipes from Good Food etc.<p>Rather than rewriting what others have - is there an existing library of these scrapers/crawlers to use 'out of the box'?
Not exactly what you're looking for, but there's a OSS Chrome Extension that allows you to record your actions in browser and transcribes them into Nightmare.js code:<p><a href="https://github.com/segmentio/daydream" rel="nofollow">https://github.com/segmentio/daydream</a><p>Probably the best you're going to get - most things worth scraping are worth money, and as such are not freely available