# Scrape XE.gr Greek rental listings

**Use case:** 

Export rental property listings from XE.gr across Greece. Get rent, rooms, area, and URLs for Greek rental market monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.xe.gr/property/results?transaction_name=rent"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "priceText": {
    "label": "Price text"
  },
  "price": {
    "label": "Price"
  },
  "rooms": {
    "label": "Rooms"
  },
  "area": {
    "label": "Area"
  },
  "location": {
    "label": "Location"
  },
  "transaction": {
    "label": "Transaction"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Xe.gr Greek Property Scraper](https://apify.com/rainminer/xe-gr-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/xe-gr-scraper) to learn more, explore other use cases, and run it yourself.