Live data from Hacker News

Ask HN: What are best tools for web scraping?

news.ycombinator.com

21–30 of 243 posts

Re: Ask HN: What are best tools for web scraping?

#23

If you speak Ruby, mechanize is good: https://github.com/sparklemotion/mechanize

I remember trying to use mechanize as a beginning rubyist and I can't recommend it from that experience. Specifically I remember poor documentation and confusing layers of abstraction. It might be better now that I know what the DOM is and how jQuery selectors work, but my first impression was abysmal.

Re: Ask HN: What are best tools for web scraping?

#27

Headless Chrome, Puppeteer, NodeJS (jsdom), and MongoDB. Fantastic stack for web data mining. Async based using promises for explicit user input flow automation.

I agree with headless chrome.

I have used it with a locally hosted extension to allow easy access to dom and JavaScript after load. Then dumped results to a node app. Was very happy with the results.

Re: Ask HN: What are best tools for web scraping?

#28
For non-coders, import.io is great. However, they used to have a generous free plan that has since went away (you are limited to 500 records now). Still a great product, problem is they don't have a small plan (starts at $299/month and goes up to $9,999).
Post reply on HN