# Extract Immonet.de property expose detail page

**Use case:** 

Scrape Immonet.de single property expose with photos, agent contact, energy certificate, and full description.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.immonet.de/expose/0980bf17-0dac-4b6d-b327-aa5dc0b401cf"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "object"
  },
  "specs": {
    "label": "Specs",
    "format": "object"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "features": {
    "label": "Features",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Immonet.de Scraper](https://apify.com/lexis-solutions/immonet-de-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/immonet-de-scraper) to learn more, explore other use cases, and run it yourself.