# Apartments (Wohnungen) Immowelt Property Listings

**Use case:** 

Extract Immowelt Property Listings data filtered by Apartments (Wohnungen). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "location": "muenchen",
  "propertyType": "wohnungen",
  "transactionType": "kaufen"
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "string"
  },
  "propertyType": {
    "label": "Type",
    "format": "string"
  },
  "transactionType": {
    "label": "Transaction",
    "format": "string"
  },
  "tag": {
    "label": "Tag",
    "format": "string"
  },
  "price": {
    "label": "Price (€)",
    "format": "number"
  },
  "priceLabel": {
    "label": "Price Type",
    "format": "string"
  },
  "pricePerSqm": {
    "label": "€/m²",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "area": {
    "label": "Area (m²)",
    "format": "number"
  },
  "floor": {
    "label": "Floor",
    "format": "string"
  },
  "availableFrom": {
    "label": "Available From",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "street": {
    "label": "Street",
    "format": "string"
  },
  "district": {
    "label": "District",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "zip": {
    "label": "ZIP",
    "format": "string"
  },
  "energyClass": {
    "label": "Energy Class",
    "format": "string"
  },
  "agencyName": {
    "label": "Agency",
    "format": "string"
  },
  "agentName": {
    "label": "Agent",
    "format": "string"
  },
  "descriptionSnippet": {
    "label": "Description",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

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