# Scrape houses for sale in Germany

**Use case:** 

Extract houses for sale in Hamburg from Immowelt. Structured German property data. Pay per result.

## Input

```json
{
  "transaction": "sale",
  "propertyType": "houses",
  "location": "hamburg",
  "fetchDetails": false,
  "maxItems": 5,
  "startUrls": []
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "priceAmount": {
    "label": "Price (€)",
    "format": "number"
  },
  "priceType": {
    "label": "Price type",
    "format": "text"
  },
  "bedrooms": {
    "label": "Rooms",
    "format": "number"
  },
  "surfaceTotal": {
    "label": "m²",
    "format": "number"
  },
  "surfacePlot": {
    "label": "Plot m²",
    "format": "number"
  },
  "streetAddress": {
    "label": "Street",
    "format": "text"
  },
  "neighborhood": {
    "label": "Area",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "postalCode": {
    "label": "PLZ",
    "format": "text"
  },
  "energyClass": {
    "label": "Energy",
    "format": "text"
  },
  "operationType": {
    "label": "Op",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "shortDescription": {
    "label": "Description",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Immowelt.de Scraper — German Real Estate](https://apify.com/unfenced-group/immowelt-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/immowelt-scraper) to learn more, explore other use cases, and run it yourself.