# Scrape SuperCasa Investment Properties

**Use case:** 

Scrape SuperCasa Investment Properties to export public listings, price ranges, locations, and property data.

## Input

```json
{
  "maxItems": 100,
  "location": "Lisbon",
  "operation": "buy",
  "sortBy": "new",
  "priceMin": 0,
  "priceMax": 0,
  "areaMin": 0,
  "areaMax": 0,
  "bedrooms": "",
  "bathrooms": "",
  "floorType": "",
  "status": "",
  "yearConstructionMin": 0,
  "yearConstructionMax": 0,
  "hasMediaVirtualVisit": false,
  "rentToOwn": false,
  "featureSearchHasAC": false,
  "featureSearchHasStorage": false,
  "featureSearchHasElevator": false,
  "featureSearchHasGarden": false,
  "featureSearchHasGarage": false,
  "featureSearchHasPool": false,
  "featureSearchHasCloset": false,
  "featureSearchHasTerrace": false,
  "featureSearchHasHeating": false,
  "featureSearchHasVigilance": false,
  "featureSearchHasAutomaticGate": false,
  "featureSearchHasMotoParking": false,
  "featureSearchHasCornerLocation": false,
  "featureSearchHasSmokeExtractor": false,
  "featureSearchHasHotWater": false,
  "featureSearchHasEquipedKitchen": false,
  "featureSearchHasFurniture": false,
  "featureSearchHasParking": false,
  "featureSearchHasBalcony": false,
  "featureSearchHasMediaVideos": false,
  "featureSearchHasMediaVirtualVisit": false
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "shareLink": {
    "label": "URL",
    "format": "link"
  },
  "images.0.url": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "titleSecondary": {
    "label": "Location",
    "format": "text"
  },
  "formatedPrice": {
    "label": "Price",
    "format": "text"
  },
  "area": {
    "label": "Area",
    "format": "number"
  },
  "advertiserName": {
    "label": "Advertiser",
    "format": "text"
  },
  "contactPhone": {
    "label": "Phone",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Supercasa Scraper - Portugal Real Estate](https://apify.com/igolaizola/supercasa-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/igolaizola/supercasa-scraper) to learn more, explore other use cases, and run it yourself.