# Extract Dealabs hottest community deals feed

**Use case:** 

Scrape Dealabs.com les-plus-hot trending deals with temperature scores, categories, and expiry dates.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.dealabs.com/les-plus-hot"
    }
  ],
  "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.