# Monitor bol.com Belgium product prices and offers

**Use case:** 

Create a repeatable bol.com Belgium coffee-machine dataset for scheduled price, stock, seller, rating, and review comparisons.

## Input

```json
{
  "queries": [
    "koffiezetapparaat"
  ],
  "startUrls": [],
  "marketplace": "BE",
  "maxItems": 1,
  "includeDetails": true,
  "maxReviews": 2
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "seller": {
    "label": "Seller",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "number"
  },
  "ean": {
    "label": "EAN",
    "format": "string"
  },
  "marketplace": {
    "label": "Marketplace",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [bol.com Products, Offers & Reviews Scraper](https://apify.com/automation-lab/bol-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/bol-com-scraper) to learn more, explore other use cases, and run it yourself.