So I have a Node.js script. And I have an HTML page that contains HTML with JavaScript (jquery) in it. How to download it and get the result of JavaScript on this page?
Something like JSDOM should do this.
https://github.com/tmpvar/jsdom
You can check out the zombie.js project: http://zombie.labnotes.org/
It should load the page basically like in a real browser.