CoolFace
Datasetpublic

ferjorosa/bne-hemeroteca-publications

BNE Hemeroteca Publications Dataset Enriched metadata and cover images for historical Spanish publications from the Biblioteca Nacional de España (BNE) - Hemeroteca Digital. Why this dataset? The BNE provides an open data CSV with basic publication information, but it lacks key details such as descriptions, number of issues, and direct links to content. This dataset enriches that data by scraping the full metadata from each publication's detail page. Use cases: Explore the… See the full description on the dataset page: https://huggingface.co/datasets/ferjorosa/bne-hemeroteca-publications.

sourceHugging Facecc0-1.0updated 9mo agoView on Hugging Face
2likes2downloads
Dataset Card

BNE Hemeroteca Publications Dataset

Enriched metadata and cover images for historical Spanish publications from the Biblioteca Nacional de España (BNE) - Hemeroteca Digital.

Why this dataset? The BNE provides an open data CSV with basic publication information, but it lacks key details such as descriptions, number of issues, and direct links to content. This dataset enriches that data by scraping the full metadata from each publication's detail page.

Use cases:

  • —Explore the archive — Quickly browse and filter what's available in the Hemeroteca
  • —Topic modeling — Analyze descriptions and metadata to discover thematic patterns
  • —Access original issues — Use issues_link to explore and download scanned issues, then apply OCR to extract full text

Note: Generated on December 22nd, 2025.

Fields

FieldDescription
imageCover image (when available)
issnInternational Standard Serial Number
titleMain title
other_titleAlternative titles
collectionCollection name
descriptionDetailed description
geographic_scopeGeographic coverage area
publication_placePlace of publication
datePublication date range
languageLanguage(s)
issues_countNumber of issues available
total_pagesTotal pages
detail_linkLink to publication detail page
issues_linkLink to browse issues

Usage

python
from datasets import load_dataset

dataset = load_dataset("ferjorosa/bne-hemeroteca-publications")
sample = dataset["train"][0]
print(sample["title"], sample["description"])

Citation

bibtex
@dataset{bne_hemeroteca_publications,
  title={BNE Hemeroteca Publications Dataset},
  author={Fernando Rodriguez},
  year={2025},
  url={https://huggingface.co/datasets/ferjorosa/bne-hemeroteca-publications},
  note={Compiled from Hemeroteca Digital (Biblioteca Nacional de España)}
}

License

CC0 1.0 (Public Domain). Original content provided by the Biblioteca Nacional de España.