Ask HN: Web Scraping with Node.js

5 points by ErikAugust ↗ HN
Anyone out there have a cachet of good Node web scraping libs, and/or other resources? Opinions?

I have the intuition that my Google searches are a bit inadequate. Thank you!

6 comments

[ 2.7 ms ] story [ 22.0 ms ] thread
Should it be necessarily with Node.js? I've tried to find a good toolset in JS, but it seems other languages (e.g. Python and Java) are a lot more mature in scraping.
I haven't used this for web scraping, but have you tried out http://phantomjs.org/. It's a great tool that lets your process webpages; I don't think it would be that difficult to set it up to scrape sites.