# Swiss Real Estate Data Extractor

**Use case:** 

Collect detailed Swiss property listings, including prices, locations, and amenities from Flatfox.ch for market analysis and investment research.

## Input

```json
{
  "startUrl": "https://flatfox.ch/en/search/?east=10.492340&north=48.630528&south=44.951347&take=48&west=5.956080",
  "results_wanted": 200,
  "max_pages": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "price_display": {
    "label": "Price",
    "format": "number"
  },
  "price_unit": {
    "label": "Unit",
    "format": "text"
  },
  "rent_gross": {
    "label": "Gross Rent",
    "format": "number"
  },
  "object_category": {
    "label": "Category",
    "format": "text"
  },
  "object_type": {
    "label": "Object Type",
    "format": "text"
  },
  "number_of_rooms": {
    "label": "Rooms",
    "format": "text"
  },
  "space_display": {
    "label": "Space",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "public_address": {
    "label": "Address",
    "format": "text"
  },
  "image_url": {
    "label": "Image",
    "format": "image"
  },
  "Gallery_Urls": {
    "label": "Gallery URLs",
    "format": "text"
  },
  "published": {
    "label": "Published",
    "format": "text"
  }
}
```

## About this Actor

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