# Changelog of UK Land Registry Sold Prices Scraper (`devilscrapes/uk-land-registry-sold-prices-scraper`) Actor

- **URL**: https://apify.com/devilscrapes/uk-land-registry-sold-prices-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/devilscrapes/uk-land-registry-sold-prices-scraper.md

## UK Land Registry Sold Prices Scraper — Changelog

### 0.0.1 — 2026-09-02

- Scaffold only — no real Land Registry fetch yet.
- Scaffolded: `.actor/` (actor.json, input/output/dataset schemas, PPE,
  Dockerfile, generic placeholder icon), `src/main.py` (boots, reads
  input, validates it, charges `actor-start`, and exits cleanly),
  `src/scraper.py` (boots, raises `NotImplementedError` — no real
  Land Registry fetch), `src/models.py` (`ActorInput` + `ResultRow`
  per ADR-0004), tests, README skeleton, `promo.json`.
- Real implementation (query the `landregistry.data.gov.uk` linked-data
  API, page-walk, flatten the nested envelope, convert dates to
  ISO-8601, split addresses into BS7666 components) is next — see
  `docs/specs/uk-land-registry-sold-prices-scraper/tasks.md`.
- Icon is a generic scaffold placeholder — the `actor-icon-designer`
  agent replaces it with the Devil Scrapes container carrying HM Land
  Registry's brand mark.
