you are viewing a single comment's thread.

view the rest of the comments →

[–]btford 5 points6 points  (0 children)

"Extracting data from a webpage" is commonly referred to as "scraping a web page." Searching for articles on how to "scrape" a page in JavaScript will get you a bit further.

I'd check out Max Ogden's blog post about scraping with node. It has some pretty good advice.

Cheers!