I need a tool that will take a list of urls and then scan each of those urls and then give me a report on the pr of each of those urls. I've used parameter in the past but after scanning like 200 links the google datacenters temporary ban me for scanning too many urls. I need a tool that will scan each link but at an interval (ie. one link every 15 seconds) so I don't get banned. Any ideas?
do like this if you know php and mysql Make a page with refresh, Connect to a database where you will find urls that you want to check Make the refresh at every 15 second. each time you make a refresh your script cat pull the pr of the url and save it in the database and at the end you can make a list from the DB.