# Dortmund Apartment Price Monitor for WG-Gesucht

**Use case:** 

Track apartment rental prices in Dortmund. Get updated listings and price trends without the need for login.

## Input

```json
{
  "searchUrls": [],
  "city": "Dortmund",
  "category": "apartments",
  "rentType": "any",
  "sortBy": "price-asc",
  "maxResults": 200,
  "maxResultsPerSearch": 0,
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxConcurrency": 3
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "listingType": {
    "label": "Type",
    "format": "text"
  },
  "rent": {
    "label": "Rent (€)",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "sizeSqm": {
    "label": "Size (m²)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "availableFrom": {
    "label": "Available from",
    "format": "text"
  },
  "posterName": {
    "label": "Poster",
    "format": "text"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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