# Changelog of Chrono24 Watch Scraper (`devilscrapes/chrono24-watch-scraper`) Actor

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

## Chrono24 Watch Scraper — Changelog

### 0.0.1 — 2026-08-10

- Scaffolded: `.actor/` (actor.json, input/output/dataset schemas, PPE,
  Dockerfile), `src/models.py` fully implemented (`ActorInput` +
  `ResultRow` per spec), `src/main.py` boot-stub (validates input,
  pushes one placeholder row), tests, README skeleton, QA fixture.
- Real scraping logic (`client.py`, `parser.py`, target dispatch,
  dedup, wall-clock budget, PPE charging) is not implemented yet — see
  `docs/specs/chrono24-watch-scraper/design.md` and `tasks.md`.
