---
title: "Find apartments for sale in Kolonaki, Athens"
slug: "kolonaki-apartments-for-sale"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/kolonaki-apartments-for-sale"
actor: "Spitogatos.gr Real Estate Scraper"
actor_url: "https://automationbyexperts.com/apify/spitogatos-scraper"
apify_url: "https://apify.com/fayoussef/spitogatos-scraper/examples/kolonaki-apartments-for-sale?fpr=youssef&fp_sid=abe_ex_kolonaki-apartments-for-sale"
price: "$0.0015"
price_unit: "per result"
---

# Find apartments for sale in Kolonaki, Athens

Apartments for sale in Kolonaki, Athens up to 300,000 EUR from Spitogatos.gr, with price per square metre, floor, year, energy class, GPS coordinates and the agent's phone number.

**Run it:** [Find apartments for sale in Kolonaki, Athens on Apify](https://apify.com/fayoussef/spitogatos-scraper/examples/kolonaki-apartments-for-sale?fpr=youssef&fp_sid=abe_ex_kolonaki-apartments-for-sale)  
**Actor:** [Spitogatos.gr Real Estate Scraper](https://automationbyexperts.com/apify/spitogatos-scraper)  
**Pricing:** $0.0015 per result

## What this task is for

Kolonaki is one of the most expensive neighbourhoods in Athens, so the 300,000 EUR ceiling deliberately isolates the entry level of that market: smaller flats, older buildings, renovation projects. Price per square metre on every row is what makes those comparable to each other.

You type the place name rather than building a search URL, so changing Kolonaki to any other area or raising the ceiling re-runs the same analysis elsewhere in Greece. Energy class matters here too, because it drives both renovation cost and what a buyer can finance.

## The input this task runs with

```json
{
  "locations": [
    "Kolonaki"
  ],
  "listing_type": "sale",
  "category": "residential",
  "property_types": "apartment",
  "price_max": 300000,
  "max_depth": 10
}
```

## What every run returns

- `Property title (EN + GR)`
- `Asking price (€)`
- `Price per m² (€/m²)`
- `Area in m²`
- `Number of bedrooms`
- `Floor number`
- `Construction year`
- `GPS coordinates (lat/lng)`
- `Full address & region`
- `Energy efficiency class`
- `Heating type`
- `Parking & storage`
- `Photos (all URLs)`
- `Agent name & contact`
- `Listing URL & ID`
- `Date published`

## How to run it

1. Open the task on Apify. New accounts get $5 of free credit.
2. Check the pre-filled input above and change anything you need.
3. Click Run. Pagination, proxies and anti-bot handling are automatic.
4. Export CSV, JSON or Excel, or save it as your own task and schedule it.

## Other Spitogatos.gr Real Estate Scraper tasks

- [Homes for sale in Thessaloniki, from Spitogatos](https://automationbyexperts.com/apify/examples/thessaloniki-homes-for-sale-greek): Apartments, houses and maisonettes for sale in central Thessaloniki, exported from Spitogatos.gr with price, square metres, floor, build year, energy class, GPS coordinates, agent phone and photos.
- [Apartments for rent in central Athens under 800 EUR](https://automationbyexperts.com/apify/examples/athens-center-apartments-for-rent-greek): Rental apartments in central Athens at 800 EUR or less from Spitogatos.gr, with over 25 fields per property including floor, build year, energy class, coordinates, contact phone and full-resolution photos.
- [Export land plots for sale in Chania, Crete](https://automationbyexperts.com/apify/examples/crete-land-plots-for-sale): Plots of land for sale around Chania, Crete from Spitogatos.gr, with price, area, price per square metre, coordinates and the seller's phone number on every row.
- [Find apartments for rent in Thessaloniki under 600 EUR](https://automationbyexperts.com/apify/examples/thessaloniki-apartments-for-rent-under-600): Every apartment for rent in Thessaloniki at 600 EUR a month or less, from Spitogatos.gr, with floor area, floor, heating, furnished flag, coordinates and the landlord or agency phone number.

---

Part of [AutomationByExperts](https://automationbyexperts.com) - see [all example tasks](https://automationbyexperts.com/apify/examples) or [request a new one](https://automationbyexperts.com/suggest).
