Improved methodology for longitudinal Web analytics using Common Crawl
Henry S. Thompson
TL;DR
This work tackles the high resource burden of longitudinal analyses on the Common Crawl corpus by proposing two index-based strategies: (i) augmenting each archive's index with Last-Modified timestamps to enable time-evolution studies from a single archive, and (ii) identifying representative archive segments via segment-level distributions to proxy full-archive properties. The authors develop a methodology that uses mime and mime-detected distributions to quantify segment representativeness with Spearman rank correlations and demonstrate cross-property proxying through languages and lengths, showing high fidelity for selected segments across multiple archives. They further extend the analysis by exploiting Last-Modified headers to infer URI-length trends, revealing slow growth driven by path length and just-in-time page dynamics, while also uncovering and correcting an anomaly in 2005. Collectively, the approaches reduce compute, storage, and bandwidth needs for longitudinal web analytics and enable reliable inferences using small, representative samples of archives, with practical implications for large-scale web evolution studies.
Abstract
Common Crawl is a multi-petabyte longitudinal dataset containing over 100 billion web pages which is widely used as a source of language data for sequence model training and in web science research. Each of its constituent archives is on the order of 75TB in size. Using it for research, particularly longitudinal studies, which necessarily involve multiple archives, is therefore very expensive in terms of compute time and storage space and/or web bandwidth. Two new methods for mitigating this problem are presented here, based on exploiting and extending the much smaller (<200 gigabytes (GB) compressed) _index_ which is available for each archive. By adding Last-Modified timestamps to the index we enable longitudinal exploration using only a single archive. By comparing the distribution of index features for each of the 100 segments into which archive is divided with their distribution over the whole archive, we have identified the least and most representative segments for a number of recent archives. Using this allows the segment(s) that are most representative of an archive to be used as proxies for the whole. We illustrate this approach in an analysis of changes in URI length over time, leading to an unanticipated insight into the how the creation of Web pages has changed over time.
