English

Efficient Crawling for Scalable Web Data Acquisition (Extended Version)

Information Retrieval 2026-02-13 v1

Abstract

Journalistic fact-checking, as well as social or economic research, require analyzing high-quality statistics datasets (SDs, in short). However, retrieving SD corpora at scale may be hard, inefficient, or impossible, depending on how they are published online. To improve open statistics data accessibility, we present a focused Web crawling algorithm that retrieves as many targets, i.e., resources of certain types, as possible, from a given website, in an efficient and scalable way, by crawling (much) less than the full website. We show that optimally solving this problem is intractable, and propose an approach based on reinforcement learning, namely using sleeping bandits. We propose SB-CLASSIFIER, a crawler that efficiently learns which hyperlinks lead to pages that link to many targets, based on the paths leading to the links in their enclosing webpages. Our experiments on websites with millions of webpages show that our crawler is highly efficient, delivering high fractions of a site's targets while crawling only a small part.

Keywords

Cite

@article{arxiv.2602.11874,
  title  = {Efficient Crawling for Scalable Web Data Acquisition (Extended Version)},
  author = {Antoine Gauquier and Ioana Manolescu and Pierre Senellart},
  journal= {arXiv preprint arXiv:2602.11874},
  year   = {2026}
}

Comments

Extended version of a paper published at the EDBT 2026 conference

R2 v1 2026-07-01T10:33:32.907Z