# Scrape Wiener Wohnen Direktvergabe flats

**Use case:** 

Export public Wiener Wohnen Direktvergabe apartments in Vienna with rent, rooms, address, and apply URLs for housing research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.wienerwohnen.at/ich-moechte/wohnung-tauschen-oder-weitergeben/wohnung-weitergeben/direktvergabe/direktvergabe-wohnung-suchen.html"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "address": {
    "label": "Address"
  },
  "district": {
    "label": "District"
  },
  "rooms": {
    "label": "Rooms"
  },
  "areaSqm": {
    "label": "Area sqm"
  },
  "rentEur": {
    "label": "Rent eur"
  },
  "transferFeeEur": {
    "label": "Transfer fee eur"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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