# Changelog of Pinterest Image Downloader (`w3crawler/pinterest-image-downloader`) Actor

- **URL**: https://apify.com/w3crawler/pinterest-image-downloader/changelog.md
- **Full Actor documentation**: https://apify.com/w3crawler/pinterest-image-downloader.md

## Changelog

### \[2.1.0] - 2026-05-21

#### Fixed

- `.actor/actor.json` — Corrected wrong description (was erroneously duplicated from a YouTube actor). Now accurately describes the Pinterest Image Downloader.

#### Added

- `README.md` — Apify-focused documentation with input/output tables, sample JSON, and usage notes.
- `.actor/dataset_schema.json` — Added `fields` section with proper type annotations.

### \[2.0.0] - 2026-05-21

#### Changed

- Refactored into modular Brave actor structure
- Added input validation via `src/schema/input.js`
- Added `validate-datasets.js` for local dataset validation

#### Added

- `validate-datasets.js` — validates output dataset against schema
- `.actor/dataset_schema.json` — defines output fields: pinId, title, pinUrl, imageUrl, imageQuality, imageWidth, imageHeight, kvStoreKey, pinnerUsername, boardName, dominantColor, scrapedAt

### \[1.0.0] - 2025-01-01

#### Added

- Initial release: downloads Pinterest pin images and stores them in key-value store
