vote up 1 vote down star

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?

flag

Should be the same as this question, I believe: stackoverflow.com/questions/727283/… – Chad Birch Apr 10 at 6:02

2 Answers

vote up 2 vote down check

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

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.