# Vienna Apartments for Sale from willhaben

**Use case:** 

Eigentumswohnungen in Wien exportieren: Kaufpreis, Preis pro m², Fläche, Zimmer, Balkon, GPS und Makler. CSV, JSON oder Excel.

## Input

```json
{
  "operation": "search",
  "propertyCategory": "101",
  "province": "900",
  "keyword": "penthouse",
  "maxResults": 50,
  "includeDetails": false,
  "listingUrls": [],
  "searchUrls": [],
  "minPrice": 0,
  "maxPrice": 0,
  "minLivingArea": 0,
  "maxLivingArea": 0,
  "rooms": "any",
  "outdoorSpace": "any",
  "availableNow": false,
  "postedLast48Hours": false,
  "sort": "1"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Photo",
    "format": "string"
  },
  "listingTitle": {
    "label": "🏷️ Title",
    "format": "string"
  },
  "adId": {
    "label": "🆔 Ad ID",
    "format": "string"
  },
  "url": {
    "label": "🔗 Listing URL",
    "format": "string"
  },
  "price": {
    "label": "💰 Price (€)",
    "format": "number"
  },
  "priceText": {
    "label": "💵 Price (formatted)",
    "format": "string"
  },
  "monthlyRent": {
    "label": "🔑 Monthly rent (€)",
    "format": "number"
  },
  "pricePerSqm": {
    "label": "📊 Price per m²",
    "format": "number"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "string"
  },
  "livingArea": {
    "label": "📐 Living area (m²)",
    "format": "number"
  },
  "plotArea": {
    "label": "🌳 Plot area (m²)",
    "format": "number"
  },
  "rooms": {
    "label": "🛏️ Rooms",
    "format": "number"
  },
  "floor": {
    "label": "🪜 Floor",
    "format": "number"
  },
  "propertyType": {
    "label": "🏘️ Property type",
    "format": "string"
  },
  "features": {
    "label": "✨ Fittings",
    "format": "array"
  },
  "outdoorSpace": {
    "label": "🌿 Outdoor space",
    "format": "string"
  },
  "energyClass": {
    "label": "🏅 Energy class",
    "format": "string"
  },
  "energyHwb": {
    "label": "⚡ Energy HWB (kWh/m²a)",
    "format": "number"
  },
  "heating": {
    "label": "🔥 Heating",
    "format": "string"
  },
  "buildingType": {
    "label": "🧱 Building type",
    "format": "string"
  },
  "buildingCondition": {
    "label": "🔨 Condition",
    "format": "string"
  },
  "constructionYear": {
    "label": "📅 Built",
    "format": "number"
  },
  "monthlyCosts": {
    "label": "🧾 Monthly costs (€)",
    "format": "number"
  },
  "additionalCosts": {
    "label": "➕ Additional costs",
    "format": "string"
  },
  "availableFrom": {
    "label": "📆 Available from",
    "format": "string"
  },
  "address": {
    "label": "🏠 Street address",
    "format": "string"
  },
  "location": {
    "label": "📍 Location",
    "format": "string"
  },
  "postcode": {
    "label": "📮 Postcode",
    "format": "string"
  },
  "district": {
    "label": "🗺️ District",
    "format": "string"
  },
  "state": {
    "label": "🇦🇹 Province",
    "format": "string"
  },
  "country": {
    "label": "🌍 Country",
    "format": "string"
  },
  "latitude": {
    "label": "🌐 Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "🌐 Longitude",
    "format": "number"
  },
  "advertiserName": {
    "label": "🏢 Agency",
    "format": "string"
  },
  "advertiserId": {
    "label": "🆔 Agency ID",
    "format": "string"
  },
  "isPrivateSeller": {
    "label": "🧑 Private seller",
    "format": "boolean"
  },
  "contactName": {
    "label": "🧑‍💼 Contact",
    "format": "string"
  },
  "contactPhone": {
    "label": "📞 Phone",
    "format": "string"
  },
  "contactCompany": {
    "label": "🏢 Company",
    "format": "string"
  },
  "contactWebsite": {
    "label": "🌐 Website",
    "format": "string"
  },
  "contactAddress": {
    "label": "✉️ Office address",
    "format": "string"
  },
  "listingDescription": {
    "label": "📄 Full description",
    "format": "string"
  },
  "teaser": {
    "label": "📝 Teaser",
    "format": "string"
  },
  "imageUrls": {
    "label": "📸 All photos",
    "format": "array"
  },
  "imageCount": {
    "label": "🔢 Photo count",
    "format": "number"
  },
  "categoryLabel": {
    "label": "🗂️ Category",
    "format": "string"
  },
  "publishedAt": {
    "label": "🕒 Published",
    "format": "string"
  },
  "updatedAt": {
    "label": "🔄 Updated",
    "format": "string"
  },
  "_fetchedAt": {
    "label": "⏱️ Fetched",
    "format": "string"
  },
  "_operation": {
    "label": "🎯 Mode",
    "format": "string"
  },
  "status": {
    "label": "✅ Status",
    "format": "string"
  },
  "errorMessage": {
    "label": "⚠️ Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Willhaben Property Scraper - Austria Real Estate Data](https://apify.com/sian.agency/willhaben-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/willhaben-property-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/willhaben-property-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
