This articles citation style may be unclear. The references used may be clearer with a different or consistent style of citation footnoting or external linking.
This article contains too much jargon and may need simplification or further explanation. Please discuss this issue on the talk page and/or remove or explain jargon terms used in the article. Editing help is available.
For the search engine of the same name see WebCrawler.
For the fictional robots called Scutters see Red Dwarf charactersThe Skutters.
A Web crawler is a computer program that browses the World Wide Web in a methodical automated manner. Other terms for Web crawlers are antsautomatic indexersbots and worms 1 or Web spiderWeb robot orespecially in the FOAF communityWeb scutter 2.
This process is called Web crawling or spidering. Many sites in particular search engines use spidering as a means of providing up-to-date data. Web crawlers are mainly used to create a copy of all the visited pages for later processing by a search engine that will index the downloaded pages to provide fast searches. Crawlers can also be used for automating maintenance tasks on a Web site such as checking links or validating HTML code. Also crawlers can be used to gather specific types of information from Web pages such as harvesting e-mail addresses .
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.