# Export Large Land Plots for Sale in Greece

**Use case:** 

Access listings of large land plots for sale in Greece. Get detailed property information filtered by area, size, and price.

## Input

```json
{
  "region": "ChIJRzGst-u7oRQR9_0w_5XaINg",
  "variation": "plots-of-land-for-sale",
  "geoPlaceIds": [],
  "areaSlugs": [],
  "priceMin": 0,
  "priceMax": 0,
  "sqmMin": 500,
  "sqmMax": 0,
  "bedroomsMin": 0,
  "bedroomsMax": 0,
  "language": "en",
  "maxListings": 200,
  "maxPagesPerTask": 10,
  "requestDelay": 800,
  "maxRetries": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "GR"
  }
}
```

## Output

```json
{
  "adId": {
    "label": "Ad ID",
    "format": "string"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "string"
  },
  "transactionType": {
    "label": "Transaction Type",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "sqMeters": {
    "label": "Surface (m²)",
    "format": "number"
  },
  "pricePerSqm": {
    "label": "Price / m²",
    "format": "number"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "integer"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "integer"
  },
  "yearBuilt": {
    "label": "Year Built",
    "format": "integer"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "agentName": {
    "label": "Agent Name",
    "format": "string"
  },
  "postedRelative": {
    "label": "Posted",
    "format": "string"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [xe.gr Scraper - Greece Real Estate Data](https://apify.com/logiover/xe-gr-real-estate-scraper-greece-property-data) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/xe-gr-real-estate-scraper-greece-property-data) to learn more, explore other use cases, and run it yourself.