in reply to Re^2: Scraping Ajax / JS pop-up
in thread Scraping Ajax / JS pop-up
1. I read through the info on HTTP::Recorder. It seemed promising (its cool in its own right... thanks for the link), but unfortunately, it doesn't support JavaScript interactions (as mentioned there and on CPAN).
Sure it does, http is http, and everything ajax is http
I'll def give it a try, but I'm disappointed that it sounds there isn't any way to do this strictly with Perl modules without needing 3rd party software to "cheat" to avoid the JS/AJAX. Seems like something should be out there to do this with Perl, as I'm certainly not the first to want to scrape such a page.
There is no cheating of any going on.
Do you want to spend 10min with firefox to figure out how to get data out of a website?
or do you want to spend 20+ years to create a pure-perl browser?
Are you disappointed that perl is written in C instead of Perl? Is using gcc to compile perl cheating?
Scripter::Plugin / Scripter::Plugin::JavaScript, WWW::Selenium, WWW::HtmlUnit, Gtk2::WebKit::Mechanize/Gtk3::WebKit, Win32::Watir/Win32::IEAutomation/Win32::IE::Mechanize
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Scraping Ajax / JS pop-up
by Monk-E (Initiate) on Feb 15, 2012 at 23:51 UTC | |
by tangent (Parson) on Feb 16, 2012 at 00:14 UTC | |
by Anonymous Monk on Feb 16, 2012 at 00:37 UTC | |
by Monk-E (Initiate) on Feb 16, 2012 at 02:43 UTC | |
by Anonymous Monk on Feb 16, 2012 at 04:06 UTC | |
by Monk-E (Initiate) on Feb 16, 2012 at 07:55 UTC | |
|