# Kleinanzeigen Furniture Scraper – Sofas, Tables & More

**Use case:** 

Scrape furniture listings on Kleinanzeigen — sofas, tables, shelves and more — with prices, photos and location. Export deals to CSV.

## Input

```json
{
  "searchKeywords": [
    "Sofa",
    "Esstisch"
  ],
  "searchRadius": "0",
  "maxResultsPerSearch": 30,
  "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.