# Analyze Expired Electronics Deals in Spain

**Use case:** 

Gather data on past electronics deals that have expired on Pepper.com Spain to analyze historical pricing trends and popular product lifecycles. This historical

## Input

```json
{
  "locale": "es",
  "mode": "byCategory",
  "searchQuery": "laptop",
  "category": "electronica",
  "isExpired": true,
  "maxItems": 200
}
```

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