# Changelog of Shopify Store Products Scraper – Prices, Stock & Variants (`glidepath/shopify-products-scraper`) Actor

- **URL**: https://apify.com/glidepath/shopify-products-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/glidepath/shopify-products-scraper.md

## Changelog

### 0.1 — 2026-09-26

- Respects each store's `robots.txt` (RFC 9309): a store that disallows its product feed for crawlers is skipped and not charged; an unreachable `robots.txt` (5xx or network error) skips the store to be safe.
- Rate limits are waited out with backoff; requests are never re-routed through other IPs.

### 0.1 — 2026-09 (initial release)

- Reads any Shopify storefront's public `products.json` feed: bare domain, store URL or a single collection URL/path.
- Full product record per row: variants (price, stock, SKU, options), option definitions, images, tags, vendor, product type.
- Filters: only in-stock products, minimum/maximum price.
- Plain-text or HTML description, with contact details (e-mails, phone numbers) removed by default.
- Duplicate store/collection entries in one run are read once and charged once.
