# Kleinanzeigen Price Monitoring – Track Listing Prices

**Use case:** 

Monitor Kleinanzeigen prices for a product over time. Scrape current prices and price type for a keyword — schedule it to track trends.

## Input

```json
{
  "searchKeywords": [
    "PlayStation 5"
  ],
  "searchRadius": "0",
  "maxResultsPerSearch": 50,
  "postUrls": [
    {
      "url": "https://www.kleinanzeigen.de/s-anzeige/example/2623607133-173-1753"
    }
  ]
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "priceType": {
    "label": "Price Type",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "publishDate": {
    "label": "Publish Date",
    "format": "string"
  }
}
```

## About this Actor

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