# Numbeo Cost of Living Scraper

**Use case:** 

Scrape Numbeo cost of living rankings across cities. Export indices for rent, groceries, restaurants and purchasing power worldwide.

## Input

```json
{
  "mode": "rankings",
  "city": "New-York",
  "maxItems": 25
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "costOfLivingIndex": {
    "label": "Cost Index",
    "format": "number"
  },
  "rentIndex": {
    "label": "Rent Index",
    "format": "number"
  },
  "groceriesIndex": {
    "label": "Groceries",
    "format": "number"
  },
  "restaurantPriceIndex": {
    "label": "Restaurants",
    "format": "number"
  },
  "localPurchasingPowerIndex": {
    "label": "Purchasing Power",
    "format": "number"
  }
}
```

## About this Actor

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