# Changelog of Das Telefonbuch Scraper (`dominic-quaiser/das-telefonbuch-scraper`) Actor

- **URL**: https://apify.com/dominic-quaiser/das-telefonbuch-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/dominic-quaiser/das-telefonbuch-scraper.md

## Changelog

All notable changes to Das Telefonbuch Scraper will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### \[1.0.0] - 2026-05-20

**Initial release.**

#### Added

- Search businesses by keyword (`search_what`) and German city/region (`search_where`).
- Pagination with streaming-parameter support to follow all result pages.
- Detail-page extraction for phone, fax, email, website, address, and business profile.
- Rate limiter (`requests_per_second`) to avoid overloading the target server.
- Apify proxy integration via `proxyConfiguration` input field.
- Structured Pydantic output model (`BusinessResult`) with automatic URL-scheme normalisation and email validation.
- Dataset view configured in `actor.json` for display in the Apify Console Output tab.
