# Extract bol.com laptop prices, offers, and ratings

**Use case:** 

Search bol.com laptops and export current prices, availability, sellers, ratings, and review samples.

## Input

```json
{
  "queries": [
    "laptop"
  ],
  "startUrls": [],
  "marketplace": "NL",
  "maxItems": 1,
  "includeDetails": true,
  "maxReviews": 3
}
```

## 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.