# Identify Hot Smartphone Deals in Netherlands

**Use case:** 

Discover trending smartphone deals in the Netherlands to pinpoint popular models and potential inventory opportunities. This intelligence supports product sourc

## Input

```json
{
  "locale": "nl",
  "mode": "hot",
  "searchQuery": "laptop",
  "category": "electronics",
  "minHotness": 100,
  "isExpired": false,
  "maxItems": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "dealPrice": {
    "label": "Deal price"
  },
  "merchant": {
    "label": "Merchant"
  },
  "hotness": {
    "label": "Hotness"
  },
  "locale": {
    "label": "Locale"
  },
  "category": {
    "label": "Category"
  },
  "dealUrl": {
    "label": "Deal url"
  }
}
```

## About this Actor

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