# Rent Apartments in Porto City Center

**Use case:** 

Get listings for rent apartments in Porto's city center under 1500 EUR. Data includes price, m², full address, agency details, and images.

## Input

```json
{
  "region": "",
  "locationSlugs": [
    "porto"
  ],
  "transaction": "rent",
  "propertyType": "apartment",
  "priceMin": 0,
  "priceMax": 1500,
  "areaMin": 0,
  "areaMax": 0,
  "roomsMin": "",
  "roomsMax": "",
  "market": "ALL",
  "ownerType": "ALL",
  "sort": "price_asc",
  "distanceRadius": "0",
  "limit": "72",
  "maxListings": 200,
  "maxPagesPerTask": 5,
  "requestDelay": 800,
  "maxRetries": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "PT"
  }
}
```

## Output

```json
{
  "adId": {
    "label": "ID",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "transactionType": {
    "label": "Buy/Rent",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Ccy",
    "format": "text"
  },
  "areaSqm": {
    "label": "m²",
    "format": "number"
  },
  "pricePerSqm": {
    "label": "EUR/m²",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "floor": {
    "label": "Floor",
    "format": "text"
  },
  "county": {
    "label": "Council",
    "format": "text"
  },
  "city": {
    "label": "Parish",
    "format": "text"
  },
  "province": {
    "label": "District",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "advertType": {
    "label": "Owner",
    "format": "text"
  },
  "dateCreated": {
    "label": "Posted",
    "format": "text"
  },
  "detailUrl": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Imovirtual Scraper — Portugal Real Estate Data](https://apify.com/logiover/imovirtual-pt-scraper-portugal-real-estate) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/imovirtual-pt-scraper-portugal-real-estate) to learn more, explore other use cases, and run it yourself.