# Notebook Prices on Heureka.cz — Price Comparison

**Use case:** 

Compare current notebook prices across Czech retailers on Heureka.cz, including shop name, price, and product link.

## Input

```json
{
  "searchQuery": "notebook",
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "CZ"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Product Name",
    "format": "string"
  },
  "price": {
    "label": "Lowest Price (CZK)",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "numberOfOffers": {
    "label": "Number of Offers",
    "format": "integer"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Heureka Scraper - Czech Price Comparison & Deals](https://apify.com/studio-amba/heureka-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/studio-amba/heureka-scraper) to learn more, explore other use cases, and run it yourself.