# Compare robot vacuum prices at Coolblue

**Use case:** 

Extract robot vacuum cleaner listings with prices and ratings from Coolblue.nl.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.coolblue.nl/stofzuigers/robotstofzuigers"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "rating": {
    "label": "Rating",
    "format": "integer"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "integer"
  }
}
```

## About this Actor

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