# Imovirtual Portugal Market Research Workflow

**Use case:** 

Compare multiple Imovirtual property searches across Portuguese regions and export listings with pricing, size, rooms, photos, and agent contacts.

## Input

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

## 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.