# Mietwohnungen in Bern auf Flatfox

**Use case:** 

Mietwohnungen in Bern von Flatfox extrahieren. Preise, Lage, Ausstattung und Links für Vermietungsmarkt-Analysen in der Schweiz.

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