in reply to Retriving search results with WWW::Mechanize

Here's a simple rule: Go to the result page, and view the page source (Ctrl+U in the standard firefox). If you see the information you want in there, it's most often just a matter of tweaking the data extraction from WWW::Mechanize. If not, you're in trouble (most often: javascript).

  • Comment on Re: Retriving search results with WWW::Mechanize