# Immobiliare - Property Listings, Prices & Agency Details

**Use case:** 

Scrape Immobiliare.it. Search/URL. Get price, desc, GPS, agency, photos & attributes (condition, heating, etc.) in structured data.

## Input

```json
{
  "mode": "search",
  "locations": [
    "Roma"
  ],
  "contract": "sale",
  "category": "all",
  "excludeAuctions": false,
  "sortBy": "relevance",
  "urls": [
    "https://www.immobiliare.it/vendita-case/milano/"
  ],
  "maxPages": 3,
  "maxListings": 20,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "contract": {
    "label": "Contract",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceFormatted": {
    "label": "Price (label)",
    "format": "text"
  },
  "surface": {
    "label": "Surface m²",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "macrozone": {
    "label": "Zone",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Immobiliare.it $1💰 Property Listings, Prices & Agency Details](https://apify.com/abotapi/immobiliare-it-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/immobiliare-it-scraper) to learn more, explore other use cases, and run it yourself.