# Kleinanzeigen Listing Price Research

**Use case:** 

Analyze selected Kleinanzeigen listing URLs and search pages with details enabled for pricing, seller, images, and attributes.

## Input

```json
{
  "searchQueries": [
    "fahrrad berlin"
  ],
  "listingUrls": [
    "https://www.kleinanzeigen.de/s-berlin/fahrrad/k0l3331",
    "https://www.kleinanzeigen.de/s-anzeige/example-listing/1234567890-217-3331"
  ],
  "location": "",
  "categoryId": "",
  "maxResults": 30,
  "includeDetails": true,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "priceNumeric": {
    "label": "Price (€)",
    "format": "number"
  },
  "location": {
    "label": "Location"
  },
  "postedDate": {
    "label": "Posted"
  },
  "category": {
    "label": "Category"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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