# Find New Laptop Offers on Pepper.com Poland

**Use case:** 

Extract the latest laptop listings from the Polish Pepper.com network to quickly identify new product releases and introductory offers. This helps businesses st

## Input

```json
{
  "locale": "pl",
  "mode": "new",
  "searchQuery": "laptop",
  "category": "electronics",
  "isExpired": false,
  "maxItems": 60
}
```

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