# Changelog of XING Jobs Scraper (`devilscrapes/xing-jobs-scraper`) Actor

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

## Changelog

All notable changes to this Actor are documented here.

### 0.0.1 — Unreleased

- Initial build to local-green: `ActorInput`/`ResultRow` Pydantic models,
  `.actor/` schemas, PPE pricing, store-listing copy, and a full scraping
  pipeline (`src/client.py`, `src/parser.py`, `src/scraper.py`).
- Primary extraction source is XING's own embedded Apollo GraphQL cache
  (`<script id="runtime-config">window.crate=...`), confirmed live
  2026-09-25 — not DOM scraping. Resolves the `jobSearchByQuery(...)`
  query's `collection` refs into `VisibleJob`/`Company` cache entries.
- Pagination (`page=N`, 1-indexed) and the end-of-results signal
  (a resolved page shorter than 20 jobs) both confirmed against live
  xing.com traffic before implementation, not assumed.
- Not yet pushed, published, or priced — local-green only.
