# Changelog of Decathlon US Scraper: Products, Prices & Stock (`getascraper/decathlon-scraper`) Actor

- **URL**: https://apify.com/getascraper/decathlon-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/getascraper/decathlon-scraper.md

## Changelog

All notable changes to Decathlon US Scraper are documented here.

### \[0.2] - 2026-09-21

#### Changed

- ⚙️ Renamed the monitoring scope input field to `monitorScope` for clarity. Existing scheduled runs that already pass the previous field name continue to work without any changes.

### \[0.1] - 2026-08-26

#### 🎉 Initial Release

- 🛒 Full US catalog coverage via decathlon.com's public Shopify `products.json` feed (page-based pagination, `limit=250`), or scope to specific collections via `startUrls`.
- 📏 Variant-level output: every size/color combination with its own SKU, price, compare-at price, and stock status.
- 🏷️ Vendor sub-brand, category (product\_type), and a best-effort parser for Decathlon's `GENDER:` / `SPORT:` tag taxonomy.
- 🎛️ Client-side filters for category, vendor, gender, sport, price range, and in-stock-only.
- 📈 Optional monitoring mode: tracks a productId → {price, stock} baseline in the key-value store and emits only new or changed products on subsequent scheduled runs.
- ⚡ Pure HTTP (Cheerio template, no browser) against an unauthenticated public JSON API — no proxy tier upgrade needed for the US storefront.
