Definition
An automated technique that systematically retrieves web‑published resources (HTML pages, linked files and machine‑readable feeds) by following link structures, sitemaps or harvest manifests to support indexing, discovery or capture of scholarly and cultural materials.

Principle

Principle
Crawling proceeds opportunistically: an automated agent issues HTTP requests following discovered links or enumerated targets, subject to server responses, change dynamics and any access constraints; coverage is therefore a function of link topology, discovery strategy and resource accessibility, not an inherent completeness guarantee.

Demonstration

Demonstration
Illustrative scenario: A harvest job begins at an institution’s published sitemap, follows collection links, downloads relevant HTML and attached PDFs, records HTTP headers and timestamps, and produces a crawl log that an indexer later ingests for search and archival ingest.

Misapplication

Misapplication
Assuming a crawl produces an authoritative, complete corpus (for example, believing all versions and non‑linked resources will be captured) mistakes opportunistic retrieval for exhaustive access; dynamic, scripted or paywalled content can remain undiscovered or incomplete.

Consequence

Consequence
Crawling can yield broad, scalable coverage and capture contextual link structure and HTTP metadata; it also consumes bandwidth, may retrieve transient states, can generate duplicate or inconsistent representations and may be constrained by access controls or server policies.

Reversal

Reversal
When structured, authoritative access points exist (APIs, subscription export, publisher feeds), they often provide more complete, stable or licensed metadata and content than crawling; conversely, crawling remains necessary for resources that lack programmatic export or public APIs.

Boundary

Boundary
Clearly within: scheduled automated harvests that follow links/sitemaps to collect public web resources. Boundary case: focused crawls using query seeds and narrow selection criteria. Clearly outside: manual browsing and individual downloads or curated transfers via agreed protocols.

Semantic Tension

Semantic Tension
Coverage ↔ Respect for Provider Constraints — crawlers aim for maximal discovery and capture but must balance completeness with politeness (rate limits, robots directives) and respect for access policies, which can reduce coverage.

Synthesis

Synthesis
Web crawling is an opportunistic discovery and capture strategy: efficient for wide coverage where programmatic exports do not exist, but inherently limited by discoverability, dynamism of web content and access constraints.