# Scrape All Real Estate Agencies in Greece

**Use case:** 

Extract all real estate agencies across Greece from Indomio.gr — names, addresses, phone numbers, GPS coordinates, logos, and listing counts.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.indomio.gr/pwlhsh-katoikies/chalkida/"
    }
  ],
  "maxListingsLimit": 0,
  "scrapeAllAgencies": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "id": {
    "label": "Agency ID",
    "format": "number"
  },
  "displayName": {
    "label": "Agency Name",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "agencyLocation.city": {
    "label": "City",
    "format": "text"
  },
  "agencyLocation.province": {
    "label": "Province",
    "format": "text"
  },
  "agencyLocation.region": {
    "label": "Region",
    "format": "text"
  },
  "agencyLocation.latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "agencyLocation.longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "phones[0].value": {
    "label": "Phone 1",
    "format": "text"
  },
  "phones[1].value": {
    "label": "Phone 2",
    "format": "text"
  },
  "agencyUrl": {
    "label": "Agency URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "realEstate": {
    "label": "Active Listings",
    "format": "number"
  },
  "realEstateSales": {
    "label": "Sales Listings",
    "format": "number"
  },
  "premiumAds": {
    "label": "Premium Ads",
    "format": "number"
  },
  "qualityIndex": {
    "label": "Quality Score",
    "format": "number"
  },
  "timeContract": {
    "label": "Years on Platform",
    "format": "number"
  },
  "partnership": {
    "label": "Partnership",
    "format": "text"
  },
  "isPaid": {
    "label": "Paid Plan",
    "format": "boolean"
  },
  "guaranteed": {
    "label": "Guaranteed",
    "format": "boolean"
  },
  "highlighted": {
    "label": "Highlighted",
    "format": "boolean"
  },
  "imageUrls.large": {
    "label": "Logo",
    "format": "image"
  },
  "scraped_city": {
    "label": "Scraped City",
    "format": "text"
  },
  "active_in_cities": {
    "label": "Active In Cities",
    "format": "array"
  }
}
```

## 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.