# Changelog of Nature Journal Search Scraper (`searchapi/nature-search-results-scraper`) Actor

- **URL**: https://apify.com/searchapi/nature-search-results-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/searchapi/nature-search-results-scraper.md

## Changelog

### \[1.1.0] - 2025-05-21

#### Added

- Added `validate-datasets.js` script for dataset schema validation

#### Changed

- Refactored src/ to full production-grade structure: `errors/`, `extractors/`, `filters/`, `routes/`, `schema/`, `utils/`
- Improved README.md with accurate article field documentation
- Dataset schema views refined for Apify Storage table display

#### Fixed

- CrossRef API offset pagination correctly handles large result sets
- Author list de-duplication removes redundant affiliation entries

### \[1.0.0] - 2025-04-10

#### Added

- Initial release: Nature Journal Search Scraper
- Uses the public CrossRef REST API (no authentication required)
- Searches across Nature and all Springer Nature journals
- Extracts article title, authors, DOI, URL, journal name, citation count, abstract, and publish date
- Configurable `query`, `maxItems` and optional ISSN filter
