I need to write a Perl script to scrape a website. The website can only be scraped with JavaScript, and the user is on Windows.
I got some way with Win32::IE::Mech
WWW::Scripter and its ::Plugin::Javascript can probably help you.