> For the complete documentation index, see [llms.txt](https://housing-base.journalismarena.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://housing-base.journalismarena.eu/access-to-housing/media-stories/2018/germanys-rental-market-is-broken-sueddeutsche-zeitung-21-december-2018.md).

# Germany's rental market is broken (Süddeutsche Zeitung, 21 Dec 2018)

* **Germany's rental market is broken**
* Original headline in German: *Deutschlands Mietmarkt ist kaputt*
* By Hannah Beitzer, Sabrina Ebitsch, Christian Endt, Thomas Öchsner, Martina Schories and Moritz Zajonz. Published in Süddeutsche Zeitung (SZ) on 21 December 2018
* <https://projekte.sueddeutsche.de/artikel/wirtschaft/miete-wohnen-in-der-krise-e687627/>
* **Summary from Google Translate**:
  * The housing market has gotten out of joint, not only in Hamburg or Munich. Real estate prices and rents have risen at an insane pace in many German cities in recent years and have made living the crucial social issue of our time.
  * This is one of the reasons why **57,000 people took part in the SZ project #MeineMiete and filled out a comprehensive questionnaire. Although the results now available are not representative, they nevertheless show how broken the rental market in Germany is - and not just in numbers, but also in fate. In addition to the standardized answers in the survey, almost 3,000 people sent us their stories. Taken together, these stories paint a depressing picture of the German housing market**.
* **Keywords**: Germany, rental markets, affordability, crowdsourcing

{% hint style="info" %}
This is a really interesting research and reporting project by the Süddeutsche Zeitung in Germany because of the methodology. The newspaper crowdsourced data and 3,000 personal stories on their rental housing situation from a total of 57,000 people across the country. As the paper states, this can't be seen as a scientific study, but by being transparent about the methodology, the SZ manages to paint an accurate picture of what the housing situation is like for a large number of people in Germany.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://housing-base.journalismarena.eu/access-to-housing/media-stories/2018/germanys-rental-market-is-broken-sueddeutsche-zeitung-21-december-2018.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
