Web crawler

It will crawl the requested URL with 1Mb data limit

Web site to crawl http://

A Web crawler is one type of bot, or software agent. In general, it starts with a list of URLs to visit, called the seeds. As the crawler visits these URLs, it identifies all the hyperlinks in the page and adds them to the list of URLs to visit, called the crawl frontier. URLs from the frontier are recursively visited according to a set of policies.

[http://en.wikipedia.org/wiki/Web_crawler]