Is there a way to make a web robot like websiteoutlook.com does? I need something that searches the internet for URLs only...I don't need links, descriptions, etc.
What is the best way to do this without getting too technical? I guess it could even be a cronjob that runs a PHP script grabbing URLs from Google, or is there a better way?
A simple example or a link to more information would be much appreciated.
http://somesite.com/robots.txtand determining if you're allowed to crawl the site in question. en.wikipedia.org/wiki/Robots_exclusion_standard – BalusC Mar 21 '10 at 23:58