# Scrape Immowelt Homes for Sale

**Use case:** 

Scrape Immowelt Homes for Sale to collect public property listings, prices, locations, and market data.

## Input

```json
{
  "maxItems": 100,
  "properties": [],
  "fetchDetails": false,
  "location": "Berlin",
  "locationType": "",
  "order": "default",
  "operation": "buy",
  "maxPrice": 800000
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "mainDescription.headline": {
    "label": "Title",
    "format": "text"
  },
  "mainDescription.description": {
    "label": "Subtitle",
    "format": "text"
  },
  "rawData.price": {
    "label": "Price",
    "format": "number"
  },
  "hardFacts.price.formatted": {
    "label": "Price Hint",
    "format": "text"
  },
  "rawData.nbroom": {
    "label": "Rooms",
    "format": "number"
  },
  "rawData.surface.main": {
    "label": "Surface",
    "format": "number"
  },
  "location.address.street": {
    "label": "Location",
    "format": "text"
  },
  "location.address.city": {
    "label": "City",
    "format": "text"
  },
  "location.address.zipCode": {
    "label": "Zip Code",
    "format": "text"
  },
  "rawData.propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "rawData.distributionType": {
    "label": "Distribution",
    "format": "text"
  },
  "cardProvider.title": {
    "label": "Publisher",
    "format": "text"
  },
  "provider.publisherType": {
    "label": "Publisher Type",
    "format": "text"
  },
  "_image": {
    "label": "Image",
    "format": "image"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  }
}
```

## About this Actor

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