# Identify Commercial Premises Investment Opportunities in Rom

**Use case:** 

Scrape listings for commercial premises in Rome to pinpoint potential investment opportunities for businesses and real estate funds. This helps in strategic por

## Input

```json
{
  "location": "roma",
  "operation": "sale",
  "propertyType": "premises",
  "country": "it",
  "maxItems": 250,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "propertyCode": {
    "label": "ID",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "size": {
    "label": "Size (m²)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "municipality": {
    "label": "City",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "operation": {
    "label": "Operation",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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