# Immoscout24 Powerful Filters + Deep Search

**Use case:** 

Extract property listings from immobilienscout24.de, Germany's #1 property portal with 9,000+ active listings per city.

## Input

```json
{
  "mode": "location",
  "locations": [
    {
      "city": "Berlin",
      "state": "berlin"
    }
  ],
  "listingType": "buy",
  "propertyType": "apartment",
  "noCommission": false,
  "sortBy": "default",
  "urls": [
    "https://www.immobilienscout24.de/expose/167965187?PID=88447411&savedSearchId=140968668&immoTypeId=2&utm_medium=email&utm_source=system&utm_campaign=fulfillment_update&utm_content=expose_link&referrer=ff_listing"
  ],
  "maxPages": 2,
  "maxListings": 0,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "DE"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "addressFull": {
    "label": "Address",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "priceValue": {
    "label": "Price (€)",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "livingSpace": {
    "label": "Area (m²)",
    "format": "number"
  },
  "constructionYear": {
    "label": "Built",
    "format": "number"
  },
  "balcony": {
    "label": "Balcony",
    "format": "boolean"
  },
  "lift": {
    "label": "Elevator",
    "format": "boolean"
  },
  "garden": {
    "label": "Garden",
    "format": "boolean"
  },
  "builtInKitchen": {
    "label": "Kitchen",
    "format": "boolean"
  },
  "cellar": {
    "label": "Cellar",
    "format": "boolean"
  },
  "barrierFree": {
    "label": "Barrier-free",
    "format": "boolean"
  },
  "hasCourtage": {
    "label": "Commission",
    "format": "boolean"
  },
  "tags": {
    "label": "Tags",
    "format": "json"
  },
  "isNew": {
    "label": "New",
    "format": "boolean"
  },
  "isPrivate": {
    "label": "Private",
    "format": "boolean"
  },
  "contactCompany": {
    "label": "Company",
    "format": "text"
  },
  "contactPhone": {
    "label": "Phone",
    "format": "text"
  },
  "datePublished": {
    "label": "Published",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Immoscout24 $0.9💰 Powerful Filters + Deep Search](https://apify.com/abotapi/immoscout24-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/immoscout24-scraper) to learn more, explore other use cases, and run it yourself.