Reputation: 6695
I'm trying to create a simple web scraper that does something as follows:
I figured Node.js / jQuery would be the easiest to achieve something like this. Can anyone perhaps point me to a tutorial or put something together quick for me?
Upvotes: 2
Views: 732
Reputation: 20787
Just read an article on Hacker News yesterday about scraping with NodeJS and Chimera. The same author wrote an earlier article on Enhanced web scraping with NodeJS.
The Chimera one looks cool, because it uses a headless web browser (QtWebkit), so you get the pages to load anything they load with JS, which I need for a scraper I'm building at work.
Upvotes: 4