# Numbeo London Prices Scraper

**Use case:** 

Scrape detailed cost of living prices for London from Numbeo. Export rent, food, transport and utility prices with local indices.

## Input

```json
{
  "mode": "city",
  "city": "London",
  "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.