Ask HN: Anyone here do Web mining/harvesting/scraping?
I've seen a bunch of software solutions out there.
WebQL lets you write SQL-like code to harvest websites. There are also GUI solutions like modenza, fetch and kapow.
Does anyone here work with these kinds of solutions and what do you consider to be the best approach and why?
Thanks!
6 comments
[ 3.8 ms ] story [ 25.1 ms ] threadThat was when I found http://scrapy.org/ , a complete python framework for writing webcrawlers. It looks promissing, but I haven't used it so far.