# Changelog of Pinterest Comments Scraper (`w3crawler/pinterest-comments-scraper`) Actor

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

## Changelog

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

#### 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: id, text, createdAt, authorUsername, authorFullName, authorProfileUrl, authorImageUrl, likeCount, isReply, parentCommentId, pinId, pinUrl, scrapedAt

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

#### Added

- Initial release: scrapes comments from Pinterest pins
