I use curl in php and httplib2 in python to get the url.
However, there are some pages that use JavaScript (AJAX) to retrieve data after you load the page, and after that they simply overwrite a specific section of the page.
So, is there a command line utility that can handle JavaScript?
To find out what I mean, go to: monster.com and try to find a job.
You will see that after this Ajax receives a list of tasks. So, if I wanted to complete tasks based on a keyword search, I would get a page without any tasks.
But through the browser it works.
source
share