# Extract Pisos.com Sant Pere apartment listing detail

**Use case:** 

Scrape Sant Pere apartment rental detail on Pisos.com with photos, amenities, and contact info for property due diligence.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.pisos.com/alquilar/apartamento-sant_pere_santa_caterina_la_ribera08003-60006723176_100500/"
    }
  ],
  "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.