mrguy123 has asked for the wisdom of the Perl Monks concerning the following question:
I am working on a tool that retrieves metadata from multiple web sites and displays the data together for University students. I usually retrieve the data via LWP::UserAgent, and then parse the relevant info.
Lately, I have encountered web sites that generate their data dynamically (I assume using Ajax and Javascript). When I view the source of these sites via FireFox, I don't get any relevant info. When I click "View Generated Source", I get the data I need. Here is an example of such a site (just do a search and view the source).
My question is, is it possible to fetch the generated source via Perl? I am encountering more and more of these sites and am completely stuck when try to parse them
Any ideas?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Fetch generated source
by Ovid (Cardinal) on Oct 23, 2011 at 10:20 UTC | |
by mrguy123 (Hermit) on Oct 23, 2011 at 11:53 UTC | |
|
Re: Fetch generated source
by Corion (Patriarch) on Oct 23, 2011 at 10:19 UTC | |
by mrguy123 (Hermit) on Oct 23, 2011 at 12:00 UTC |