# Wohnungen in Zürich auf Flatfox finden

**Use case:** 

Wohnungsinserate in Zürich von Flatfox.ch scrapen. Miete, Zimmer, Fläche und URLs für Schweizer Immobilienmonitoring exportieren.

## Input

```json
{
  "location": "geneva",
  "type": "RENT",
  "maxItems": 10
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "image": {
    "label": "Image",
    "format": "image"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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