# Kleinanzeigen Furniture Category Monitor

**Use case:** 

Scrape Kleinanzeigen furniture listings with a category ID, location, price filters, and full listing details for sourcing analysis.

## Input

```json
{
  "searchQueries": [
    "sofa",
    "esstisch"
  ],
  "listingUrls": [],
  "location": "hamburg",
  "categoryId": "c88",
  "maxPrice": 300,
  "maxResults": 75,
  "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.