# Changelog of Bayt Jobs Scraper (`devilscrapes/bayt-jobs-scraper`) Actor

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

## Changelog

All notable changes to this Actor are documented here.

### 0.0.1 — Unreleased

- Scaffolded the Actor skeleton: `ActorInput`/`ResultRow` Pydantic
  models, `.actor/` schemas, PPE pricing placeholders, and store-listing
  copy. The real Bayt scraping pipeline (`src/client.py`, `src/parser.py`,
  `src/scraper.py`) is stubbed, not yet implemented — `src/main.py`
  currently pushes a single `placeholder: true` record so the Actor
  boots and exits cleanly.
