# Changelog of Back Market Scraper | Refurbished Prices (`silentflow/backmarket-scraper-ppr`) Actor

- **URL**: https://apify.com/silentflow/backmarket-scraper-ppr/changelog.md
- **Full Actor documentation**: https://apify.com/silentflow/backmarket-scraper-ppr.md

## Changelog

### 1.0.75 (2026-05-11)

- Storage is now extracted on the Finnish (.fi) site too, which uses the local "Gt"/"Tt" units instead of "GB"/"TB"

### 1.0.74 (2026-05-11)

- Price sort now applies globally across all fetched pages, so the cheapest (or most expensive) products appear first end-to-end. Previously each page was sorted independently, which produced a sawtooth at page boundaries.

### 1.0.73 (2026-05-11)

- The Brand, Conditions and Sort filters now actually filter the output. They were previously ignored — BackMarket does its filtering via an internal search index, so the actor now applies them on the results it receives.
- The Conditions filter understands localized labels: ask for "good" and you'll get "Bon état" on the French site, "Buono" on the Italian site, etc., without picking up "Très bon état" by accident.

### 1.0.72 (2026-05-11)

- Fix pagination: requesting more than 31 results now returns unique items across pages instead of repeating page 1

### 1.0.70 (2026-05-11)

- Detailed Data mode now returns the full seller name, storage, color, description and image gallery on US and Canada listings
- Seller is the actual merchant company instead of the generic "Back Market" label

### 1.0.69 (2026-05-11)

- Browse mode now returns the full product image gallery (up to 15 images per product) instead of a single image
- Browse mode populates seller, storage and color from the product page (was missing on iPhone-style pages)
- Increase detail page timeout from 20 s to 30 s to reduce fetches dropping back to listing-only data
- Expose Canada in the country selector

### 1.0.66 (2026-04-16)

- Fix URL locale handling: URLs with unsupported locales (e.g. `/en-ca/`) are now automatically rewritten to the correct locale for the target country
- Improve connection reliability with better request headers
- Smarter retry logic: blocked requests are detected faster, avoiding wasted retries
- Fix seller name extraction in browse mode returning corrupted data
- Add Canada country support

### 1.0.60 (2026-04-10)

- Initial release
