# New Build Apartment Listings in Cologne 2025

**Use case:** 

Find new build apartments for sale in Cologne built from 2023. Get detailed listings including prices, features, and agent contact information.

## Input

```json
{
  "locations": [
    "Köln"
  ],
  "realEstateType": "apartmentbuy",
  "priceMin": 0,
  "priceMax": 0,
  "livingSpaceMin": 0,
  "livingSpaceMax": 0,
  "roomsMin": 0,
  "roomsMax": 0,
  "constructionYearMin": 2023,
  "constructionYearMax": 0,
  "newBuildingOnly": true,
  "noCommissionOnly": false,
  "sort": "newest",
  "fetchDetails": true,
  "maxListings": 100,
  "maxPagesPerTask": 5,
  "requestDelay": 700,
  "maxRetries": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "DE"
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "realEstateType": {
    "label": "Type",
    "format": "text"
  },
  "transactionType": {
    "label": "Buy/Rent",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Ccy",
    "format": "text"
  },
  "livingSpaceSqm": {
    "label": "m²",
    "format": "number"
  },
  "pricePerSqm": {
    "label": "€/m²",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "yearConstructed": {
    "label": "Year",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "agentCompany": {
    "label": "Agency",
    "format": "text"
  },
  "isPrivate": {
    "label": "Private",
    "format": "boolean"
  },
  "publishedRelative": {
    "label": "Published",
    "format": "text"
  },
  "detailUrl": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

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