# Changelog of Depop Listings Scraper (`devilscrapes/depop-listings-scraper`) Actor

- **URL**: https://apify.com/devilscrapes/depop-listings-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/devilscrapes/depop-listings-scraper.md

## Depop Listings Scraper — Changelog

### 0.0 — 2026-09-18

- Scaffolded: `.actor/` config (input/output/dataset schema, PPE, Dockerfile),
  `src/models.py` (`ActorInput`/`ResultRow` per design.md), and QA fixtures.
- Implemented the full local-green build: `parser.py` (RSC `__next_f.push` ->
  `objects[]` extraction, live-fixture-tested), `shards.py` (price-band shard
  grid + REQ-4 axis-overlap validation), `client.py` (curl-cffi, rotating
  impersonation, retry/backoff), `dedupe.py` (cross-shard id accumulator),
  and `main.py` orchestration with `_StartFee`-on-delivery PPE billing.
  76 tests green, ruff clean, pyright clean on `src/`. Not yet pushed or
  cloud-QA'd.
