# Monitor Flatfox Zurich properties for sale

**Use case:** 

Scrape properties for sale in Zurich from Flatfox.ch with asking prices, floor plans, agent contacts, and neighborhood data.

## Input

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

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