# Changelog of SEC EDGAR Full-Text Search Scraper (`devilscrapes/sec-edgar-full-text-search`) Actor

- **URL**: https://apify.com/devilscrapes/sec-edgar-full-text-search/changelog.md
- **Full Actor documentation**: https://apify.com/devilscrapes/sec-edgar-full-text-search.md

## Changelog — sec-edgar-full-text-search

### 0.0 — Scaffold

- Actor skeleton created (`actor-scaffolder`): `.actor/` config
  (actor.json, input\_schema.json, dataset\_schema.json,
  output\_schema.json, pay\_per\_event.json, Dockerfile), `src/` module
  layout (models.py, client.py, parser.py, scraper.py, main.py),
  README skeleton, and a boot-only placeholder dataset row.
- Real EDGAR search, pagination, and hit-to-row mapping are **not
  implemented yet** — see `docs/specs/sec-edgar-full-text-search/`
  for the spec/design/tasks driving the remaining T02-T09 work.
