# Extract Immosuchmaschine.at property expose detail

**Use case:** 

Scrape Immosuchmaschine.at single property expose with photos, agent contact, and full listing description.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.immosuchmaschine.at/expose/44888761"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "id": {
    "label": "Id"
  },
  "title": {
    "label": "Title"
  },
  "image": {
    "label": "Image"
  },
  "fullAddress": {
    "label": "Full address"
  },
  "facilities": {
    "label": "Facilities"
  },
  "description": {
    "label": "Description"
  },
  "address": {
    "label": "Address"
  },
  "type": {
    "label": "Type"
  },
  "source": {
    "label": "Source"
  },
  "date": {
    "label": "Date"
  },
  "monthlyRent": {
    "label": "Monthly rent"
  },
  "pricePerSquareMeter": {
    "label": "Price per square meter"
  },
  "livingArea": {
    "label": "Living area"
  },
  "roomCount": {
    "label": "Room count"
  }
}
```

## About this Actor

This example demonstrates how to use [Immosuchmaschine.at Scraper](https://apify.com/lexis-solutions/immosuchmaschine-at-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/immosuchmaschine-at-scraper) to learn more, explore other use cases, and run it yourself.