# Affordable Apartments for Sale in Zaragoza

**Use case:** 

Get real estate listings for affordable apartments in Zaragoza under €120,000. Access up to 200 property entries in various formats.

## Input

```json
{
  "transactionType": "sale",
  "propertyType": "apartment",
  "location": "zaragoza_capital",
  "sortBy": "priceAsc",
  "maxPrice": 120000,
  "advertiserType": "all",
  "maxListings": 200,
  "maxPages": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "ES"
  }
}
```

## Output

```json
{
  "adId": {
    "label": "Ad id"
  },
  "title": {
    "label": "Title"
  },
  "transactionType": {
    "label": "Transaction type"
  },
  "propertyType": {
    "label": "Property type"
  },
  "price": {
    "label": "Price (EUR)"
  },
  "priceCurrency": {
    "label": "Price currency"
  },
  "areaSqm": {
    "label": "Area (m²)"
  },
  "rooms": {
    "label": "Rooms"
  },
  "bathrooms": {
    "label": "Bathrooms"
  },
  "city": {
    "label": "City"
  },
  "province": {
    "label": "Province"
  },
  "advertiserName": {
    "label": "Advertiser name"
  },
  "advertiserType": {
    "label": "Advertiser type"
  },
  "detailUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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