# Property Listings from Immobiliare.it for Agrigento

**Use case:** 

Extract up to 100 property listings from Agrigento on Immobiliare.it. Get comprehensive data including prices, locations, and agency info.

## Input

```json
{
  "startUrl": "https://www.immobiliare.it/en/vendita-case/agrigento/",
  "results_wanted": 100,
  "max_pages": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "listing_id": {
    "label": "ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "surface": {
    "label": "Surface",
    "format": "text"
  },
  "rooms": {
    "label": "Rooms",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "agency_name": {
    "label": "Agency",
    "format": "text"
  },
  "images_count": {
    "label": "Images",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "image_url_medium": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

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