|
Web crawler
From Wikipedia, the free encyclopedia
The references used in this article may be clearer with a different or consistent style of citation, footnoting, or external linking. For example, citations normally are placed immediately after a punctuation mark, such as after a comma, colon, or the period at the end of a sentence.
This article has been tagged since December 2007.
This article or section 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. (June 2008)
For the search engine of the same name, see WebCrawler.
For the fictional robots called Scutters, see Red Dwarf characters#The Skutters.
A web crawler (also known as a web spider, web robot, or?especially in the FOAF community?web scutter[1]) is a program or automated script which browses the World Wide Web in a methodical, automated manner. Other less frequently used names for web crawlers are ants, automatic indexers, bots, and worms.[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 website, 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 (usually for spam).
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.
|