# Changelog of Pinterest Public Profile Following Metrics Scraper (`w3crawler/pinterest-following-scraper`) Actor

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

## Changelog

### \[1.3.2] - 2026-09-10

#### Changed

- Renamed the product contract to Pinterest Public Profile Following Metrics Scraper.
- Documented the singleton public-profile metrics output and explicitly removed any followed-account identity or paginated relationship-list promise.

#### Fixed

- Aligned local titles, descriptions, schemas, views, output links, examples, and README wording with the source-backed profile metrics behavior.

### \[3.0.0] - 2026-09-09

#### Changed

- Narrowed the Actor from following-list probing to source-backed public profile following metrics.
- Removed list pagination and relationship-list output so a public profile is not misrepresented as a public following list.
- Added explicit profile, diagnostic, summary, fixture, and validation contracts.

### \[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, username, fullName, profileUrl, profileImageUrl, about, followingCount, followingCount, pinCount, boardCount, monthlyViews, isVerified, country, scrapedAt

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

#### Added

- Initial release: scrapes following of a Pinterest profile
