# Frankfurt Expat Rental Listings Scraper

**Use case:** 

Gain access to detailed rental listings for expats in Frankfurt. Get data on rent, size, and availability from local listings.

## Input

```json
{
  "searchUrls": [
    "https://www.wg-gesucht.de/wohnungen-in-Frankfurt-am-Main.41.2.1.0.html"
  ],
  "city": "Berlin",
  "category": "apartments",
  "rentType": "any",
  "sortBy": "newest",
  "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.