Using Node.js to scrape websites

Baybo.it

Registered Member
Joined
Aug 9, 2011
Messages
73
Reaction score
40
Node js is a pretty cool new server-side tool that lets you run javascript on the server.

We've been using it to scrape data from websites for a couple of months.

Does anybody here ever use it?
 
what do you do with the scraped data? does node.js have any database functionality?
 
ive been looking at php's simple dom parser.

but, i hear node.js and jquery make traversing the dom, pretty easy.
 
Back
Top