There's a site that uses AJAX to load in the HTML content, so when I attempt to access the URL of the page, it comes up blank.
How can I scrape this site's HTML client/server side?
There's a site that uses AJAX to load in the HTML content, so when I attempt to access the URL of the page, it comes up blank.
How can I scrape this site's HTML client/server side?
This is a bit complex and can involve actually executing the Javascript. This was discussed here:
http://stackoverflow.com/questions/260540/how-do-you-screen-scrape-ajax-pages
Well, what URI is requested by the client's XHR request, and in what format is the data returned ?