# Monitor iPhone listings on Kleinanzeigen München

**Use case:** 

Extract iPhone classified ads in München from Kleinanzeigen.de with model, storage, price, and seller verification status.

## Input

```json
{
  "query": "iphone 15",
  "startUrls": [
    {
      "url": "https://www.kleinanzeigen.de/s-bau-handwerk-produktion/c111"
    }
  ],
  "maxItems": 5,
  "monitoringMode": false,
  "debugMode": false,
  "proxy": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "id": {
    "label": "id",
    "format": "text"
  },
  "primaryImageURL": {
    "label": "primaryImageURL",
    "format": "image"
  },
  "title": {
    "label": "title",
    "format": "text"
  },
  "price": {
    "label": "price",
    "format": "text"
  },
  "priceCurrency": {
    "label": "priceCurrency",
    "format": "text"
  },
  "address": {
    "label": "address",
    "format": "text"
  },
  "date": {
    "label": "date",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Ebay Kleinanzeigen Scraper](https://apify.com/lexis-solutions/ebay-kleinanzeigen) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/ebay-kleinanzeigen) to learn more, explore other use cases, and run it yourself.