# Monitor Kleinanzeigen Laptop Prices

**Use case:** 

Monitor Kleinanzeigen Laptop Prices by scraping public listings, seller data, photos, and local prices.

## Input

```json
{
  "maxItems": 100,
  "query": "macbook",
  "category": "alle_kategorien",
  "location": "Frankfurt",
  "distanceKm": 20,
  "adType": "",
  "posterType": "",
  "sortType": "",
  "openHomesType": "",
  "onlyWithPictures": false,
  "excludeExternalListings": false,
  "includeTopAds": false,
  "includeAdvertisingBackfillAds": false,
  "sellerUserIds": [],
  "sellerStoreIds": [],
  "fetchDetails": false,
  "adIds": []
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "_meta.image": {
    "label": "Image",
    "format": "image"
  },
  "category.id": {
    "label": "Category ID",
    "format": "text"
  },
  "title.value": {
    "label": "Title",
    "format": "text"
  },
  "price.amount.value": {
    "label": "Price",
    "format": "number"
  },
  "price.price-type.value": {
    "label": "Price Type",
    "format": "text"
  },
  "poster-type.value": {
    "label": "Seller Type",
    "format": "text"
  },
  "search-distance.display-distance.value": {
    "label": "Distance",
    "format": "text"
  },
  "ad-address.zip-code.value": {
    "label": "ZIP",
    "format": "text"
  },
  "ad-address.state.value": {
    "label": "State",
    "format": "text"
  },
  "store-title.value": {
    "label": "Store",
    "format": "text"
  },
  "_meta.url": {
    "label": "Link",
    "format": "link"
  },
  "start-date-time.value": {
    "label": "Published",
    "format": "date"
  }
}
```

## About this Actor

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