# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "crawlee" in publications use:' type: software license: MIT title: 'crawlee: Tidy Interface for Reproducible Web Crawling' version: 0.1.0 doi: 10.32614/CRAN.package.crawlee abstract: A tidy, pipe-friendly toolkit for reproducible web crawling and structured data collection, inspired by the architecture of the 'Crawlee' library. Provides a unified crawler with a deduplicating, resumable request queue, content-type aware handlers, structured storage backends and rich console logging via 'cli'. Supports crawling HTML pages, sitemaps, RSS and Atom feeds and PDF documents, with optional headless-browser rendering and helpers for retrieval-augmented generation. authors: - family-names: Leite given-names: Andre email: leite@castlab.org - family-names: Wasilew given-names: Marcos email: marcos.wasilew@gmail.com - family-names: Vasconcelos given-names: Hugo email: hugo.vasconcelos@ufpe.br - family-names: Amorim given-names: Carlos email: carlos.agaf@ufpe.br - family-names: Bezerra given-names: Diogo email: diogo.bezerra@ufpe.br repository: https://strategicprojects.r-universe.dev repository-code: https://github.com/StrategicProjects/crawlee commit: fef3fd8e7c115fff2dccc4b4091209f16ca7e573 url: https://strategicprojects.github.io/crawlee/ date-released: '2026-06-29' contact: - family-names: Leite given-names: Andre email: leite@castlab.org