# Athens Industrial Warehouse Rental Listings

**Use case:** 

Retrieve up to 100 rental listings for industrial warehouses in Attica. Access detailed data on prices and property features.

## Input

```json
{
  "region": "100",
  "listingType": "rent",
  "category": "residential",
  "areaIDs": [],
  "priceFrom": 0,
  "priceTo": 0,
  "sqmFrom": 0,
  "sqmTo": 0,
  "bedroomsFrom": 0,
  "bedroomsTo": 0,
  "sortBy": "rankingscore",
  "sortOrder": "desc",
  "language": "en",
  "maxListings": 25,
  "maxOffsetPerTask": 1000,
  "offsetIncrement": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "requestDelay": 1500,
  "maxRetries": 4
}
```

## Output

```json
{
  "adId": {
    "label": "Ad ID",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "listingType": {
    "label": "Listing 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"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "floorNumber": {
    "label": "Floor",
    "format": "number"
  },
  "geography": {
    "label": "Geography",
    "format": "string"
  },
  "agencyName": {
    "label": "Agency Name",
    "format": "string"
  },
  "modified": {
    "label": "Modified",
    "format": "string"
  },
  "imageCount": {
    "label": "Image Count",
    "format": "number"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "string"
  }
}
```

## About this Actor

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