# Changelog of Wendy's Menu Scraper: Store Prices, Nutrition, and Changes (`getascraper/wendys-menu-prices-scraper`) Actor

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

## Changelog

All notable changes to this Actor are documented here.

### \[0.2.0] - 2026-09-22

#### Fixed

- 🐛 Fixed a bug where checking prices across multiple stores in one run could finish as failed even though every store's prices had already been saved. Multi-store runs (multiple addresses or restaurant IDs together) now finish successfully every time.

### \[0.1.0] - 2026-09-20

#### Added

- ✨ Added store-specific Wendy's menu prices, availability, categories, calories, nutrition, modifiers, and operating hours.
- 🌎 Added a separate US national catalog mode that does not present national data as store pricing.
- 🔄 Added stateful `new`, `changed`, `unchanged`, and `removed` records with safe removal handling for complete runs.
- 📊 Added cross-store price spread fields when multiple restaurants expose comparable prices.
- 🧾 Added bounded filters for category, item text, day part, availability, combo status, limited-time offers, price, and calories.

#### Changed

- ⚡ Added a small direct-HTTP request flow with fixed low concurrency and bounded retries.
- 🧹 Optional nutrition, modifier, ingredient, allergen, and image fields are disabled by default to keep scheduled runs lightweight.

#### Security

- 🔒 Restricted collection to anonymous public Wendy's menu and location data. No credentials, checkout, loyalty, or private endpoints are used.
