# Monitor iPhone 15 Listings on Kleinanzeigen

**Use case:** 

Monitor current iPhone 15 listings across Germany with price, condition text, location, seller listing URL, and product image.

## Input

```json
{
  "keywords": [
    "iphone 15"
  ],
  "startUrls": [
    "https://www.kleinanzeigen.de/s-iphone/k0"
  ],
  "category": "handy-telekom",
  "locationCode": "10115",
  "radiusKm": 0,
  "onlyPriceNegotiable": false,
  "fetchDetails": false,
  "maxResults": 3,
  "delaySeconds": 0.5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "DE"
  }
}
```

## Output

```json
{
  "image_url": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price (€)",
    "format": "number"
  },
  "price_type": {
    "label": "Type",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "plz": {
    "label": "PLZ",
    "format": "text"
  },
  "posted_date": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "Listing",
    "format": "link"
  }
}
```

## About this Actor

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