I'm not a programmer :/ I'm looking for a script to scrape the URLs from the Google Serps using their Google Search API. I was thinking about modifying this script: http://iconocla.st/hacks/rtf-catalog.pl Thanks for any help.
Have you tried using the www::mechanize module for perl? It is super easy to extract links. All you would have to do after that is figure out how to get the links you want, put them in an array(or whatever), and then do what ever you want. It doesn't have to be as complex as that script you linked.
You can have some ideas from my Google API tutorial at: http://www.useseo.com/google-api.php You need to add in a loop so that your codes will iterate till the 1000th result.