# Track smart TV prices on Coolblue Netherlands

**Use case:** 

Monitor smart TV listings and prices on Coolblue.nl for consumer electronics retail intelligence.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.coolblue.nl/televisies"
    }
  ],
  "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.