# Changelog of Bark Seller Details Page Scraper (`codingfrontend/bark-seller-details-page-scraper`) Actor

- **URL**: https://apify.com/codingfrontend/bark-seller-details-page-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/codingfrontend/bark-seller-details-page-scraper.md

## Changelog

### \[1.1.0] - 2026-08-31

- Replaced browser-first crawling with bounded HTTP DOM extraction from public server-rendered pages.
- Made input and proxy validation strict and fail closed.
- Removed diagnostic dataset rows, raw HTML, duplicate aliases, and unused browser/scaffold modules.
- Added a strict seller-only dataset schema, OUTPUT summary, validator, and current public fixtures.
- Updated and pinned the lean Node 22 production dependency graph.

All notable changes to the **Bark Seller Details Page Scraper** are listed here.

***

### \[1.1.0] — 2026-08-04

#### Enhanced

- Added bounded public listing/profile extraction with deduplication and diagnostic records.
- Preserved legacy seller fields and added nullable schema coverage, output links, and tests.
- Added access-barrier stop behavior for CAPTCHA, login, paywall, geofence, rate-limit, and device-denial pages.

### \[1.0.0] — 2026-05-19

#### Added

- Initial release
- Scrape seller profiles from Bark.com including name, rating, reviews, location, service categories, and contact info
- Output: `name`, `rating`, `reviewCount`, `location`, `services`, `scrapedAt`
- Structured output with `scrapedAt` timestamp for each item
