# Scrape Findheim.at property listings

**Use case:** 

Export Findheim.at Austrian property listings with price, rooms, area, location, and URLs for housing market research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://findheim.at/de/l/wien/wohnung/mieten"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "priceText": {
    "label": "Price text"
  },
  "gesamtmiete": {
    "label": "Gesamtmiete"
  },
  "addressLocality": {
    "label": "Address locality"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "floorSizeSqm": {
    "label": "Floor size sqm"
  },
  "numberOfRooms": {
    "label": "Number of rooms"
  },
  "objekttyp": {
    "label": "Objekttyp"
  },
  "datePosted": {
    "label": "Date posted"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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