# Imovirtual Lisbon Apartments Monitor

**Use case:** 

Scrape Imovirtual Lisbon apartment listings with prices, locations, areas, rooms, agent details, photos, and listing URLs.

## Input

```json
{
  "startUrls": [
    "https://www.imovirtual.com/pt/resultados/comprar/apartamento/lisboa/lisboa"
  ],
  "maxItems": 25,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "listingId": {
    "label": "ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "estate": {
    "label": "Type",
    "format": "text"
  },
  "transaction": {
    "label": "Sale/Rent",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "areaM2": {
    "label": "Area (m²)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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