# Compare German TV Deals from MyDealz.de

**Use case:** 

Scrape the latest TV deals from Germany's mydealz.de to conduct competitive price monitoring. Understand market fluctuations and competitor offers to optimize y

## Input

```json
{
  "locale": "de",
  "mode": "search",
  "searchQuery": "Fernseher",
  "category": "electronics",
  "minHotness": 20,
  "isExpired": false,
  "maxItems": 75
}
```

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