# Research Hamburg Commercial Property Investment

**Use case:** 

Gather detailed information on commercial properties (e.g., offices, retail) for sale or rent in key Hamburg business districts. Utilize this data for strategic

## Input

```json
{
  "searchUrls": [
    "https://www.immobilienscout24.de/Suche/de/hamburg/hamburg/buero-praxis-mieten",
    "https://www.immobilienscout24.de/Suche/de/hamburg/hamburg/buero-praxis-kaufen",
    "https://www.immobilienscout24.de/Suche/de/hamburg/hamburg/laden-geschaeft-mieten"
  ],
  "maxItems": 100,
  "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.