# Scrape Homegate rentals by region

**Use case:** 

Extract rental listings from Homegate.ch for any canton or city, with full detail pages. Pay per result.

## Input

```json
{
  "transaction": "rent",
  "fetchDetails": true,
  "maxItems": 5,
  "startUrls": [],
  "regions": [
    "ort-genf"
  ]
}
```

## 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.