# Scrape Newhome.ch properties for sale

**Use case:** 

Extract for-sale listings from newhome.ch filtered by price and rooms. Structured Swiss property data. Pay per result.

## Input

```json
{
  "offerType": "buy",
  "locations": [
    "Bern"
  ],
  "propertyTypes": [],
  "minRooms": 3.5,
  "maxPrice": 1500000,
  "sortBy": "date",
  "maxItems": 5,
  "immoCodes": [],
  "language": "de",
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "CH"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "offerType": {
    "label": "Type",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "CCY",
    "format": "text"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "livingArea": {
    "label": "m²",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "canton": {
    "label": "Canton",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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