# Scrape Immosuchmaschine.at Austria property search

**Use case:** 

Extract Austrian real estate listings from Immosuchmaschine.at with price, rooms, and location for property market monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.immosuchmaschine.at/suche/?orderby=obj.created_date&sortmode=1&newsearch=1&district_id%5B%5D=&muni_id%5B%5D=&street_id%5B%5D=&form_page=welcome&objpay_type=&price_from=&price_to=&size_from=&size_to=&rooms_from=&rooms_to="
    }
  ],
  "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.