# Willhaben Vienna Apartments for Rent

**Use case:** 

Rental listings in Vienna from willhaben.at, Austria's largest classifieds portal, with prices and details.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.willhaben.at/iad/immobilien/mietwohnungen/mietwohnung-angebote?keyword=Wien"
    }
  ],
  "searchQuery": "Wien",
  "listingType": "rent",
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "listingType": {
    "label": "Listing Type",
    "format": "string"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State (Bundesland)",
    "format": "string"
  },
  "postalCode": {
    "label": "Postal Code",
    "format": "string"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "surface": {
    "label": "Surface (m2)",
    "format": "number"
  },
  "agencyName": {
    "label": "Agency / Seller",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Willhaben Scraper - Austrian Classifieds & Marketplace](https://apify.com/studio-amba/willhaben-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/studio-amba/willhaben-scraper) to learn more, explore other use cases, and run it yourself.