# Analyze Amsterdam Housing Market Trends

**Use case:** 

Extract comprehensive data on real estate listings across Amsterdam's key neighborhoods to power in-depth market research. This data helps investors, developers

## Input

```json
{
  "searchUrls": [
    "https://www.funda.nl/koop/amsterdam/noord/",
    "https://www.funda.nl/koop/amsterdam/oost/",
    "https://www.funda.nl/koop/amsterdam/zuid/",
    "https://www.funda.nl/koop/amsterdam/west/",
    "https://www.funda.nl/koop/amsterdam/centrum/"
  ],
  "maxItems": 200
}
```

## Output

```json
{
  "title": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "price": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "livingArea": {
    "label": "Living m^2",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "integer"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "integer"
  },
  "energyLabel": {
    "label": "Energy",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Funda.nl Real Estate](https://apify.com/crawlerbros/funda-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/funda-scraper) to learn more, explore other use cases, and run it yourself.