# Find Immobiliare Commercial Properties

**Use case:** 

Find Immobiliare Commercial Properties in Milan with structured public listing data for business research.

## Input

```json
{
  "maxItems": 100,
  "province": "MI",
  "municipality": "Milano",
  "area": "",
  "operation": "buy",
  "sortType": "mostRecent",
  "minPrice": 0,
  "maxPrice": 0,
  "minSize": 0,
  "maxSize": 0,
  "minRooms": 0,
  "maxRooms": 0,
  "bedrooms": 0,
  "propertyType": "commercialProperty",
  "terrace": false,
  "balcony": false,
  "lift": false,
  "cellar": false,
  "pool": false,
  "furnished": false,
  "excludeAuctions": false,
  "virtualTour": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "creationDate": {
    "label": "creationDate",
    "format": "number"
  },
  "price.raw": {
    "label": "Price",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "topology.surface.size": {
    "label": "Area",
    "format": "number"
  },
  "topology.rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "topology.bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "topology.floor": {
    "label": "Floor",
    "format": "text"
  },
  "geography.street": {
    "label": "Address",
    "format": "text"
  },
  "geography.zipcode": {
    "label": "ZIP Code",
    "format": "text"
  },
  "geography.municipality.name": {
    "label": "City",
    "format": "text"
  },
  "analytics.typology": {
    "label": "Typology",
    "format": "text"
  },
  "analytics.category": {
    "label": "Category",
    "format": "text"
  },
  "analytics.contract": {
    "label": "Contract",
    "format": "text"
  },
  "analytics.agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "media": {
    "label": "Images",
    "format": "object"
  },
  "contacts": {
    "label": "Contacts",
    "format": "object"
  }
}
```

## About this Actor

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