# Changelog of Domain WHOIS & RDAP Lookup (`devilscrapes/domain-whois-rdap-scraper`) Actor

- **URL**: https://apify.com/devilscrapes/domain-whois-rdap-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/devilscrapes/domain-whois-rdap-scraper.md

## Domain WHOIS & RDAP Lookup — Changelog

### 0.0.1 — 2026-09-01

- Scaffold only — no production RDAP fetch yet.
- Scaffolded: `.actor/` (actor.json, input/output/dataset schemas, PPE,
  Dockerfile), `src/main.py` (boots, reads input, validates it, charges
  `actor-start`, and exits cleanly), `src/scraper.py` (boots, pushes one
  `{"placeholder": true, ...}` row, no real RDAP fetch), `src/models.py`
  (`ActorInput` + `ResultRow` per ADR-0004), tests, README skeleton.
- Real implementation (IANA bootstrap resolution + RDAP fetch/parse) is
  next — see `docs/specs/domain-whois-rdap-scraper/tasks.md`.
