# Buy Studio Apartments in Verona for Investment

**Use case:** 

Access detailed listings of studio apartments for sale in Verona. Get data on prices, addresses, agencies, and more to support your investment decisions.

## Input

```json
{
  "locationSlugs": [
    "verona"
  ],
  "transaction": "sale",
  "propertyType": "studio",
  "priceMin": 0,
  "priceMax": 0,
  "areaMin": 0,
  "areaMax": 0,
  "roomsMin": 0,
  "roomsMax": 0,
  "bathroomsMin": 0,
  "sellerType": "all",
  "sort": "relevance",
  "imageSize": "800x600",
  "maxListings": 60,
  "maxPagesPerTask": 3,
  "requestDelay": 900,
  "maxRetries": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "adId": {
    "label": "ID",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "transactionType": {
    "label": "Sale/Rent",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "monthlyRent": {
    "label": "Rent/mo",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Ccy",
    "format": "text"
  },
  "areaSqm": {
    "label": "m²",
    "format": "number"
  },
  "pricePerSqm": {
    "label": "EUR/m²",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "energyClass": {
    "label": "Energy",
    "format": "text"
  },
  "publisherName": {
    "label": "Agency",
    "format": "text"
  },
  "detailUrl": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Casa.it Scraper — Italy Real Estate Data](https://apify.com/logiover/casa-it-scraper-italy-real-estate) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/casa-it-scraper-italy-real-estate) to learn more, explore other use cases, and run it yourself.