# Global City Cost of Living Rankings

**Use case:** 

Scrape cost of living indices and prices for up to 200 cities globally. Receive detailed data on living expenses without needing an API key.

## Input

```json
{
  "cities": [
    "Istanbul",
    "London",
    "New York",
    "Berlin",
    "Tokyo"
  ],
  "countries": [],
  "scrapeRankings": true,
  "scrapeCategories": [
    "cost-of-living"
  ],
  "maxCities": 200,
  "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.