# Scrape Barcelona Apartment Sales Data for Real Estate Analys

**Use case:** 

Extract comprehensive data on apartments for sale in Barcelona to identify market trends and investment opportunities. This data empowers real estate investors 

## Input

```json
{
  "location": "barcelona",
  "operation": "sale",
  "propertyType": "homes",
  "country": "es",
  "maxItems": 500,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "propertyCode": {
    "label": "ID",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "size": {
    "label": "Size (m²)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "municipality": {
    "label": "City",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "operation": {
    "label": "Operation",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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