JSoup[0] works fine for me.
Ask HN: How you scrape websites?
11–17 of 17 posts
Re: Ask HN: How you scrape websites?
#12I use PHP http://motyar.info/webscrapemaster/
Re: Ask HN: How you scrape websites?
#13Scrapy
This tool felt like it descended from the gods of software. It's a brilliant tool.
Re: Ask HN: How you scrape websites?
#14Ruby & Nokogiri gem. You can also use Anemone gem to crawl the complete website.
Re: Ask HN: How you scrape websites?
#15wget -mrnp https://www.example.com
| grep ... | sed ... | uniq ... | etc ...
Re: Ask HN: How you scrape websites?
#16Try with another. The qkast web clipper http://qkast.com
Re: Ask HN: How you scrape websites?
#17It has been awhile since I last did this but I used HTMLAgilityPack for .NET.