views:

222

answers:

2

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?

+2  A: 

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

BobbyShaftoe
A: 

Well, what URI is requested by the client's XHR request, and in what format is the data returned ?

Alex JL