# Gather Dusseldorf Property Developer Intelligence

**Use case:** 

Collect property listings for apartments and houses, focusing on new construction projects in Düsseldorf, to identify key developers and their current offerings

## Input

```json
{
  "searchUrls": [
    "https://www.immobilienscout24.de/Suche/de/nordrhein-westfalen/duesseldorf/neubau-wohnung-kaufen",
    "https://www.immobilienscout24.de/Suche/de/nordrhein-westfalen/duesseldorf/neubau-haus-kaufen"
  ],
  "maxItems": 75,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "DE"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "livingSpace": {
    "label": "Living Space (m2)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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