# Find products on Bol.com Belgium

**Use case:** 

Scrape product listings from Bol.com in Belgium. Structured product data with prices. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "laptop",
  "searchQueries": [],
  "startUrls": [],
  "country": "be",
  "maxResults": 5,
  "maxResultsPerUrl": 0,
  "soldByBol": false,
  "condition": "any",
  "inStockOnly": false,
  "sponsoredOnly": false,
  "includeVariantPrices": false,
  "fetchDetails": false,
  "fetchReviews": false,
  "fetchOffers": false,
  "maxReviewsPerProduct": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "productId": {
    "label": "Product ID"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "priceCurrency": {
    "label": "Currency"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "seller": {
    "label": "Seller"
  },
  "gtin13": {
    "label": "EAN-13"
  },
  "brand": {
    "label": "Brand"
  },
  "availability": {
    "label": "Availability"
  },
  "sponsored": {
    "label": "Sponsored"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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