# Berlin WG Rooms Under 700 EUR Listings

**Use case:** 

Get up to 200 Berlin flatshare listings under 700 EUR. Data includes URLs and relevant details for your apartment search.

## Input

```json
{
  "searchUrls": [
    "https://www.wg-gesucht.de/wg-zimmer-in-Berlin.8.0.1.0.html?offer_filter=1&city_id=8&sort_column=0&sort_order=0&noDeact=1&rent_types=0&rent_from=0&rent_to=700"
  ],
  "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.