Published entries are available as a JSON feed at:
https://51cfeef7.ap-tools.pages.dev/pressespiegel/index.jsonpublished in this feedfetch('https://51cfeef7.ap-tools.pages.dev/pressespiegel/index.json')
.then(r => r.json())
.then(entries => {
entries.forEach(e => console.log(e.date, e.title, e.url));
});