# Scrape coffee machines from Wehkamp

**Use case:** 

Extract coffee machine product listings from Wehkamp in the Netherlands. Structured product data with titles and prices. Pay per result.

## Input

```json
{
  "searchQuery": "koffiezetapparaat",
  "startUrls": [],
  "categoryUrls": [],
  "brands": [],
  "onlyDiscounted": false,
  "inStockOnly": false,
  "excludeSponsored": false,
  "sortBy": "relevance",
  "maxItems": 1000,
  "maxPagesPerUrl": 20,
  "fetchDetails": false,
  "maxResults": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "scratchPrice": {
    "label": "Was"
  },
  "discountPercentage": {
    "label": "Disc %"
  },
  "currency": {
    "label": "Cur"
  },
  "onSale": {
    "label": "Sale"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "inStock": {
    "label": "In stock"
  },
  "availabilityText": {
    "label": "Availability"
  },
  "productNumber": {
    "label": "Art. nr"
  },
  "ean": {
    "label": "EAN"
  },
  "url": {
    "label": "URL"
  },
  "imageUrl": {
    "label": "Image"
  }
}
```

## About this Actor

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