# Kleinanzeigen Scraper Task

**Use case:** 

Extrahiert Immobilien & Dienstleistungen von eBay Kleinanzeigen. Preis, Lage, Verkäufer & Attribute – inklusive Detailseiten-Daten.

## Input

```json
{
  "searchTerm": "Wohnung Berlin",
  "maxResults": 100,
  "includeDetails": true
}
```

## Output

```json
{
  "title": {
    "label": "Titel",
    "format": "string"
  },
  "price": {
    "label": "Preis (€)",
    "format": "number"
  },
  "priceText": {
    "label": "Price text",
    "format": "string"
  },
  "propertyType": {
    "label": "Property type"
  },
  "rooms": {
    "label": "Rooms"
  },
  "bathrooms": {
    "label": "Bathrooms"
  },
  "sizeSqm": {
    "label": "Size sqm"
  },
  "daysAgo": {
    "label": "Days ago"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "country": {
    "label": "Country"
  }
}
```

## About this Actor

This example demonstrates how to use [🇩🇪 eBay Kleinanzeigen Scraper — German Classifieds](https://apify.com/zestio/kleinanzeigen-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zestio/kleinanzeigen-scraper) to learn more, explore other use cases, and run it yourself.