# Scrape washing machines from Coolblue

**Use case:** 

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

## Input

```json
{
  "searchQueries": [
    "wasmachine"
  ],
  "categories": [],
  "productUrls": [],
  "startUrls": [],
  "language": "nl",
  "fetchDetails": true,
  "maxResults": 5
}
```

## Output

```json
{
  "name": {
    "label": "Product",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "salesPrice": {
    "label": "Price",
    "format": "number"
  },
  "listPrice": {
    "label": "List",
    "format": "number"
  },
  "discountPercentage": {
    "label": "Disc %",
    "format": "number"
  },
  "referencePrice": {
    "label": "Ref (30d)",
    "format": "number"
  },
  "currency": {
    "label": "Cur",
    "format": "text"
  },
  "availability": {
    "label": "Stock",
    "format": "text"
  },
  "reviewRating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "deliveryPromise": {
    "label": "Delivery",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "productId": {
    "label": "ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "mainImage": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

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