# Monitor Pisos.com Ciutat Vella property sales

**Use case:** 

Track Pisos.com sale listings in Ciutat Vella Barcelona with prices, floor area, and property types for real estate research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.pisos.com/venta/pisos-ciutat_vella/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "propertyUrl": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "features": {
    "label": "Features",
    "format": "array"
  },
  "rent": {
    "label": "Rent",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "text"
  },
  "longitude": {
    "label": "Longitude",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  }
}
```

## About this Actor

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