# Find new Homegate listings

**Use case:** 

Pull listings published on Homegate.ch in the last days, filtered by price cap. Pay per result.

## Input

```json
{
  "transaction": "buy",
  "maxPrice": 1500000,
  "daysOld": 3,
  "fetchDetails": false,
  "maxItems": 5,
  "startUrls": [],
  "regions": [
    "ort-bern"
  ]
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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