Live data from Hacker News

Ask HN: Web-scraping – Do patterns/recipes exist for common scraping targets?

news.ycombinator.com

1–8 of 8 posts

Ask HN: Web-scraping – Do patterns/recipes exist for common scraping targets?

#1
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?

Examples could include: scraping article texts from news websites; extracting recipes from Good Food etc.

Rather than rewriting what others have - is there an existing library of these scrapers/crawlers to use 'out of the box'?

Re: Ask HN: Web-scraping – Do patterns/recipes exist for common scraping targets?

#8
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:

https://github.com/segmentio/daydream

Probably the best you're going to get - most things worth scraping are worth money, and as such are not freely available