IRMay 5, 2014

A Brief History of Web Crawlers

arXiv:1405.0749v152 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental review paper that synthesizes existing knowledge on web crawlers for researchers and practitioners in web technology.

The paper provides a historical overview of web crawlers, tracing their evolution from early statistical collection to modern uses in indexing, accessibility, and vulnerability checks, and introduces criteria to evaluate and compare their performance over time.

Web crawlers visit internet applications, collect data, and learn about new web pages from visited pages. Web crawlers have a long and interesting history. Early web crawlers collected statistics about the web. In addition to collecting statistics about the web and indexing the applications for search engines, modern crawlers can be used to perform accessibility and vulnerability checks on the application. Quick expansion of the web, and the complexity added to web applications have made the process of crawling a very challenging one. Throughout the history of web crawling many researchers and industrial groups addressed different issues and challenges that web crawlers face. Different solutions have been proposed to reduce the time and cost of crawling. Performing an exhaustive crawl is a challenging question. Additionally capturing the model of a modern web application and extracting data from it automatically is another open question. What follows is a brief history of different technique and algorithms used from the early days of crawling up to the recent days. We introduce criteria to evaluate the relative performance of web crawlers. Based on these criteria we plot the evolution of web crawlers and compare their performance

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes