# Scrape Properties for Sale in Athens

**Use case:** 

Extract property listings for sale in Athens from Indomio.gr — prices, surface, rooms, GPS coordinates, photos, and agency contact details.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.indomio.gr/en/pwlhsh-katoikies/kentro-athinas-perifereia/"
    },
    {
      "url": "https://www.indomio.gr/en/pwlhsh-katoikies/athina-notia-proastia-perifereia/"
    },
    {
      "url": "https://www.indomio.gr/en/pwlhsh-katoikies/athina-dytika-proastia-perifereia/"
    },
    {
      "url": "https://www.indomio.gr/en/pwlhsh-katoikies/athina-voreia-proastia-perifereia/"
    },
    {
      "url": "https://www.indomio.gr/en/pwlhsh-katoikies/athina-anatolika-proastia-perifereia/"
    }
  ],
  "maxListingsLimit": 0,
  "scrapeAllAgencies": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "contract": {
    "label": "Contract",
    "format": "text"
  },
  "luxury": {
    "label": "Luxury",
    "format": "boolean"
  },
  "isNew": {
    "label": "New Build",
    "format": "boolean"
  },
  "price.value": {
    "label": "Price (€)",
    "format": "number"
  },
  "price.formattedValue": {
    "label": "Price",
    "format": "text"
  },
  "typology.name": {
    "label": "Type",
    "format": "text"
  },
  "properties[0].surface": {
    "label": "Surface",
    "format": "text"
  },
  "properties[0].rooms": {
    "label": "Rooms",
    "format": "text"
  },
  "properties[0].bathrooms": {
    "label": "Bathrooms",
    "format": "text"
  },
  "properties[0].bedRoomsNumber": {
    "label": "Bedrooms",
    "format": "text"
  },
  "properties[0].floor.value": {
    "label": "Floor",
    "format": "text"
  },
  "properties[0].ga4Condition": {
    "label": "Condition",
    "format": "text"
  },
  "properties[0].ga4Heating": {
    "label": "Heating",
    "format": "text"
  },
  "properties[0].ga4Garage": {
    "label": "Parking",
    "format": "text"
  },
  "properties[0].seaDistanceValue": {
    "label": "Sea Distance",
    "format": "text"
  },
  "properties[0].location.address": {
    "label": "Address",
    "format": "text"
  },
  "properties[0].location.city": {
    "label": "City",
    "format": "text"
  },
  "properties[0].location.province": {
    "label": "Province",
    "format": "text"
  },
  "properties[0].location.region": {
    "label": "Region",
    "format": "text"
  },
  "properties[0].location.latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "properties[0].location.longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "properties[0].description": {
    "label": "Description",
    "format": "text"
  },
  "properties[0].photo.urls.large": {
    "label": "Photo",
    "format": "image"
  },
  "advertiser.agency.id": {
    "label": "Agency ID",
    "format": "number"
  },
  "advertiser.agency.displayName": {
    "label": "Agency Name",
    "format": "text"
  },
  "advertiser.agency.agencyUrl": {
    "label": "Agency URL",
    "format": "link"
  },
  "advertiser.agency.phones[0].value": {
    "label": "Agency Phone",
    "format": "text"
  },
  "advertiser.supervisor.displayName": {
    "label": "Agent Name",
    "format": "text"
  },
  "seo.url": {
    "label": "Listing URL",
    "format": "link"
  },
  "visibility": {
    "label": "Visibility Tier",
    "format": "text"
  }
}
```

## About this Actor

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