# Monitor Lisbon Rental Market Prices and Availability

**Use case:** 

Obtain current rental prices and property availability for various types of homes in Lisbon to conduct in-depth market research. This provides property managers

## Input

```json
{
  "location": "lisboa",
  "operation": "rent",
  "propertyType": "homes",
  "country": "pt",
  "maxItems": 400,
  "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.