# Kleinanzeigen iPhone Listings Scraper for Berlin

**Use case:** 

Collect up to 100 iPhone ads in Berlin from Kleinanzeigen. Get product details, prices, seller information, and images from up to 10 pages.

## Input

```json
{
  "startUrl": "https://www.kleinanzeigen.de/s-suchen.html?keywords=iphone",
  "keyword": "iphone",
  "location": "Berlin",
  "results_wanted": 100,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "locationName": {
    "label": "Postal",
    "format": "text"
  },
  "parentLocationName": {
    "label": "Location",
    "format": "text"
  },
  "sortingDate": {
    "label": "Date",
    "format": "text"
  },
  "shippingAvailable": {
    "label": "Shipping",
    "format": "text"
  },
  "buyNowEnabled": {
    "label": "Buy Now",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "thumbnailLargeUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "fetchedAt": {
    "label": "Fetched",
    "format": "text"
  }
}
```

## About this Actor

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