# Scrape Immonet.de rental house and apartment listings

**Use case:** 

Extract rental houses and apartments from Immonet.de with rent, rooms, and location for German property market research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.immonet.de/classified-search?distributionTypes=Rent&estateTypes=House,Apartment&locations=AD02DE1"
    }
  ],
  "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.