# Barcelona Apartments for Sale Under €400k

**Use case:** 

Retrieve listings of apartments for sale in Barcelona under €400k. Get detailed information including price, area, and room count.

## Input

```json
{
  "transactionType": "sale",
  "propertyType": "apartment",
  "location": "barcelona",
  "sort": "price_asc",
  "maxPrice": 400000,
  "minRooms": 2,
  "advertiserType": "all",
  "fetchPropertyDetails": false,
  "maxListings": 200,
  "maxPages": 20,
  "maxConcurrency": 10,
  "maxRequestRetries": 5,
  "incremental": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price (€)"
  },
  "priceCurrency": {
    "label": "Currency"
  },
  "pricePerSqm": {
    "label": "€/m²"
  },
  "areaSqm": {
    "label": "Area m²"
  },
  "rooms": {
    "label": "Rooms"
  },
  "bathrooms": {
    "label": "Baths"
  },
  "propertySubtype": {
    "label": "Type"
  },
  "location": {
    "label": "Location"
  },
  "advertiserType": {
    "label": "Advertiser"
  },
  "detailUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Habitaclia.com Spain Scraper | 1$/1k Cheap](https://apify.com/trev0n/habitaclia-com-spain-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/trev0n/habitaclia-com-spain-scraper) to learn more, explore other use cases, and run it yourself.