# Barcelona Real Estate Daily Price-Drop Monitor

**Use case:** 

Track daily price drops for real estate listings in Barcelona. Receive updated property details like prices and area for up to 500 listings.

## Input

```json
{
  "transactionType": "sale",
  "propertyType": "any",
  "location": "barcelona",
  "sort": "relevance",
  "advertiserType": "all",
  "fetchPropertyDetails": false,
  "maxListings": 500,
  "maxPages": 20,
  "maxConcurrency": 10,
  "maxRequestRetries": 5,
  "incremental": true,
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "changeType": {
    "label": "Change"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price (€)"
  },
  "priceDropValue": {
    "label": "Price drop (€)"
  },
  "firstSeenAt": {
    "label": "First seen"
  },
  "lastSeenAt": {
    "label": "Last seen"
  },
  "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.