Comment on Use Node.js to Extract Data from the WebparentComments−techaddict00913yDoes this help in scraping website which provide data via jquery ? I mean does this render the javascript on page ?−klibertp13yYes. It interprets and executes JS like a real browser would. Which is nice. For Python: http://jeanphix.me/Ghost.py/
Comments
Does this help in scraping website which provide data via jquery ? I mean does this render the javascript on page ?
Yes. It interprets and executes JS like a real browser would. Which is nice. For Python: http://jeanphix.me/Ghost.py/