# Secondhand Furniture Deals: Couch & Desk Listings

**Use case:** 

Find and extract secondhand couch and desk listings from willhaben.at. Get up to 300 results in CSV or JSON format.

## Input

```json
{
  "category": "marktplatz",
  "searchQuery": "Couch Schreibtisch",
  "maxResults": 300,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "string"
  },
  "adType": {
    "label": "Category",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "sellerType": {
    "label": "Seller type",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Willhaben Scraper - Immobilien, Cars & Jobs](https://apify.com/logiover/willhaben-at-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/willhaben-at-scraper) to learn more, explore other use cases, and run it yourself.