# Scrape apartments for rent in Zurich

**Use case:** 

Collect rental apartment listings in Zurich from Immobilier.ch with price, rooms, and location data for Swiss housing market analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.immobilier.ch/fr/carte/louer/appartement-maison/zurich/zurich/page-1?t=rent&c=1&p=c10435&nb=false"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "surface": {
    "label": "Surface",
    "format": "number"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  }
}
```

## About this Actor

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