# Changelog of TCGPlayer Card Prices (`devilscrapes/tcgplayer-card-prices`) Actor

- **URL**: https://apify.com/devilscrapes/tcgplayer-card-prices/changelog.md
- **Full Actor documentation**: https://apify.com/devilscrapes/tcgplayer-card-prices.md

## TCGPlayer Card Prices — Changelog

### 0.0.1 — 2026-09-22

- 0.0.1: scaffold only — no production scraper yet.
- Scaffolded: `.actor/` (actor.json, input/output/dataset schemas, PPE,
  Dockerfile), full first-pass `src/models.py` (`ActorInput`,
  `ResultRow`, `ListingRow`, per the spec's live-confirmed Input/Output
  tables), placeholder `src/main.py` (boots, validates input, charges
  `actor-start`, pushes one `{"placeholder": true, ...}` row, exits —
  no real HTTP client/pagination/parsing yet), tests scaffold, README
  skeleton.
- Real implementation (`src/client.py`, `src/scraper.py`,
  `src/parser.py`, and the fan-out rewrite of `src/main.py`) is tracked
  in `docs/specs/tcgplayer-card-prices/tasks.md` (T02–T08) — the target
  wire format (`mp-search-api.tcgplayer.com/v1/search/request`) was
  already live-confirmed during recon, so this build is not
  cloud-recon-gated the way a blocked target would be.
