# Monitor electronics deals on Dealabs.com France

**Use case:** 

Track Dealabs.com electronique group deal feed with discounts, retailers, and community vote scores.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.dealabs.com/groupe/electronique"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "temperature": {
    "label": "Temperature",
    "format": "text"
  },
  "temperatureLevel": {
    "label": "Temperature Level",
    "format": "text"
  },
  "commentCount": {
    "label": "Comment Count",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "text"
  }
}
```

## About this Actor

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