How do you make a script that retrieve search engine stastics from like google and yahoo etc? Also how do you make it pick up the website's meta tags?
You could write a scraper (frowned upon) or you could implement Googles API. There's the Google API to retrieve the pages indexed and backlinks at http://www.google.com/apis/
lol very true. Does MSN search have an API yet? I had to write a scraper for their search a while ago.