# Vienna 2-Room Rental Apartment Scraper

**Use case:** 

Extract rental listings for 2-room apartments in Vienna from Willhaben. Get up to 200 results in CSV or JSON format.

## Input

```json
{
  "category": "immobilien/mietwohnungen",
  "searchQuery": "Wien 2 Zimmer",
  "maxResults": 200,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "string"
  },
  "adType": {
    "label": "Category",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "sellerType": {
    "label": "Seller type",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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