$realEstate = (new RealEstate())
->setPublishChannel(?string $publishChannel = null)
->setIncludeAttachments(bool $includeAttachments = false)
->setIncludeArchive(bool $includeArchive = false)
->setPageSize(int $pageSize = 100);
API reference: https://api.immobilienscout24.de/api-docs/import-export/introduction/
$realEstate->getAll(?int $page = null);
$realEstate->getAllWithDetails();
We highly recommend caching this result.
$realEstate->getOneById();