# Find new Newhome.ch listings

**Use case:** 

Pull listings published on newhome.ch in the last days, newest first. Pay per result.

## Input

```json
{
  "offerType": "both",
  "locations": [
    "Basel"
  ],
  "propertyTypes": [],
  "daysOld": 3,
  "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.