# Find houses for sale in Switzerland

**Use case:** 

Scrape houses for sale from Comparis.ch across Switzerland. Structured Swiss real estate data. No subscription, pay per result.

## Input

```json
{
  "propertyType": "haus",
  "location": "zuerich",
  "sortBy": "newest",
  "fetchDetails": false,
  "maxItems": 5,
  "dealType": "kaufen"
}
```

## Output

```json
{
  "adId": {
    "label": "ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "dealType": {
    "label": "Deal",
    "format": "text"
  },
  "street": {
    "label": "Street"
  },
  "postalCode": {
    "label": "Postal",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "areaM2": {
    "label": "Area m²",
    "format": "number"
  },
  "floor": {
    "label": "Floor"
  },
  "priceText": {
    "label": "Price text"
  },
  "priceValue": {
    "label": "Price CHF",
    "format": "number"
  },
  "currency": {
    "label": "Currency"
  },
  "priceType": {
    "label": "Price Type",
    "format": "text"
  },
  "partnerName": {
    "label": "Source",
    "format": "text"
  },
  "imageUrl": {
    "label": "Image url"
  },
  "listedDate": {
    "label": "Listed",
    "format": "text"
  },
  "constructionYear": {
    "label": "Construction year"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "description": {
    "label": "Description"
  },
  "features": {
    "label": "Features"
  },
  "contentHash": {
    "label": "Content hash"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "source": {
    "label": "Source"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Comparis.ch Real Estate Scraper](https://apify.com/unfenced-group/comparis-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/comparis-scraper) to learn more, explore other use cases, and run it yourself.