# Find Berlin WG Rooms on WG-Gesucht

**Use case:** 

Find current Berlin WG rooms with rent, size, district, move-in date, photos, verification status, and direct listing URLs from WG-Gesucht.

## Input

```json
{
  "cities": [
    "Berlin"
  ],
  "listingType": "wg-zimmer",
  "startUrls": [
    "https://www.wg-gesucht.de/wg-zimmer-in-Berlin.8.0.1.0.html"
  ],
  "fetchDetails": false,
  "maxResults": 3,
  "delaySeconds": 0.5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "DE"
  }
}
```

## Output

```json
{
  "image_url": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "rent_eur": {
    "label": "Rent (€)",
    "format": "number"
  },
  "size_sqm": {
    "label": "Size (m²)",
    "format": "number"
  },
  "rooms": {
    "label": "Type",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "move_in_date": {
    "label": "Move-in",
    "format": "text"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "url": {
    "label": "Listing",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [🏠 WG-Gesucht Scraper - German Shared Flats & Rentals](https://apify.com/benthepythondev/wg-gesucht-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/wg-gesucht-scraper) to learn more, explore other use cases, and run it yourself.