# Expat Cost of Living Comparisons for European Cities

**Use case:** 

Collect cost-of-living data for Barcelona, Tallinn, Valletta, Zagreb, and Bratislava. Analyze expenses and make informed relocation decisions.

## Input

```json
{
  "cities": [
    "Barcelona",
    "Tallinn",
    "Valletta",
    "Zagreb",
    "Bratislava"
  ],
  "countries": [],
  "scrapeRankings": false,
  "scrapeCategories": [
    "cost-of-living"
  ],
  "maxCities": 500,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "categoryGroup": {
    "label": "Group",
    "format": "text"
  },
  "itemName": {
    "label": "Item",
    "format": "text"
  },
  "avgPrice": {
    "label": "Avg Price",
    "format": "number"
  },
  "lowestPrice": {
    "label": "Low",
    "format": "number"
  },
  "highestPrice": {
    "label": "High",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Numbeo Scraper - Cost of Living Data by City](https://apify.com/logiover/numbeo-cost-of-living-scrape) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/numbeo-cost-of-living-scrape) to learn more, explore other use cases, and run it yourself.