# Changelog of ImportYeti Alternative Scraper (`devilscrapes/importyeti-alternative-scraper`) Actor

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

## ImportYeti Alternative Scraper — Changelog

### 0.0.1 — 2026-07-19

- Scaffolded: `.actor/` (actor.json, input/output/dataset schemas, PPE,
  Dockerfile), `src/models.py` fully implemented (ActorInput + ResultRow
  per spec), `src/client.py` / `src/parser.py` / `src/main.py` stubs,
  `src/scraper.py` ADR-0004 verifier stub, tests, README skeleton.
- Implementation of `client.py` (T04) and `parser.py`'s `raw_hit_to_row`
  (T05) is blocked on T02's live `/api/search` wire-format discovery —
  see `docs/specs/importyeti-alternative-scraper/tasks.md`.
